Ignore:
Timestamp:
Nov 25, 2013, 11:01:32 PM (11 years ago)
Author:
chronos
Message:
  • Added: Functionality to add and delete translation group from "Data source" page.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Modules/Dictionary/Dictionary.php

    r596 r602  
    286286    if(!is_numeric($_SESSION['language'])) $Output .= '<td>'.$Line['LangName'].'</td>';
    287287    $Output .= '<td>'.$Line['Description'].'</td>'.
    288     '<td><a href="user.php?user='.$Line['UserId'].'">'.$Line['UserName'].'</a></td>';
     288    '<td><a href="'.$this->System->Link('/user.php?user='.$Line['UserId']).'">'.$Line['UserName'].'</a></td>';
    289289    if($this->System->User->Licence(LICENCE_USER))
    290290    {
Note: See TracChangeset for help on using the changeset viewer.