Ignore:
Timestamp:
09/23/07 23:49:33 (5 years ago)
Author:
hverton
Message:

changed copyright notice
added Smarty buttonlink function, to replace image buttons by real buttons using a locale for the button text

File:
1 edited

Legend:

Unmodified
Added
Removed
  • modules/common/gallery/php-files/modules/gallery/albums.php

    r833 r836  
    186186if ($gallery->user->isLoggedIn() && !$gallery->session->offline) { 
    187187 
    188     $displayName = $gallery->user->displayName(); 
    189     $adminCommands .= sprintf(gTranslate('core', "Welcome, %s"), $displayName) . "&nbsp;&nbsp;<br>"; 
     188//  $displayName = $gallery->user->displayName(); 
     189//  $adminCommands .= sprintf(gTranslate('core', "Welcome, %s"), $displayName) . "&nbsp;&nbsp;<br>"; 
    190190} 
    191191 
     
    201201 
    202202if ($gallery->user->isLoggedIn() && !$gallery->session->offline) { 
    203     if ($gallery->user->isAdmin()) { 
     203/*    if ($gallery->user->isAdmin()) { 
    204204 
    205205        $iconText = getIconText('unsortedList.gif', gTranslate('core', "Administer startpage")); 
     
    216216        } 
    217217    } 
    218  
     218*/ 
    219219    if ($gallery->userDB->canModifyUser()) { 
    220220        $iconText = getIconText('yast_sysadmin.gif', gTranslate('core', "Preferences")); 
Note: See TracChangeset for help on using the changeset viewer.