Show
Ignore:
Timestamp:
04/10/08 23:52:17 (20 months ago)
Author:
bchoate
Message:

Show enabled archive types on template edit screen. BugId:79270

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/release-34/tmpl/cms/edit_template.tmpl

    r1843 r1847  
    552552            <__trans phrase="Output file: <strong>[_1]</strong>" params="<mt:var name="outfile" escape="html">"> 
    553553</mt:if> 
    554 <mt:ignore> 
    555     <mt:if name="type" eq="archive"> 
    556         <__trans phrase="Enabled Mappings: [_1]" params="Monthly, Author-Monthly, Yearly"> 
    557     </mt:if> 
    558 </mt:ignore> 
     554<mt:if name="enabled_archive_types"> 
     555            <__trans phrase="Enabled Mappings: [_1]" params="<mt:var name="enabled_archive_types">"> 
     556</mt:if> 
    559557        </div> 
    560558    </div>