phpcompta-dev
[Top][All Lists]
Advanced

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

[Phpcompta-dev] r4714 - phpcompta/trunk/include


From: phpcompta-dev
Subject: [Phpcompta-dev] r4714 - phpcompta/trunk/include
Date: Sat, 14 Jan 2012 13:32:10 +0100 (CET)

Author: danydb
Date: 2012-01-14 13:32:09 +0100 (Sat, 14 Jan 2012)
New Revision: 4714

Modified:
   phpcompta/trunk/include/class_acc_ledger.php
Log:
get bigger label ODS

Modified: phpcompta/trunk/include/class_acc_ledger.php
===================================================================
--- phpcompta/trunk/include/class_acc_ledger.php        2012-01-14 12:28:45 UTC 
(rev 4713)
+++ phpcompta/trunk/include/class_acc_ledger.php        2012-01-14 12:32:09 UTC 
(rev 4714)
@@ -1560,7 +1560,7 @@
         }
         $wPJ=new IText('e_pj');
         $wPJ->readonly=false;
-        $wPJ->size=40;
+        $wPJ->size=10;
 
         /* suggest PJ ? */
         $default_pj='';
@@ -1576,12 +1576,14 @@
         $ret.= '</tr>';
         $ret.= '</td>';
 
-        $ret.= '<tr><td >'._('Libellé');
+        $ret.= '<tr>'
+        $ret.='<td colspan="2" style="width:auto">';
+       $ret.=_('Libellé');
         $wDescription=new IText('desc');
         $wDescription->readonly=$p_readonly;
-        $wDescription->css_size="100%";
+        $wDescription->size="50";
         $wDescription->value=(isset($desc))?$desc:'';
-        $ret.='<td colspan="2" style="width:auto">';
+
         $ret.=$wDescription->input();
         $ret.= '</td>';
         $ret.='</tr>';




reply via email to

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