Changeset 557 for trunk/Modules/Dictionary/Dictionary.php
- Timestamp:
- Jul 29, 2013, 11:04:55 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Modules/Dictionary/Dictionary.php
r552 r557 37 37 if ($mode == 1) $Output .= '..Všechny přeložené'; 38 38 if ($mode == 2) $Output .= '..Nepřeložené'; 39 $Output .= '<table width="98%"class="BaseTable">';39 $Output .= '<table class="BaseTable">'; 40 40 $Output .= '<tr><th>Originál</th>'.'<th>Překlad</th></tr>'; 41 41 … … 275 275 if($User->Licence(LICENCE_USER)) $TableColumns[] = array('Name' => '', 'Title' => 'Akce'); 276 276 $Order = GetOrderTableHeader($TableColumns, 'Original'); 277 $Output .= '<table width="98%"class="BaseTable">'.$Order['Output'];277 $Output .= '<table class="BaseTable">'.$Order['Output']; 278 278 279 279 $sql_page = $sql.$Order['SQL'].$PageList['SQLLimit'];
Note:
See TracChangeset
for help on using the changeset viewer.