Completed
Branch master (c92e39)
by Michael
02:32
created
open_index.php 1 patch
Indentation   +7 added lines, -7 removed lines patch added patch discarded remove patch
@@ -116,13 +116,13 @@
 block discarded – undo
116 116
 // Language constants
117 117
 $moduleName =& $myts->displayTarea($xoopsModule->getVar('name'));
118 118
 $xoopsTpl->assign(array(
119
-                      'lang_on'       => _MD_SF_ON,
120
-                      'lang_postedby' => _MD_SF_POSTEDBY,
121
-                      'lang_total'    => $totalQnasOnPage,
122
-                      'lang_faq'      => _MD_SF_FAQ,
123
-                      'lang_datesub'  => _MD_SF_DATESUB,
124
-                      'lang_hits'     => _MD_SF_HITS
125
-                  ));
119
+                        'lang_on'       => _MD_SF_ON,
120
+                        'lang_postedby' => _MD_SF_POSTEDBY,
121
+                        'lang_total'    => $totalQnasOnPage,
122
+                        'lang_faq'      => _MD_SF_FAQ,
123
+                        'lang_datesub'  => _MD_SF_DATESUB,
124
+                        'lang_hits'     => _MD_SF_HITS
125
+                    ));
126 126
 
127 127
 $moduleName =& $myts->displayTarea($xoopsModule->getVar('name'));
128 128
 $xoopsTpl->assign('lang_mainhead', sprintf(_MD_SF_OPEN_WELCOME, $xoopsConfig['sitename']));
Please login to merge, or discard this patch.
footer.php 1 patch
Indentation   +6 added lines, -6 removed lines patch added patch discarded remove patch
@@ -15,12 +15,12 @@
 block discarded – undo
15 15
 $xoopsTpl->assign('isAdmin', $isAdmin);
16 16
 
17 17
 $xoopsTpl->assign(array(
18
-                      'lang_on'       => _MD_SF_ON,
19
-                      'lang_postedby' => _MD_SF_POSTEDBY,
20
-                      'lang_faq'      => _MD_SF_QUESTION,
21
-                      'lang_datesub'  => _MD_SF_DATESUB,
22
-                      'lang_hits'     => _MD_SF_HITS
23
-                  ));
18
+                        'lang_on'       => _MD_SF_ON,
19
+                        'lang_postedby' => _MD_SF_POSTEDBY,
20
+                        'lang_faq'      => _MD_SF_QUESTION,
21
+                        'lang_datesub'  => _MD_SF_DATESUB,
22
+                        'lang_hits'     => _MD_SF_HITS
23
+                    ));
24 24
 $xoopsTpl->assign('sectionname', $myts->displayTarea($xoopsModule->getVar('name')));
25 25
 
26 26
 $xoopsTpl->assign('modulename', $xoopsModule->dirname());
Please login to merge, or discard this patch.
category.php 1 patch
Indentation   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -136,10 +136,10 @@
 block discarded – undo
136 136
     if (isset($last_qnaObj) && $last_qnaObj) {
137 137
         $category['last_faqid']         = $last_qnaObj[$categoryObj->getVar('categoryid')]->getVar('faqid');
138 138
         $category['last_question_link'] = "<a href='faq.php?faqid="
139
-                                          . $last_qnaObj[$categoryObj->getVar('categoryid')]->getVar('faqid')
140
-                                          . "'>"
141
-                                          . $last_qnaObj[$categoryObj->getVar('categoryid')]->question($lastfaqsize)
142
-                                          . '</a>';
139
+                                            . $last_qnaObj[$categoryObj->getVar('categoryid')]->getVar('faqid')
140
+                                            . "'>"
141
+                                            . $last_qnaObj[$categoryObj->getVar('categoryid')]->question($lastfaqsize)
142
+                                            . '</a>';
143 143
     }
144 144
 }
145 145
 
Please login to merge, or discard this patch.
include/functions.php 1 patch
Indentation   +57 added lines, -57 removed lines patch added patch discarded remove patch
@@ -202,14 +202,14 @@  discard block
 block discarded – undo
202 202
     $modfootertxt = 'Module ' . $smartModule->getInfo('name') . ' - Version ' . $smartModule->getInfo('version') . '';
203 203
 
