phpcompta-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Phpcompta-dev] r4723 - phpcompta/trunk/html


From: phpcompta-dev
Subject: [Phpcompta-dev] r4723 - phpcompta/trunk/html
Date: Fri, 20 Jan 2012 16:49:19 +0100 (CET)

Author: danydb
Date: 2012-01-20 16:49:18 +0100 (Fri, 20 Jan 2012)
New Revision: 4723

Modified:
   phpcompta/trunk/html/ajax_card.php
Log:
cosmetic : center the text in dialog box for selecting a type


Modified: phpcompta/trunk/html/ajax_card.php
===================================================================
--- phpcompta/trunk/html/ajax_card.php  2012-01-18 15:31:47 UTC (rev 4722)
+++ phpcompta/trunk/html/ajax_card.php  2012-01-20 15:49:18 UTC (rev 4723)
@@ -257,9 +257,10 @@
     else
     {
         $r='';
-       $html.='<p class="notice"> Choississez la catégorie de fiche à laquelle 
vous aimeriez ajouter une fiche</p>';
+       $r.='<p class="notice" style="padding-left:2em"> Choississez la 
catégorie de fiche à laquelle vous aimeriez ajouter une fiche</p>';
         $isel=new ISelect('fd_id');
         $isel->value=$array;
+       $r.='<div style="text-align:center">';
         $r.='<form id="sel_type" method="GET" 
onsubmit="this.ipopup='.$ctl.';dis_blank_card(this);return false;" >';
         $r.=dossier::hidden();
         $r.=(isset($ref))?HtmlInput::hidden('ref',1):'';
@@ -270,6 +271,7 @@
        $r.=HtmlInput::button('Annuler','Annuler'," 
onclick=\"removeDiv('$ctl')\" ");
        $r.='</p>';
         $r.='</form>';
+       $r.='</div>';
         $html.=$r;
 
     }




reply via email to

[Prev in Thread] Current Thread [Next in Thread]