/[papo]/papo/neb/emf.pl
ViewVC logotype

Diff of /papo/neb/emf.pl

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

revision 1.3 by jlenton, Tue May 27 23:09:00 2003 UTC revision 1.4 by jlenton, Thu Jun 19 18:20:05 2003 UTC
# Line 99  sub entry_handler Line 99  sub entry_handler
99    
100                  $_->set_att('typecast' => 'number');                  $_->set_att('typecast' => 'number');
101              }              }
102                elsif ($field eq 'boolean' and not $_->att('style')) {
103                    # agrega style="checkbox" a los campos tipo boolean
104                    # que no tengan style
105    
106                    $_->set_att('style' => 'checkbox');
107                }
108          }          }
109      }      }
110  }  }

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4

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