Changeset 710


Ignore:
Timestamp:
Jan 5, 2014, 2:24:18 PM (11 years ago)
Author:
maron
Message:
  • Modify: show translation names only if is login
Location:
trunk
Files:
2 edited

Legend:

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

    r655 r710  
    248248                                                $Text = $Text.' '.$LineAJ[$TextItem['Column']];
    249249       
     250                $names = array();
     251                if ($this->System->User->Licence(LICENCE_USER))
    250252                                        if(($GroupId < 4) or ($GroupId == 10) or ($GroupId == 11)) {
    251253                                                //<span class="edit">barvou.</span>
  • trunk/includes/Version.php

    r709 r710  
    66// and system will need database update.
    77
    8 $Revision = 709; // Subversion revision
     8$Revision = 710; // Subversion revision
    99$DatabaseRevision = 695; // Database structure revision
    10 $ReleaseTime = '2014-01-04';
     10$ReleaseTime = '2014-01-05';
Note: See TracChangeset for help on using the changeset viewer.