Changeset 727 for trunk/Modules/Translation/TranslationList.php
- Timestamp:
- Jan 7, 2014, 9:54:21 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Modules/Translation/TranslationList.php
r661 r727 311 311 if($Group['LuaFileName'] != '') $Output .= $Group['LuaFileName'].'.lua '; 312 312 $Output .= '</td><td><a title="Změny po posledním importu u vybrané překladové skupiny" href="log.php?group='. 313 $Group['Id'].'&type=11">'.HumanDate($Group['LastImport']).'</a></td><td> '.GetVersionWOW($Group['LastVersion']).'</td>';313 $Group['Id'].'&type=11">'.HumanDate($Group['LastImport']).'</a></td><td><a href="'.$this->System->Link('/client-version/?action=item&id='.GetVersionWOWId($Group['LastVersion'])).'">'.GetVersionWOW($Group['LastVersion']).'</a></td>'; 314 314 if($this->System->User->Licence(LICENCE_ADMIN)) 315 315 $Output .= '<td><a href="?action=groupdelete&id='.$Group['Id'].'">Smazat</a></td>';
Note:
See TracChangeset
for help on using the changeset viewer.