Show
Ignore:
Timestamp:
06/04/08 03:57:17 (18 months ago)
Author:
fumiakiy
Message:

Show Save&Rebuild button when template has a static map even if the profile is set to dynamic. BugId:80014

Files:
1 modified

Legend:

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

    r2407 r2504  
    161161    </mt:if> 
    162162    <mt:unless name="build_type_0"> 
    163     <mt:unless name="build_dynamic"> 
     163    <mt:if name="static_maps"> 
    164164        <mt:if name="can_rebuild"> 
    165165            <mt:if name="template_group" like="/^(archive|index)$/"> 
     
    173173            </mt:if> 
    174174        </mt:if> 
    175     </mt:unless> 
     175    </mt:if> 
    176176    </mt:unless> 
    177177    <div id="autosave-notification-<$mt:var name="bar_position" default="top"$>" class="autosave-notification"></div>