Changeset 1062
- Timestamp:
- 22.06.2010 22:23:56 (20 months ago)
- File:
-
- 1 edited
-
ZMS/trunk/dtml/ZMS/manage_customize.dtml (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
ZMS/trunk/dtml/ZMS/manage_customize.dtml
r1059 r1062 157 157 <dtml-let 158 158 conf="getConfProperties()" 159 conf_keys="filter(lambda x: not x.startswith('ZMS. log') and not x.startswith('ZMS.security') and not x.startswith('ZMS.workflow') and not x.startswith('zms.misc.') and not x.startswith('ZMS.filter.') and not x.startswith('ZMS.custom.') and not x.startswith('Portal.'),conf.keys())"159 conf_keys="filter(lambda x: not x.startswith('ZMS.version') and not x.startswith('ZMS.log') and not x.startswith('ZMS.security') and not x.startswith('ZMS.workflow') and not x.startswith('zms.misc') and not x.startswith('ZMS.filter') and not x.startswith('ZMS.custom') and not x.startswith('Portal.'),conf.keys())" 160 160 res="[ 161 161 {'key':'ZMSAdministrator.email','title':'Admin e-Mail','desc':'Administrators e-mail address.','datatype':'string'}, … … 285 285 </dtml-in> 286 286 var conf = new Array(); 287 <dtml-in conf_keys>conf['<dtml-var sequence-item>'] = '<dtml-var "conf[_['sequence-item']]">';287 <dtml-in conf_keys>conf['<dtml-var sequence-item>'] = <dtml-var "str_json(conf[_['sequence-item']])">; 288 288 </dtml-in> 289 289 var keys = new Array();
Note: See TracChangeset
for help on using the changeset viewer.