204 204
     $modfooter = "<a href='"
205
-                 . $smartModule->getInfo('support_site_url')
206
-                 . "' target='_blank'><img src='"
207
-                 . XOOPS_URL
208
-                 . "/modules/smartfaq/assets/images/sfcssbutton.gif' title='"
209
-                 . $modfootertxt
210
-                 . "' alt='"
211
-                 . $modfootertxt
212
-                 . "'/></a>";
205
+                    . $smartModule->getInfo('support_site_url')
206
+                    . "' target='_blank'><img src='"
207
+                    . XOOPS_URL
208
+                    . "/modules/smartfaq/assets/images/sfcssbutton.gif' title='"
209
+                    . $modfootertxt
210
+                    . "' alt='"
211
+                    . $modfootertxt
212
+                    . "'/></a>";
213 213
 
214 214
     return $modfooter;
215 215
 }
@@ -444,70 +444,70 @@  discard block
 block discarded – undo
444 444
     if ($xoopsUser && $xoopsUser->isAdmin($xoopsModule->getVar('mid'))) {
445 445
         // Edit button
446 446
         $adminLinks .= "<a href='"
447
-                       . $modulePath
448
-                       . "admin/$page?op=mod&amp;faqid="
449
-                       . $faqid
450
-                       . "'><img src='"
451
-                       . $modulePath
452
-                       . "assets/images/links/edit.gif'"
453
-                       . " title='"
454
-                       . _MD_SF_EDIT
455
-                       . "' alt='"
456
-                       . _MD_SF_EDIT
457
-                       . "'/></a>";
447
+                        . $modulePath
448
+                        . "admin/$page?op=mod&amp;faqid="
449
+                        . $faqid
450
+                        . "'><img src='"
451
+                        . $modulePath
452
+                        . "assets/images/links/edit.gif'"
453
+                        . " title='"
454
+                        . _MD_SF_EDIT
455
+                        . "' alt='"
456
+                        . _MD_SF_EDIT
457
+                        . "'/></a>";
458 458
         $adminLinks .= ' ';
459 459
         // Delete button
460 460
         $adminLinks .= "<a href='"
461
-                       . $modulePath
462
-                       . "admin/$page?op=del&amp;faqid="
463
-                       . $faqid
464
-                       . "'><img src='"
465
-                       . $modulePath
466
-                       . "assets/images/links/delete.gif'"
467
-                       . " title='"
468
-                       . _MD_SF_DELETE
469
-                       . "' alt='"
470
-                       . _MD_SF_DELETE
471
-                       . "'/></a>";
461
+                        . $modulePath
462
+                        . "admin/$page?op=del&amp;faqid="
463
+                        . $faqid
464
+                        . "'><img src='"
465
+                        . $modulePath
466
+                        . "assets/images/links/delete.gif'"
467
+                        . " title='"
468
+                        . _MD_SF_DELETE
469
+                        . "' alt='"
470
+                        . _MD_SF_DELETE
471
+                        . "'/></a>";
472 472
         $adminLinks .= ' ';
473 473
     }
474 474
     // Print button
475 475
     $adminLinks .= "<a href='"
476
-                   . $modulePath
477
-                   . 'print.php?faqid='
478
-                   . $faqid
479
-                   . "'><img src='"
480
-                   . $modulePath
481
-                   . "assets/images/links/print.gif' title='"
482
-                   . _MD_SF_PRINT
483
-                   . "' alt='"
484
-                   . _MD_SF_PRINT
485
-                   . "'/></a>";
476
+                    . $modulePath
477
+                    . 'print.php?faqid='
478
+                    . $faqid
479
+                    . "'><img src='"
480
+                    . $modulePath
481
+                    . "assets/images/links/print.gif' title='"
482
+                    . _MD_SF_PRINT
483
+                    . "' alt='"
484
+                    . _MD_SF_PRINT
485
+                    . "'/></a>";
486 486
     $adminLinks .= ' ';
487 487
     // Email button
488 488
     $maillink   = 'mailto:?subject='
489
-                  . sprintf(_MD_SF_INTARTICLE, $xoopsConfig['sitename'])
490
-                  . '&amp;body='
491
-                  . sprintf(_MD_SF_INTARTFOUND, $xoopsConfig['sitename'])
492
-                  . ':  '
493
-                  . $modulePath
494
-                  . 'faq.php?faqid='
495
-                  . $faqid;
489
+                    . sprintf(_MD_SF_INTARTICLE, $xoopsConfig['sitename'])
490
+                    . '&amp;body='
491
+                    . sprintf(_MD_SF_INTARTFOUND, $xoopsConfig['sitename'])
492
+                    . ':  '
493
+                    . $modulePath
494
+                    . 'faq.php?faqid='
495
+                    . $faqid;
496 496
     $adminLinks .= '<a href="' . $maillink . "\"><img src='" . $modulePath . "assets/images/links/friend.gif' title='" . _MD_SF_MAIL . "' alt='" . _MD_SF_MAIL . "'/></a>";
497 497
     $adminLinks .= ' ';
498 498
     // Submit New Answer button
499 499
     if ($xoopsModuleConfig['allownewanswer'] && (is_object($xoopsUser) || $xoopsModuleConfig['anonpost'])) {
500 500
         $adminLinks .= "<a href='"
501
-                       . $modulePath
502
-                       . 'answer.php?faqid='
503
-                       . $faqid
504
-                       . "'><img src='"
505
-                       . $modulePath
506
-                       . "assets/images/links/newanswer.gif' title='"
507
-                       . _MD_SF_SUBMITANSWER
508
-                       . "' alt='"
509
-                       . _MD_SF_SUBMITANSWER
510
-                       . "'/></a>";
501
+                        . $modulePath
502
+                        . 'answer.php?faqid='
503
+                        . $faqid
504
+                        . "'><img src='"
505
+                        . $modulePath
506
+                        . "assets/images/links/newanswer.gif' title='"
507
+                        . _MD_SF_SUBMITANSWER
508
+                        . "' alt='"
509
+                        . _MD_SF_SUBMITANSWER
510
+                        . "'/></a>";
511 511
         $adminLinks .= ' ';
512 512
     }
513 513
 
Please login to merge, or discard this patch.
include/blocksadmin.inc.php 1 patch
Indentation   +12 added lines, -12 removed lines patch added patch discarded remove patch
@@ -71,18 +71,18 @@
 block discarded – undo
71 71
     $myblock->setVar('title', $myts->stripSlashesGPC($btitle));
72 72
     $myblock->setVar('content', $myts->stripSlashesGPC($bcontent));
73 73
     $dummyhtml = '<html><head><meta http-equiv="content-type" content="text/html; charset='
74
-                 . _CHARSET
75
-                 . '" /><meta http-equiv="content-language" content="'
76
-                 . _LANGCODE
77
-                 . '" /><title>'
78
-                 . $xoopsConfig['sitename']
79
-                 . '</title><link rel="stylesheet" type="text/css" media="all" href="'
80
-                 . getcss($xoopsConfig['theme_set'])
81
-                 . '" /></head><body><table><tr><th>'
82
-                 . $myblock->getVar('title')
83
-                 . '</th></tr><tr><td>'
84
-                 . $myblock->getContent('S', $bctype)
85
-                 . '</td></tr></table></body></html>';
74
+                    . _CHARSET
75
+                    . '" /><meta http-equiv="content-language" content="'
76
+                    . _LANGCODE
77
+                    . '" /><title>'
78
+                    . $xoopsConfig['sitename']
79
+                    . '</title><link rel="stylesheet" type="text/css" media="all" href="'
80
+                    . getcss($xoopsConfig['theme_set'])
81
+                    . '" /></head><body><table><tr><th>'
82
+                    . $myblock->getVar('title')
83
+                    . '</th></tr><tr><td>'
84
+                    . $myblock->getContent('S', $bctype)
85
+                    . '</td></tr></table></body></html>';
86 86
 
87 87
     $dummyfile = '_dummyfile_' . time() . '.html';
88 88
     $fp        = fopen(XOOPS_CACHE_PATH . '/' . $dummyfile, 'w');
Please login to merge, or discard this patch.
include/displayfaqs.php 1 patch
Indentation   +26 added lines, -26 removed lines patch added patch discarded remove patch
@@ -51,25 +51,25 @@  discard block
 block discarded – undo
51 51
     for ($i = 0; $i < $totalFaqsOnPage; ++$i) {
52 52
         $categoryObj = $allCats[$faqsObj[$i]->categoryid()];
53 53
         $modify      = "<a href='faq.php?op=mod&amp;faqid="
54
-                       . $faqsObj[$i]->faqid()
55
-                       . "'><img src='"
56
-                       . $pathIcon16
57
-                       . '/edit.png'
58
-                       . "' title='"
59
-                       . _AM_SF_EDITART
60
-                       . "' alt='"
61
-                       . _AM_SF_EDITART
62
-                       . "' /></a>";
54
+                        . $faqsObj[$i]->faqid()
55
+                        . "'><img src='"
56
+                        . $pathIcon16
57
+                        . '/edit.png'
58
+                        . "' title='"
59
+                        . _AM_SF_EDITART
60
+                        . "' alt='"
61
+                        . _AM_SF_EDITART
62
+                        . "' /></a>";
63 63
         $delete      = "<a href='faq.php?op=del&amp;faqid="
64
-                       . $faqsObj[$i]->faqid()
65
-                       . "'><img src='"
66
-                       . $pathIcon16
67
-                       . '/delete.png'
68
-                       . "' title='"
69
-                       . _AM_SF_EDITART
70
-                       . "' alt='"
71
-                       . _AM_SF_DELETEART
72
-                       . "'/></a>";
64
+                        . $faqsObj[$i]->faqid()
65
+                        . "'><img src='"
66
+                        . $pathIcon16
67
+                        . '/delete.png'
68
+                        . "' title='"
69
+                        . _AM_SF_EDITART
70
+                        . "' alt='"
71
+                        . _AM_SF_DELETEART
72
+                        . "'/></a>";
73 73
 
74 74
         //adding name of the Question Submitter
75 75
         $requester = sf_getLinkedUnameFromId($faqsObj[$i]->uid(), $smartModuleConfig['userealname']);
@@ -100,14 +100,14 @@  discard block
 block discarded – undo
100 100
         echo "<td class='head' align='center'>" . $faqsObj[$i]->faqid() . '</td>';
101 101
         echo "<td class='even' align='left'>" . $categoryObj->name() . '</td>';
102 102
         echo "<td class='even' align='left'><a href='"
103
-             . XOOPS_URL
104
-             . '/modules/'
105
-             . $xoopsModule->dirname()
106
-             . '/faq.php?faqid='
107
-             . $faqsObj[$i]->faqid()
108
-             . "'>"
109
-             . $faqsObj[$i]->question(100)
110
-             . '</a></td>';
103
+                . XOOPS_URL
104
+                . '/modules/'
105
+                . $xoopsModule->dirname()
106
+                . '/faq.php?faqid='
107
+                . $faqsObj[$i]->faqid()
108
+                . "'>"
109
+                . $faqsObj[$i]->question(100)
110
+                . '</a></td>';
111 111
 
112 112
         echo "<td class='even' align='center'>" . $requester . '</td>';
113 113
         echo "<td class='even' align='center'>" . $answerSubmitter . '</td>';
Please login to merge, or discard this patch.
include/submit.inc.php 1 patch
Indentation   +10 added lines, -10 removed lines patch added patch discarded remove patch
@@ -82,16 +82,16 @@
 block discarded – undo
82 82
     $delete_attach_checkbox = new XoopsFormCheckBox(_MD_SF_ATTACHED_FILES, 'delete_attach[]');
83 83
     foreach ($attachments as $key => $attachment) {
84 84
         $attach = ' '
85
-                  . _DELETE
86
-                  . ' <a href='
87
-                  . XOOPS_URL
88
-                  . '/'
89
-                  . $xoopsModuleConfig['dir_attachments']
90
-                  . '/'
91
-                  . $attachment['name_saved']
92
-                  . ' rel="external">'
93
-                  . $attachment['name_display']
94
-                  . '</a><br>';
85
+                    . _DELETE
86
+                    . ' <a href='
87
+                    . XOOPS_URL
88
+                    . '/'
89
+                    . $xoopsModuleConfig['dir_attachments']
90
+                    . '/'
91
+                    . $attachment['name_saved']
92
+                    . ' rel="external">'
93
+                    . $attachment['name_display']
94
+                    . '</a><br>';
95 95
         $delete_attach_checkbox->addOption($key, $attach);
96 96
     }
97 97
     $form->addElement($delete_attach_checkbox);
Please login to merge, or discard this patch.
print.php 1 patch
Indentation   +12 added lines, -12 removed lines patch added patch discarded remove patch
@@ -53,25 +53,25 @@
 block discarded – undo
53 53
 echo "<body bgcolor='#ffffff' text='#000000' onload='window.print()'>
54 54
      <div style='width: 650px; border: 1px solid #000; padding: 20px;'>
55 55
      <div style='text-align: center; display: block; margin: 0 0 6px 0;'><img src='"
56
-     . XOOPS_URL
57
-     . "/modules/smartfaq/assets/images/logo_module.png' border='0' alt='' /><h2 style='margin: 0;'>"
58
-     . $faqObj->question()
59
-     . "</h2></div>
56
+        . XOOPS_URL
57
+        . "/modules/smartfaq/assets/images/logo_module.png' border='0' alt='' /><h2 style='margin: 0;'>"
58
+        . $faqObj->question()
59
+        . "</h2></div>
60 60
      <div align='center'>"
61
-     . $who_where
62
-     . "</div>
61
+        . $who_where
62
+        . "</div>
63 63
                 <div style='text-align: center; display: block; padding-bottom: 12px; margin: 0 0 6px 0; border-bottom: 2px solid #ccc;'></div>
64 64
                 <div></div>
65 65
                 <b><p>"
66
-     . $faqObj->question()
67
-     . '</p></b>
66
+        . $faqObj->question()
67
+        . '</p></b>
68 68
                 <p>'
69
-     . $answerObj->answer()
70
-     . "</p>
69
+        . $answerObj->answer()
70
+        . "</p>
71 71
                 <div style='padding-top: 12px; border-top: 2px solid #ccc;'></div>
72 72
                 <p>"
73
-     . $comeFrom
74
-     . '</p>
73
+        . $comeFrom
74
+        . '</p>
75 75
             </div>
76 76
     <br>';
77 77
 
Please login to merge, or discard this patch.
language/english/modinfo.php 1 patch
Indentation   +12 added lines, -12 removed lines patch added patch discarded remove patch
@@ -41,7 +41,7 @@  discard block
 block discarded – undo
41 41
 
42 42
 define('_MI_SF_DISPLAYTYPE', "Q&amp;A's display type:");
43 43
 define('_MI_SF_DISPLAYTYPEDSC',
44
-       "If 'Summary View' is selected, only the Question, Date and Hits of each Q&amp;A will be displayed in a selected category. If 'Full View' is selected, each Q&amp;A will be entirely displayed in a selected category.");
44
+        "If 'Summary View' is selected, only the Question, Date and Hits of each Q&amp;A will be displayed in a selected category. If 'Full View' is selected, each Q&amp;A will be entirely displayed in a selected category.");
45 45
 define('_MI_SF_DISPLAYTYPE_SUMMARY', 'Summary View');
