Changeset 97


Ignore:
Timestamp:
Sep 14, 2003, 5:02:13 PM (21 years ago)
Author:
z0rglub
Message:

Removing link to user_add.php, this file is removed and replaced by a small
form in user_list.php

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/admin/admin.php

    r61 r97  
    3232switch ( $_GET['page'] )
    3333{
    34  case 'user_add':
    35    $title = $lang['title_add'];           $page_valide = true; break;
    3634 case 'user_list':
    3735   $title = $lang['title_liste_users'];   $page_valide = true; break;
     
    114112   {
    115113     $title.= ' '.$lang['title_thumbnails_2'].' <span style="color:#006699;">';
    116      // $_GET['dir'] contient :
     114     // $_GET['dir'] contains :
    117115     // ../galleries/vieux_lyon ou
    118116     // ../galleries/vieux_lyon/visite ou
     
    157155$vtp->setVar( $handle, 'summary.name', $lang['menu_users'] );
    158156$vtp->closeSession( $handle, 'summary' );
    159 // user list
    160 $vtp->addSession( $handle, 'summary' );
    161 $vtp->setVar( $handle, 'summary.indent', '&nbsp;&nbsp;' );
    162 $vtp->setVar( $handle, 'summary.link',
    163               add_session_id( $link_start.'user_list' ) );
    164 $vtp->setVar( $handle, 'summary.name', $lang['menu_list_user'] );
    165 $vtp->closeSession( $handle, 'summary' );
    166 // user add
    167 $vtp->addSession( $handle, 'summary' );
    168 $vtp->setVar( $handle, 'summary.indent', '&nbsp;&nbsp;' );
    169 $vtp->setVar(
    170   $handle, 'summary.link', add_session_id( $link_start.'user_add' ) );
    171 $vtp->setVar( $handle, 'summary.name', $lang['menu_add_user'] );
    172 $vtp->closeSession( $handle, 'summary' );
    173157// groups
    174158$vtp->addSession( $handle, 'summary' );
Note: See TracChangeset for help on using the changeset viewer.