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/waiting.php

    r699 r792  
    7373    }
    7474  }
     75  array_push($infos, $lang['waiting_update']);
    7576}
    7677
     
    7879$template->set_filenames(array('waiting'=>'admin/waiting.tpl'));
    7980$template->assign_vars(array(
    80   'L_WAITING_CONFIRMATION'=>$lang['waiting_update'],
    8181  'L_AUTHOR'=>$lang['author'],
    8282  'L_THUMBNAIL'=>$lang['thumbnail'],
     
    9191  ));
    9292 
    93 //-------------------------------------------------------- confirmation message
    94 if (isset($_POST['submit']))
    95 {
    96   $template->assign_block_vars('confirmation' ,array());
    97 }
    9893//---------------------------------------------------------------- form display
    9994$cat_names = array();
Note: See TracChangeset for help on using the changeset viewer.