46 46
 define('_MI_SF_DISPLAYTYPE_FULL', 'Full View');
47 47
 
@@ -80,7 +80,7 @@  discard block
 block discarded – undo
80 80
 
81 81
 define('_MI_SF_ALLOWCOMMENTS', 'Control comments at the Q&amp;A level:');
82 82
 define('_MI_SF_ALLOWCOMMENTSDSC',
83
-       'If you set this option to "Yes", you\'ll see comments only on those Q&amp;A that have their comment checkbox marked. <br><br>Select "No" to have comments managed at the global level (look below under the tag "Comment rules".');
83
+        'If you set this option to "Yes", you\'ll see comments only on those Q&amp;A that have their comment checkbox marked. <br><br>Select "No" to have comments managed at the global level (look below under the tag "Comment rules".');
84 84
 
85 85
 define('_MI_SF_ALLOWADMINHITS', 'Admin counter reads:');
86 86
 define('_MI_SF_ALLOWADMINHITSDSC', 'Allow admin hits for counter stats?');
@@ -112,28 +112,28 @@  discard block
 block discarded – undo
112 112
 define('_MI_SF_INDEXWELCOMEMSG', 'Index welcome message:');
113 113
 define('_MI_SF_INDEXWELCOMEMSGDSC', 'Welcome message to be displayed in the index page of the module.');
