Changeset 622 for trunk/admin.php


Ignore:
Timestamp:
Nov 25, 2004, 5:44:41 PM (19 years ago)
Author:
gweltas
Message:

Categories option management update.

  • Rewrite of the tpl file (no more table in it)
  • Deletion of duplicate entry in language files
  • French version
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/admin.php

    r620 r622  
    200200  'L_AUTH'=>$lang['permissions'],
    201201  'L_UPDATE'=>$lang['update'],
    202   'L_CAT_UPLOAD'=>$lang['cat_options_upload_menu'],
    203   'L_CAT_COMMENTS'=>$lang['cat_options_comments_menu'],
    204   'L_CAT_VISIBLE'=>$lang['cat_options_visible_menu'],
    205   'L_CAT_STATUS'=>$lang['cat_options_status_menu'],
     202  'L_CAT_UPLOAD'=>$lang['upload'],
     203  'L_CAT_COMMENTS'=>$lang['comments'],
     204  'L_CAT_VISIBLE'=>$lang['lock'],
     205  'L_CAT_STATUS'=>$lang['permissions'],
    206206
    207207  'U_CONFIG_GENERAL'=>add_session_id($conf_link.'general' ),
Note: See TracChangeset for help on using the changeset viewer.