Changeset 636 for trunk/Modules/Translation/TranslationList.php
- Timestamp:
- Dec 11, 2013, 12:15:15 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
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.