/[phpcompta]/phpcompta/include/class_widget.php
ViewVC logotype

Diff of /phpcompta/include/class_widget.php

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.10 by sparkyx, Thu Oct 27 12:27:21 2005 UTC revision 1.11 by sparkyx, Thu Oct 27 13:09:42 2005 UTC
# Line 73  class widget { Line 73  class widget {
73      if (strtoupper($this->type)=="TEXT") {      if (strtoupper($this->type)=="TEXT") {
74        if ( $this->readonly==false) {        if ( $this->readonly==false) {
75          $r="<INPUT TYPE=\"TEXT\" NAME=\"$p_name\" VALUE=\"$this->value\" SIZE=\"$this->size\" ".$disabled.">";} else {          $r="<INPUT TYPE=\"TEXT\" NAME=\"$p_name\" VALUE=\"$this->value\" SIZE=\"$this->size\" ".$disabled.">";} else {
76              $r=sprintf('<span>%s</span><input type="hidden" name="%s" value="%s"></TD>', $this->value,$this->name,$this->value);              $r=sprintf('<span>%s</span><input type="hidden" name="%s" value="%s">', $this->value,$this->name,$this->value);
77          }          }
78                    
79        if ($this->table==1) {        if ($this->table==1) {

Legend:
Removed from v.1.10  
changed lines
  Added in v.1.11

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26