Ignore:
Timestamp:
03.11.2008 14:37:55 (4 years ago)
Author:
mike
Message:

zms-2.11.1-120

File:
1 edited

Legend:

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

    r123 r267  
    4848     <tr valign="middle"> 
    4949      <td class="form-text"><dtml-var " getZMILangStr('ATTR_FILE')"></td> 
    50       <td class="form-element"><input class="form-element" type="file" id="<dtml-var elName>" name="<dtml-var elName>" size="25" value="" <dtml-if "_.len(getConfProperty('ZMS.input.file.maxlength',''))>0">maxlength="<dtml-var "getConfProperty('ZMS.input.file.maxlength','')">"</dtml-if>></td> 
     50      <td class="form-element"><dtml-var "getPlugin('fileupload/'+getConfProperty('ZMS.input.file.plugin','input_file')+'/input.dtml',REQUEST,{'elName':elName,'elMaxlength':getConfProperty('ZMS.input.file.maxlength',''),'key':key})"></td> 
    5151     </tr> 
    5252     </table> 
     
    6363   <!-- Upload --> 
    6464   <div class="form-element"> 
    65     <input class="form-element" type="file" id="<dtml-var elName>" name="<dtml-var elName>" size="25" value="" <dtml-if "_.len(getConfProperty('ZMS.input.file.maxlength',''))>0">maxlength="<dtml-var "getConfProperty('ZMS.input.file.maxlength','')">"</dtml-if>/> 
     65    <dtml-var "getPlugin('fileupload/'+getConfProperty('ZMS.input.file.plugin','input_file')+'/input.dtml',REQUEST,{'elName':elName,'elMaxlength':getConfProperty('ZMS.input.file.maxlength',''),'key':key})"> 
    6666   </div> 
    6767  </dtml-if> 
Note: See TracChangeset for help on using the changeset viewer.