. */ /** * @brief Action : simple confirm * * Open a modal box to confirm a status modification. Used by the core (manage_action.php page). * * @file * @author Claire Figueras * @date $date$ * @version $Revision$ * @ingroup apps */ /** * $confirm bool true */ $confirm = true; /** * $etapes array Contains only one etap, the status modification */ $etapes = array('empty_error'); function manage_empty_error($arr_id, $history, $id_action, $label_action, $status) { $_SESSION['action_error'] = ''; $result = ''; for($i=0; $i $result, 'history_msg' => ''); }