phpcompta-dev
[Top][All Lists]
Advanced

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

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


From: phpcompta-dev
Subject: [Phpcompta-dev] r4661 - phpcompta/trunk/include
Date: Tue, 3 Jan 2012 17:46:07 +0100 (CET)

Author: danydb
Date: 2012-01-03 17:46:07 +0100 (Tue, 03 Jan 2012)
New Revision: 4661

Modified:
   phpcompta/trunk/include/class_itext.php
Log:
Cosmetic CSS Size  for IText, for updatable label (VEN, ACH,ODS)

Typo csswidth instead of css_size

Modified: phpcompta/trunk/include/class_itext.php
===================================================================
--- phpcompta/trunk/include/class_itext.php     2012-01-03 16:31:56 UTC (rev 
4660)
+++ phpcompta/trunk/include/class_itext.php     2012-01-03 16:46:07 UTC (rev 
4661)
@@ -54,7 +54,7 @@
            $r='<INPUT '.$this->style.' TYPE="TEXT" id="'.
            $this->name.'"'.$t.
            'NAME="'.$this->name.'" VALUE="'.$this->value.'"  '.
-           ' style="width:'.$this->csswidth.';" '.$this->javascript."  
$this->extra >";
+           ' style="width:'.$this->css_size.';" '.$this->javascript."  
$this->extra >";
 
         }            
         
@@ -83,7 +83,7 @@
                $r='<INPUT '.$style.' TYPE="TEXT" id="'.
            $this->name.'"'.$t.
            'NAME="'.$this->name.'" VALUE="'.$this->value.'"  '.
-           ' style="width:'.$this->csswidth.'" '.$this->javascript." $readonly 
 $this->extra >";
+           ' style="width:'.$this->css_size.'" '.$this->javascript." $readonly 
 $this->extra >";
         }
 
         /* add tag for column if inside a table */




reply via email to

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