improve appearance : message saved after inserting a card

This commit is contained in:
Dany De Bontridder 2010-12-02 21:05:39 +00:00
parent 633ef7c9d0
commit 33d209fd40

View file

@ -223,7 +223,7 @@ case 'sc':
{
$f=new Fiche($cn);
$f->insert($fd_id,$_POST);
$html='<h2 class="info">Fiche sauvée</h2>';
$html='<h2 class="notice">Fiche sauvée</h2>';
$html.=$f->Display(true);
$js="";
if ( isset( $_POST['ref'])) $js=create_script(' window.location.reload()');