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/Translation/TranslationList.php

    r837 r842  
    359359      $Output .= '</td>';
    360360      if($this->System->User->Licence(LICENCE_ADMIN))
    361         $Output .= '<td><a title="Změny po posledním importu u vybrané překladové skupiny" href="log.php?group='.
    362           $Group['Id'].'&amp;type=11">'.HumanDate($Group['LastImport']).'</a></td>';
     361        $Output .= '<td><a title="Změny po posledním importu u vybrané překladové skupiny" href="'.$this->System->Link('/log/?group='.
     362          $Group['Id'].'&amp;type=11').'">'.HumanDate($Group['LastImport']).'</a></td>';
    363363        else $Output .= '<td>'.HumanDate($Group['LastImport']).'</td>';
    364364      $Output .= '<td><a href="'.$this->System->Link('/client-version/?action=item&amp;id='.
     
    370370    }
    371371    $Output .= '</table>'.
    372         '<br /><a title="'.T('Changelog of changes after import').'" href="log.php?type=11">'.T('Changelog of text modification during import').'</a><br/>';
     372        '<br /><a title="'.T('Changelog of changes after import').'" href="'.$this->System->Link('/log/?type=11').'">'.T('Changelog of text modification during import').'</a><br/>';
    373373    if($this->System->User->Licence(LICENCE_ADMIN)) $Output .= '<a href="?action=groupadd">'.T('Add translation group').'</a>';
    374374    return($Output);
Note: See TracChangeset for help on using the changeset viewer.