Changeset 16
- Timestamp:
- Sep 5, 2019, 10:04:49 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/index.php
r15 r16 654 654 ); 655 655 $Order = GetOrderTableHeader($TableColumns, 'Time', 1); 656 $Output .= '<table class=" 2018/WideTable">';656 $Output .= '<table class="WideTable">'; 657 657 $Output .= $Order['Output']; 658 658 $DbResult = $this->Database->query('SELECT * '. … … 765 765 $Item = $this->PathItems[0]; 766 766 if ($Item == 'sync') $Output .= $this->ShowSync(); 767 else if($this->PathItems[0] == 'empty') $Output .= $this->ShowEmpty();767 //else if($this->PathItems[0] == 'empty') $Output .= $this->ShowEmpty(); 768 768 else if($Item == 'runner') $Output .= $this->ShowRunner(); 769 769 else if($Item == 'runners') $Output .= $this->ShowRunners();
Note:
See TracChangeset
for help on using the changeset viewer.