Changeset 636 for trunk/Modules/Translation
- Timestamp:
- Dec 11, 2013, 12:15:15 PM (11 years ago)
- Location:
- trunk/Modules/Translation
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Modules/Translation/Form.php
r633 r636 53 53 function Show() 54 54 { 55 $this->Title = T('Translation'); 55 56 $Action = ''; 56 57 if(array_key_exists('action', $_GET)) $Action = $_GET['action']; -
trunk/Modules/Translation/Progress.php
r584 r636 66 66 function Show() 67 67 { 68 $this->Title = T('Progress'); 68 69 $LanguageList = GetLanguageList(); 69 70 -
trunk/Modules/Translation/TranslationList.php
r609 r636 245 245 global $TranslationTree; 246 246 247 247 $Output = $Filter['Output']; 248 248 249 249 $Output .= '<table class="BaseTable"><tr><th>Skupina</th><th>Počet</th></tr>'; … … 434 434 function Show() 435 435 { 436 $this->Title = T('Translation groups'); 436 437 $Action = GetParameter('action', ''); 437 438 if($Action == 'filter') $Output = $this->ShowMenu();
Note:
See TracChangeset
for help on using the changeset viewer.