From 33d209fd4047509f7faa9d01bf9697c45f5b07e1 Mon Sep 17 00:00:00 2001 From: Dany De Bontridder Date: Thu, 2 Dec 2010 21:05:39 +0000 Subject: [PATCH] improve appearance : message saved after inserting a card --- html/ajax_card.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/html/ajax_card.php b/html/ajax_card.php index aa1860dc1..b4debbfbb 100644 --- a/html/ajax_card.php +++ b/html/ajax_card.php @@ -223,7 +223,7 @@ case 'sc': { $f=new Fiche($cn); $f->insert($fd_id,$_POST); - $html='

Fiche sauvée

'; + $html='

Fiche sauvée

'; $html.=$f->Display(true); $js=""; if ( isset( $_POST['ref'])) $js=create_script(' window.location.reload()');