Completed
Push — issue/174-old ( 189131 )
by Tomas Norre
10:17 queued 01:09
created
modfunc1/class.tx_crawler_modfunc1.php 1 patch
Indentation   +23 added lines, -23 removed lines patch added patch discarded remove patch
@@ -203,23 +203,23 @@  discard block
 block discarded – undo
203 203
             $setId = intval(\TYPO3\CMS\Core\Utility\GeneralUtility::_GP('setID'));
204 204
 
205 205
             $h_func .= '<hr/>' .
206
-                       $GLOBALS['LANG']->sL('LLL:EXT:crawler/modfunc1/locallang.xml:labels.display') . ': ' . \TYPO3\CMS\Backend\Utility\BackendUtility::getFuncMenu($this->pObj->id,
206
+                        $GLOBALS['LANG']->sL('LLL:EXT:crawler/modfunc1/locallang.xml:labels.display') . ': ' . \TYPO3\CMS\Backend\Utility\BackendUtility::getFuncMenu($this->pObj->id,
207 207
                     'SET[log_display]', $this->pObj->MOD_SETTINGS['log_display'], $this->pObj->MOD_MENU['log_display'],
208 208
                     'index.php', '&setID=' . $setId) . ' - ' .
209
-                       $GLOBALS['LANG']->sL('LLL:EXT:crawler/modfunc1/locallang.xml:labels.showresultlog') . ': ' . \TYPO3\CMS\Backend\Utility\BackendUtility::getFuncCheck($this->pObj->id,
209
+                        $GLOBALS['LANG']->sL('LLL:EXT:crawler/modfunc1/locallang.xml:labels.showresultlog') . ': ' . \TYPO3\CMS\Backend\Utility\BackendUtility::getFuncCheck($this->pObj->id,
210 210
                     'SET[log_resultLog]', $this->pObj->MOD_SETTINGS['log_resultLog'], 'index.php',
211 211
                     '&setID=' . $setId . $quiPart) . ' - ' .
212
-                       $GLOBALS['LANG']->sL('LLL:EXT:crawler/modfunc1/locallang.xml:labels.showfevars') . ': ' . \TYPO3\CMS\Backend\Utility\BackendUtility::getFuncCheck($this->pObj->id,
212
+                        $GLOBALS['LANG']->sL('LLL:EXT:crawler/modfunc1/locallang.xml:labels.showfevars') . ': ' . \TYPO3\CMS\Backend\Utility\BackendUtility::getFuncCheck($this->pObj->id,
213 213
                     'SET[log_feVars]', $this->pObj->MOD_SETTINGS['log_feVars'], 'index.php',
214 214
                     '&setID=' . $setId . $quiPart) . ' - ' .
215
-                       $GLOBALS['LANG']->sL('LLL:EXT:crawler/modfunc1/locallang.xml:labels.itemsPerPage') . ': ' .
216
-                       \TYPO3\CMS\Backend\Utility\BackendUtility::getFuncMenu(
217
-                           $this->pObj->id,
218
-                           'SET[itemsPerPage]',
219
-                           $this->pObj->MOD_SETTINGS['itemsPerPage'],
220
-                           $this->pObj->MOD_MENU['itemsPerPage'],
221
-                           'index.php'
222
-                       );
215
+                        $GLOBALS['LANG']->sL('LLL:EXT:crawler/modfunc1/locallang.xml:labels.itemsPerPage') . ': ' .
216
+                        \TYPO3\CMS\Backend\Utility\BackendUtility::getFuncMenu(
217
+                            $this->pObj->id,
218
+                            'SET[itemsPerPage]',
219
+                            $this->pObj->MOD_SETTINGS['itemsPerPage'],
220
+                            $this->pObj->MOD_MENU['itemsPerPage'],
221
+                            'index.php'
222
+                        );
223 223
         }
224 224
 
225 225
         $theOutput = $this->pObj->doc->spacer(5);
@@ -353,9 +353,9 @@  discard block
 block discarded – undo
353 353
                         time()) . '<br />';
354 354
                 $output .= '<br />
355 355
 					<table class="lrPadding c-list url-table">' .
356
-                           $this->drawURLs_printTableHeader() .
357
-                           $code .
358
-                           '</table>';
356
+                            $this->drawURLs_printTableHeader() .
357
+                            $code .
358
+                            '</table>';
359 359
             } else {
360 360
                 $output .= count(array_keys($this->duplicateTrack)) . ' ' . $GLOBALS['LANG']->sL('LLL:EXT:crawler/modfunc1/locallang.xml:labels.submitted') . '. <br /><br />';
361 361
                 $output .= '<input type="submit" name="_" value="' . $GLOBALS['LANG']->sL('LLL:EXT:crawler/modfunc1/locallang.xml:labels.continue') . '" />';
@@ -546,8 +546,8 @@  discard block
 block discarded – undo
546 546
 				<input type="hidden" value="' . $showSetId . '" name="setID" />
547 547
 				<br />
548 548
 				Current server time: ' . date('H:i:s', time()) . '<br />' .
549
-                       'Status: ' . $resStatus . '<br />' .
550
-                       \TYPO3\CMS\Core\Utility\DebugUtility::viewArray($q_entry);
549
+                        'Status: ' . $resStatus . '<br />' .
550
+                        \TYPO3\CMS\Core\Utility\DebugUtility::viewArray($q_entry);
551 551
         } else {    // Show list:
552 552
 
553 553
             // If either id or set id, show list:
@@ -609,9 +609,9 @@  discard block
 block discarded – undo
609 609
 
610 610
 
611 611
 						<table class="lrPadding c-list crawlerlog">' .
612
-                               $this->drawLog_printTableHeader() .
613
-                               $code .
614
-                               '</table>';
612
+                                $this->drawLog_printTableHeader() .
613
+                                $code .
614
+                                '</table>';
615 615
                 }
