From 03d5b20cfd77e232546e03beee753eeb99fdc55b Mon Sep 17 00:00:00 2001 From: Dany De Bontridder Date: Fri, 20 Jan 2012 15:49:18 +0000 Subject: [PATCH] cosmetic : center the text in dialog box for selecting a type --- html/ajax_card.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/html/ajax_card.php b/html/ajax_card.php index a3de53a72..1250a7fd4 100644 --- a/html/ajax_card.php +++ b/html/ajax_card.php @@ -257,9 +257,10 @@ case 'st': else { $r=''; - $html.='

Choississez la catégorie de fiche à laquelle vous aimeriez ajouter une fiche

'; + $r.='

Choississez la catégorie de fiche à laquelle vous aimeriez ajouter une fiche

'; $isel=new ISelect('fd_id'); $isel->value=$array; + $r.='
'; $r.='
'; $r.=dossier::hidden(); $r.=(isset($ref))?HtmlInput::hidden('ref',1):''; @@ -270,6 +271,7 @@ case 'st': $r.=HtmlInput::button('Annuler','Annuler'," onclick=\"removeDiv('$ctl')\" "); $r.='

'; $r.='
'; + $r.='
'; $html.=$r; }