improve appearance : message saved after inserting a card
This commit is contained in:
parent
633ef7c9d0
commit
33d209fd40
1 changed files with 1 additions and 1 deletions
|
|
@ -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()');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue