Changeset 1890

Show
Ignore:
Timestamp:
04/14/08 19:11:04 (3 months ago)
Author:
bchoate
Message:

Fixed condition for displaying save/publish button.

Files:

Legend:

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

    r1877 r1890  
    161161        <mt:unless name="build_dynamic"> 
    162162            <mt:if name="can_rebuild"> 
    163                 <mt:unless name="archive_types"> 
     163                <mt:if name="type_index"> 
    164164    <button 
    165165        type="submit" 
     
    169169        onclick="return validate(this.form, 1);" 
    170170        ><__trans phrase="Save &amp; Publish"></button> 
    171                 </mt:unless
     171                </mt:if
    172172            </mt:if> 
    173173        </mt:unless>