616 616
             } else {    // Otherwise show available sets:
617 617
                 $setList = $GLOBALS['TYPO3_DB']->exec_SELECTgetRows(
@@ -646,8 +646,8 @@  discard block
 block discarded – undo
646 646
                 $output .= '
647 647
 					<br /><br />
648 648
 					<table class="lrPadding c-list">' .
649
-                           $code .
650
-                           '</table>';
649
+                            $code .
650
+                            '</table>';
651 651
             }
652 652
         }
653 653
 
@@ -866,7 +866,7 @@  discard block
 block discarded – undo
866 866
 				<td>' . $GLOBALS['LANG']->sL('LLL:EXT:crawler/modfunc1/locallang.xml:labels.pagetitle') . ':</td>
867 867
 				<td>' . $GLOBALS['LANG']->sL('LLL:EXT:crawler/modfunc1/locallang.xml:labels.qid') . ':</td>
868 868
 				<td>&nbsp;</td>' .
869
-                   ($this->pObj->MOD_SETTINGS['log_resultLog'] ? '
869
+                    ($this->pObj->MOD_SETTINGS['log_resultLog'] ? '
870 870
 				<td>' . $GLOBALS['LANG']->sL('LLL:EXT:crawler/modfunc1/locallang.xml:labels.resultlog') . ':</td>' : '
871 871
 				<td>' . $GLOBALS['LANG']->sL('LLL:EXT:crawler/modfunc1/locallang.xml:labels.scheduledtime') . ':</td>
872 872
 				<td>' . $GLOBALS['LANG']->sL('LLL:EXT:crawler/modfunc1/locallang.xml:labels.runtime') . ':</td>') . '
@@ -875,7 +875,7 @@  discard block
 block discarded – undo
875 875
 				<td>' . $GLOBALS['LANG']->sL('LLL:EXT:crawler/modfunc1/locallang.xml:labels.groups') . ':</td>
876 876
 				<td>' . $GLOBALS['LANG']->sL('LLL:EXT:crawler/modfunc1/locallang.xml:labels.procinstr') . ':</td>
877 877
 				<td>' . $GLOBALS['LANG']->sL('LLL:EXT:crawler/modfunc1/locallang.xml:labels.setid') . ':</td>' .
878
-                   ($this->pObj->MOD_SETTINGS['log_feVars'] ? '
878
+                    ($this->pObj->MOD_SETTINGS['log_feVars'] ? '
879 879
 				<td>' . htmlspecialchars('TSFE->id') . '</td>
880 880
 				<td>' . htmlspecialchars('TSFE->gr_list') . '</td>
881 881
 				<td>' . htmlspecialchars('TSFE->no_cache') . '</td>' : '') . '
Please login to merge, or discard this patch.