Changeset 848 for trunk/Modules/Export/Page.php
- Timestamp:
- Jan 17, 2016, 12:10:35 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Modules/Export/Page.php
r847 r848 481 481 // array('Name' => 'DBCFileName', 'Title' => 'DBC soubor'), 482 482 // array('Name' => 'LuaFileName', 'Title' => 'Lua soubor'), 483 array('Name' => '', 'Title' => T('Items of tran lation')),483 array('Name' => '', 'Title' => T('Items of translation')), 484 484 ); 485 485 $Order = GetOrderTableHeader($TableColumns, 'Name'); … … 511 511 $Columns = ''; 512 512 foreach($TranslationTree[$Group['Id']]['Items'] as $Column) { 513 if ($Column['Visible']) $Columns .= CheckBox('item'.$Column['Id'], !isset($GroupItems[$Column['Id']]), '', 'CheckBox', !$Editable).' '.$Column['Name'].' <br />'; 513 if ($Column['Visible']) $Columns .= CheckBox('item'.$Column['Id'], 514 !isset($GroupItems[$Column['Id']]), '', 'CheckBox', !$Editable).' '.T($Column['Name']).' <br/>'; 514 515 } 515 516 $Checked = $Group['ExportGroupId'] != '';
Note:
See TracChangeset
for help on using the changeset viewer.