Ignore:
Timestamp:
05.11.2008 14:07:36 (4 years ago)
Author:
chris
Message:

zms-2.11.1-13

File:
1 edited

Legend:

Unmodified
Added
Removed
  • ZMS/trunk/dtml/ZMS/manage_customize.dtml

    r267 r273  
    346346      <dtml-var "getTextInput(fmName='customForm',elName='value',value=getConfProperty(key,item.get('default','')),size=15,enabled=1,REQUEST=REQUEST,css='form-small')"> 
    347347     </dtml-if> 
     348     <dtml-if "getPortalClients()"> 
     349      <input class="form-checkbox" type="checkbox" name="portal_clients" value="portal_clients"<dtml-if "REQUEST.form.get('portal_clients')"> checked="checked"</dtml-if>>&nbsp;Clients&nbsp;&nbsp;&nbsp; 
     350     </dtml-if> 
    348351     <input class="form-submit" type="submit" name="btn" value="Change"> 
    349352    </td> 
Note: See TracChangeset for help on using the changeset viewer.