Ignore:
Timestamp:
23.10.2009 16:12:55 (3 years ago)
Author:
chris
Message:

zms-2.11.4-01

File:
1 edited

Legend:

Unmodified
Added
Removed
  • ZMS/trunk/import/manage_searchReplace.metacmd.xml

    r723 r750  
    11<?xml version="1.0" encoding="utf-8"?> 
    22<dictionary> 
    3 <item key="data"><![CDATA[<!-- ############################################################ --> 
    4 <!-- # 
    5 <!-- # Execute 
    6 <!-- # 
    7 <!-- ############################################################ --> 
     3<item key="data"><![CDATA[<dtml-comment> 
     4################################################################################ 
     5# Execute 
     6################################################################################ 
     7</dtml-comment> 
    88<dtml-if process> 
    99 
     
    5151 <dtml-return message> 
    5252 
    53 <!-- ############################################################ --> 
    54 <!-- # 
    55 <!-- # Process execution 
    56 <!-- # 
    57 <!-- ############################################################ --> 
     53<dtml-comment> 
     54################################################################################ 
     55# Process execution 
     56################################################################################ 
     57</dtml-comment> 
    5858<dtml-elif "REQUEST.get('btn','') == ' Ersetzen '"> 
    5959 
     
    7171 <dtml-var manage_page_footer> 
    7272 
    73 <!-- ############################################################ --> 
    74 <!-- # 
    75 <!-- # Process cancellation 
    76 <!-- # 
    77 <!-- ############################################################ --> 
     73<dtml-comment> 
     74################################################################################ 
     75# Process cancellation 
     76################################################################################ 
     77</dtml-comment> 
    7878<dtml-elif "REQUEST.get('btn','') == ' Abbrechen '"> 
    7979 
    8080 <dtml-call "RESPONSE.redirect('%s/manage_main?lang=%s'%(absolute_url(),lang))"> 
    8181 
    82 <!-- ############################################################ --> 
    83 <!-- # 
    84 <!-- # Form 
    85 <!-- # 
    86 <!-- ############################################################ --> 
     82<dtml-comment> 
     83################################################################################ 
     84# Form 
     85################################################################################ 
     86</dtml-comment> 
    8787<dtml-else> 
    8888 
     
    118118 <dtml-var manage_page_footer> 
    119119 
     120<dtml-comment> 
     121################################################################################ 
     122</dtml-comment> 
     123 
    120124</dtml-if>]]></item> 
    121125<item key="description"></item> 
Note: See TracChangeset for help on using the changeset viewer.