Changeset 1942

Show
Ignore:
Timestamp:
04/17/08 00:01:58 (22 months ago)
Author:
bchoate
Message:

Restrict template publish options to index templates (not valid for modules, widgets, system templates, etc.). BugId:79338

Files:
1 modified

Legend:

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

    r1936 r1942  
    636636    </mtapp:setting> 
    637637<mt:else> 
    638     <mt:unless name="template_group" eq="module"> 
     638    <mt:if name="template_group" eq="index"> 
    639639        <mt:setvarblock name="build_dynamic_hint"> 
    640640            <__trans phrase="Learn more about <a href="[_1]">publishing options</a>" params="http://www.movabletype.org/documentation/"> 
     
    669669            </select> 
    670670        </mtapp:setting> 
    671     </mt:unless> 
     671    </mt:if> 
    672672</mt:if> 
    673673<mt:if name="template_group" like="(module|widget)">