Ignore:
Timestamp:
Jan 12, 2016, 10:55:07 PM (8 years ago)
Author:
chronos
Message:
  • Modified: Admin section transformed to application module.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Modules/Import/Manage.php

    r817 r842  
    7777      if($Group['LuaFileName'] != '') $Output .= $Group['LuaFileName'].'.lua ';
    7878      $Output .= '</td>'.
    79         '<td><a title="Změny po posledním importu u vybrané překladové skupiny" href="../log.php?group='.$Group['Id'].'&amp;type=11">'.HumanDate($Group['LastImport']).'</a></td>'.
     79        '<td><a title="Změny po posledním importu u vybrané překladové skupiny" href="../log/?group='.$Group['Id'].'&amp;type=11">'.HumanDate($Group['LastImport']).'</a></td>'.
    8080        '<td><a href="'.$this->System->Link('/client-version/?action=item&amp;id='.
    8181        GetVersionWOWId($Group['LastVersion'])).'">'.GetVersionWOW($Group['LastVersion']).'</a></td>'.
Note: See TracChangeset for help on using the changeset viewer.