114 114
 define('_MI_SF_INDEXWELCOMEMSGDEF',
115
-       'In this area of our site, you will find the answers to the frequently asked questions, as well as answers to <b>How do I</b> and <b>Did you know</b> questions. Please feel free to post a comment on any Q&amp;A.');
115
+        'In this area of our site, you will find the answers to the frequently asked questions, as well as answers to <b>How do I</b> and <b>Did you know</b> questions. Please feel free to post a comment on any Q&amp;A.');
116 116
 
117 117
 define('_MI_SF_REQUESTINTROMSG', 'Request introduction message:');
118 118
 define('_MI_SF_REQUESTINTROMSGDSC', 'Introduction message to be displayed in the Request a Q&amp;A page of the module.');
119 119
 define('_MI_SF_REQUESTINTROMSGDEF',
120
-       'You did not find the answer to the question you were looking for? No problem! Simply fill the following form in order to request the answer for a new question. The site administrator will review your request and publish this new question in the Open Questions section for someone to answer it!');
120
+        'You did not find the answer to the question you were looking for? No problem! Simply fill the following form in order to request the answer for a new question. The site administrator will review your request and publish this new question in the Open Questions section for someone to answer it!');
121 121
 
122 122
 define('_MI_SF_OPENINTROMSG', 'Open Questions section introduction message:');
123 123
 define('_MI_SF_OPENINTROMSGDSC', 'Introduction message to be displayed in the Open Questions section of the module.');
124 124
 define('_MI_SF_OPENINTROMSGDEF',
125
-       'Here is a list of Open Questions, that is, questions that have been submitted by users of this site but are still without answer. You can click on an open question if you want to help us with an answer.');
125
+        'Here is a list of Open Questions, that is, questions that have been submitted by users of this site but are still without answer. You can click on an open question if you want to help us with an answer.');
126 126
 
127 127
 define('_MI_SF_USEREALNAME', 'Use the Real Name of users');
128 128
 define('_MI_SF_USEREALNAMEDSC', 'When displaying a username, use the real name of that user if he has a set his real name.');
129 129
 
130 130
 define('_MI_SF_HELP_PATH_SELECT', "Path of SmartFAQ's help files");
131 131
 define('_MI_SF_HELP_PATH_SELECT_DSC',
132
-       "SELECT FROM where you would LIKE TO access SmartFAQ's help files. If you downloaded the 'SmartFAQ's Help Package' AND uploaded it IN 'modules/smartfaq/doc/', you can SELECT 'Inside the module'. Alternatively, you can access the module's help file directly from docs.xoops.org by chosing this in the selector. You can also select 'Custom Path' and specify yourself the path of the help files in the next config option 'Custom path of SmartFAQ's help files'");
132
+        "SELECT FROM where you would LIKE TO access SmartFAQ's help files. If you downloaded the 'SmartFAQ's Help Package' AND uploaded it IN 'modules/smartfaq/doc/', you can SELECT 'Inside the module'. Alternatively, you can access the module's help file directly from docs.xoops.org by chosing this in the selector. You can also select 'Custom Path' and specify yourself the path of the help files in the next config option 'Custom path of SmartFAQ's help files'");
133 133
 
134 134
 define('_MI_SF_HELP_PATH_CUSTOM', "Custom path of SmartFAQ's help files");
135 135
 define('_MI_SF_HELP_PATH_CUSTOM_DSC',
136
-       "If you selected 'Custom path' in the previous option 'Path of SmartFAQ's help files', please specify the URL of SmartFAQ's help files, in that format : http://www.yoursite.com/doc");
136
+        "If you selected 'Custom path' in the previous option 'Path of SmartFAQ's help files', please specify the URL of SmartFAQ's help files, in that format : http://www.yoursite.com/doc");
137 137
 
138 138
 define('_MI_SF_HELP_INSIDE', 'Inside the module');
139 139
 define('_MI_SF_HELP_CUSTOM', 'Custom Path');
@@ -336,10 +336,10 @@  discard block
 block discarded – undo
336 336
 
337 337
 define('_MI_SF_EDITOR', 'Editor to use (admin):');
