Changeset 821


Ignore:
Timestamp:
Feb 23, 2015, 1:03:07 AM (9 years ago)
Author:
chronos
Message:
  • Added: User name as clickable link in translation form.
Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Modules/Translation/Form.php

    r819 r821  
    9191
    9292          if(($Line['Language'] <> 0) and ($LineUser['Name'] <> ''))
    93             $Output .= 'Přeložil: <strong>'.$LineUser['Name'].'</strong> dne '.HumanDate($Line['ModifyTime']).'<br />';
     93            $Output .= 'Přeložil: <a href="'.$this->System->Link('/user.php?user='.$Line['User']).'"><strong>'.$LineUser['Name'].'</strong></a> dne '.HumanDate($Line['ModifyTime']).'<br />';
    9494          if(($Line['Take'] <> 0) and ($Line['Take'] <> $Line['ID']))
    9595          {
  • trunk/includes/Version.php

    r819 r821  
    66// and system will need database update.
    77
    8 $Revision = 819; // Subversion revision
     8$Revision = 821; // Subversion revision
    99$DatabaseRevision = 811; // Database structure revision
    1010$ReleaseTime = '2015-02-22';
Note: See TracChangeset for help on using the changeset viewer.