Changeset 1808 for ZMS/trunk/dtml


Ignore:
Timestamp:
06.02.2012 21:43:35 (4 months ago)
Author:
zmsdev
Message:

Ticket#27 (uni-bern): added support for manual setting of image-dimensions

File:
1 edited

Legend:

Unmodified
Added
Removed
  • ZMS/trunk/dtml/objattrs/f_select_image.dtml

    r1743 r1808  
    2525                                <dtml-var "getZMILangStr('ATTR_WIDTH')"> x  
    2626                                <dtml-var "getZMILangStr('ATTR_HEIGHT')"> 
    27                                 <dtml-var "getTextInput(fmName=fmName,elName='ZMSGraphic_extEdit_width:int',size=4,value=0,enabled=False)"> x 
    28                                 <dtml-var "getTextInput(fmName=fmName,elName='ZMSGraphic_extEdit_height:int',size=4,value=0,enabled=False)"> px 
     27                                <dtml-var "getTextInput(fmName=fmName,elName='ZMSGraphic_extEdit_width:int',size=4,value=0)"> x 
     28                                <dtml-var "getTextInput(fmName=fmName,elName='ZMSGraphic_extEdit_height:int',size=4,value=0)"> px 
     29                                <input class="form-checkbox" type="checkbox" id="ZMSGraphic_extEdit_proportional" checked="checked"/><span class="form-small">Proportional</span> 
    2930                                <input class="ui-button ui-state-default ui-corner-all" type="submit" name="btn" value="<dtml-var "getZMILangStr('BTN_APPLY')">" onclick="return ZMSGraphic_extEdit_apply();"> 
    3031                        </td> 
Note: See TracChangeset for help on using the changeset viewer.