338 338
 define('_MI_SF_EDITORCHOICE',
339
-       "Select the editor to use for admin side. If you have a 'simple' install (e.g you use only XOOPS core editor class, provided in the standard xoops core package), then you can just select DHTML and Compact");
339
+        "Select the editor to use for admin side. If you have a 'simple' install (e.g you use only XOOPS core editor class, provided in the standard xoops core package), then you can just select DHTML and Compact");
340 340
 define('_MI_SF_EDITORUSER', 'Editor to use (user):');
341 341
 define('_MI_SF_EDITORCHOICEUSER',
342
-       "Select the editor to use for user side. If you have a 'simple' install (e.g you use only XOOPS core editor class, provided in the standard xoops core package), then you can just select DHTML and Compact");
342
+        "Select the editor to use for user side. If you have a 'simple' install (e.g you use only XOOPS core editor class, provided in the standard xoops core package), then you can just select DHTML and Compact");
343 343
 
344 344
 //1.11 RC2
345 345
 
@@ -353,7 +353,7 @@  discard block
 block discarded – undo
353 353
 
354 354
 define('_MI_SF_DIR_ATTACHMENT', 'Attachments physical path.');
355 355
 define('_MI_SF_DIR_ATTACHMENT_DESC',
356
-       "Physical path only needs to be set from your xoops root and not before, for example you may have attachments uploaded to www.yoururl.com/uploads/newbb the path entered would then be '/uploads/newbb' never include a trailing slash '/' the thumbnails path becomes '/uploads/newbb/thumbs'");
356
+        "Physical path only needs to be set from your xoops root and not before, for example you may have attachments uploaded to www.yoururl.com/uploads/newbb the path entered would then be '/uploads/newbb' never include a trailing slash '/' the thumbnails path becomes '/uploads/newbb/thumbs'");
357 357
 define('_MI_SF_PATH_MAGICK', 'Path for ImageMagick');
358 358
 define('_MI_SF_PATH_MAGICK_DESC', "Usually it is '/usr/bin/X11'. Leave it BLANK if you do not have ImageMagicK installed or for autodetecting.");
359 359
 define('_MI_SF_SUBFORUM_DISPLAY', 'Display Mode of subforums on index page');
@@ -369,7 +369,7 @@  discard block
 block discarded – undo
369 369
 define('_MI_SF_IMAGELIB_DESC', 'Select which Image library to use for creating Thumbnails. Leave AUTO for automatic choice.');
370 370
 define('_MI_SF_MAX_IMG_WIDTH', 'Maximum Image Width');
371 371
 define('_MI_SF_MAX_IMG_WIDTH_DESC',
372
-       'Sets the maximum allowed <strong>Width</strong> size of an uploaded image otherwise thumbnail will be used. <br >Input 0 if you do not want to create thumbnails.');
372
+        'Sets the maximum allowed <strong>Width</strong> size of an uploaded image otherwise thumbnail will be used. <br >Input 0 if you do not want to create thumbnails.');
373 373
 define('_MI_SF_MAX_IMG_HEIGHT', 'Maximum height of an image');
374 374
 define('_MI_SF_MAX_IMG_HEIGHT_DESC', 'Sets the maximum allowed height of an uploaded image.');
375 375
 define('_MI_SF_MAX_IMAGE_WIDTH', 'Maximum Image Width for creating thumbnail');
@@ -381,7 +381,7 @@  discard block
 block discarded – undo
381 381
 define('_MI_SF_MAX_IMAGE_SIZE_DESC', 'Indicate the maximum file size in KB');
382 382
 
383 383
 define('_AM_SF_ALLOWED_EXTENSIONS',
384
-       "Allowed Extensions:<span style='font-size: xx-small; font-weight: normal; display: block;'>'*' indicates no limititations.<br> Extensions delimited by '|'</span>");
384
+        "Allowed Extensions:<span style='font-size: xx-small; font-weight: normal; display: block;'>'*' indicates no limititations.<br> Extensions delimited by '|'</span>");
385 385
 
386 386
 define('_MI_SF_USERATTACH_ENABLE', 'Display attachments only for registered users');
387 387
 define('_MI_SF_USERATTACH_ENABLE_DESC', 'shows attachments in the forum only after logging in.');
Please login to merge, or discard this patch.