Author: danydb
Date: 2012-01-06 17:23:31 +0100 (Fri, 06 Jan 2012)
New Revision: 4671
Modified:
phpcompta/trunk/include/class_iselect.php
Log:
iselect : remove default label
Modified: phpcompta/trunk/include/class_iselect.php
===================================================================
--- phpcompta/trunk/include/class_iselect.php 2012-01-06 13:22:50 UTC (rev
4670)
+++ phpcompta/trunk/include/class_iselect.php 2012-01-06 16:23:31 UTC (rev
4671)
@@ -37,8 +37,8 @@
$disabled=($this->disabled==true)?"disabled":"";
//echo "<b>Selected <b>".$this->selected;
- $r=(isset($this->label))?$this->label:'';
-
+ //$r=(isset($this->label))?$this->label:'';
+ $r="";
// if ( $this->table == 1 ) $r=td($r);
$a="<SELECT id=\"$this->name\" NAME=\"$this->name\" $this->javascript
$disabled>";
_______________________________________________
Phpcompta-dev mailing list
[email protected]
https://lists.nongnu.org/mailman/listinfo/phpcompta-dev