Changeset 606


Ignore:
Timestamp:
22.06.2009 09:16:01 (3 years ago)
Author:
mike
Message:

zms-2.11.1-530 bugfix

  • bugfix: int has no function upper
File:
1 edited

Legend:

Unmodified
Added
Removed
  • ZMS/branches/zmssqldb-hacks/dtml/ZMSSqlDb/manage_configuration.dtml

    r516 r606  
    390390            ><tr class="zmiNeutralColorLight0" 
    391391             ><td class="form-small" nowrap="nowrap">Auto</td 
    392              ><td class="form-small"><select name="attr_auto_<dtml-var "column['id']">"><option value=""></option><dtml-in "['insert','update']" sort><dtml-let t=sequence-item><option value="<dtml-var t>"<dtml-if "column.get('auto','').upper()==t.upper()"> selected="selected"</dtml-if>><dtml-var t></option></dtml-let></dtml-in></select></td 
     392             ><td class="form-small"><select name="attr_auto_<dtml-var "column['id']">"><option value=""></option><dtml-in "['insert','update']" sort><dtml-let t=sequence-item><option value="<dtml-var t>"<dtml-if "str(column.get('auto','')).upper()==t.upper()"> selected="selected"</dtml-if>><dtml-var t></option></dtml-let></dtml-in></select></td 
    393393            ></tr 
    394394           ></dtml-if 
Note: See TracChangeset for help on using the changeset viewer.