Changeset 929


Ignore:
Timestamp:
10.03.2010 18:15:52 (2 years ago)
Author:
zmsdev
Message:

Added support for overwriting configuration

File:
1 edited

Legend:

Unmodified
Added
Removed
  • ZMS/trunk/manage_addzmsform.dtml

    r928 r929  
    173173    <dtml-if "REQUEST.get('themes') is None"><dtml-call "REQUEST.set('themes',misc_.zms['initutil'].http_import('%s/misc_/zms/themes.zcml'%BASE0.replace('https','http')))"></dtml-if> 
    174174    <dtml-if "REQUEST.get('themes') is None"><dtml-call "REQUEST.set('themes',misc_.zms['initutil'].re_sub('<!--(.*?)-->','',themes))"></dtml-if> 
    175     <dtml-call "REQUEST.set('themes',misc_.zms['initutil'].re_search('source location=\042(.*?)\042/>',themes))"> 
     175    <dtml-call "REQUEST.set('themes',misc_.zms['initutil'].re_search('source location=\042([.\\s]*?)\042/>',themes))"> 
    176176    <dtml-in themes> 
    177177     <dtml-let theme=sequence-item> 
Note: See TracChangeset for help on using the changeset viewer.