phpcompta-dev
[Top][All Lists]
Advanced

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

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


From: phpcompta-dev
Subject: [Phpcompta-dev] r4504 - phpcompta/trunk/include
Date: Tue, 29 Nov 2011 10:13:55 +0100 (CET)

Author: danydb
Date: 2011-11-29 10:13:53 +0100 (Tue, 29 Nov 2011)
New Revision: 4504

Modified:
   phpcompta/trunk/include/class_iposte.php
Log:
cosmetic : location of button with iposte


Modified: phpcompta/trunk/include/class_iposte.php
===================================================================
--- phpcompta/trunk/include/class_iposte.php    2011-11-28 21:05:20 UTC (rev 
4503)
+++ phpcompta/trunk/include/class_iposte.php    2011-11-29 09:13:53 UTC (rev 
4504)
@@ -140,11 +140,11 @@
         $ibutton=$this->dsp_button();
         if ( $this->table==3)
         {
-            $r='<table>'.tr(td($ibutton).td($itext->input()));
+            $r='<table>'.tr(td($itext->input()).td($ibutton));
             $r.='</table>';
             return $r;
         }
-        $r=$ibutton.$itext->input();
+        $r=$itext->input().$ibutton;
         if ( $this->table==1) $r=td($r);
 
         return $r;




reply via email to

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