New : new parameter (choice_cat) for the sub_menu see wiki

This commit is contained in:
Dany De Bontridder 2015-06-17 19:20:16 +02:00
parent adf58bd1b6
commit 882060cd4b
7 changed files with 101 additions and 51 deletions

View file

@ -328,8 +328,8 @@ if ( $sa == 'remove' )
$sql="delete from ac_dossier where dos_id=$1";
$cn->exec_sql($sql,array($_REQUEST['d']));
print '<h2 class="error">';
printf (_("Le dossier %s est effacé"),h($name))."</h2>";
echo HtmlInput::button_anchor('Retour','?action=dossier_mgt');
printf (_("Le dossier %s est effacé").'</h2>',h($name));
echo HtmlInput::button_anchor(_('Retour'),'?action=dossier_mgt');
}
?>
</div>