Ignore:
Timestamp:
Jun 11, 2005, 4:10:04 PM (19 years ago)
Author:
plg
Message:
  • errors and informations boxes : management centralized in admin.php, $errors and $infos arrays replaced by $pageerrors and $pageinfos, special management for admin/update.php (more complex management)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/admin/cat_modify.php

    r675 r792  
    8282  set_cat_status(array($_GET['cat_id']), $_POST['status']);
    8383
    84   $template->assign_block_vars('confirmation' ,array());
     84  array_push($infos, $lang['editcat_confirm']);
    8585}
    8686else if (isset($_POST['set_random_representant']))
     
    145145  $uploadable=>'checked="checked"',
    146146 
    147   'L_EDIT_CONFIRM'=>$lang['editcat_confirm'],
    148147  'L_EDIT_NAME'=>$lang['name'],
    149148  'L_STORAGE'=>$lang['storage'],
Note: See TracChangeset for help on using the changeset viewer.