Show
Ignore:
Timestamp:
04/26/08 06:54:49 (19 months ago)
Author:
bchoate
Message:

Paginate rebuild operation for list action to publish archive templates. Added 'save and rebuild' button for archive templates. BugId:79515

Files:
1 modified

Legend:

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

    r2054 r2115  
    154154        type="submit" 
    155155        accesskey="v" 
     156        tabindex="13" 
    156157        title="Preview" 
    157158        onclick="return validate(this.form);" 
     
    160161    <mt:unless name="build_dynamic"> 
    161162        <mt:if name="can_rebuild"> 
    162             <mt:if name="type_index"> 
     163            <mt:if name="template_group" like="/^(archive|index)$/"> 
    163164    <button 
    164165        type="submit" 
    165166        accesskey="r" 
    166         tabindex="13" 
     167        tabindex="14" 
    167168        title="<__trans phrase="Save and Publish this template (r)">" 
    168169        onclick="return validate(this.form, 1);" 
     
    564565        help_section="output_file"> 
    565566        <div class="textarea-wrapper"> 
    566             <input name="outfile" id="outfile" tabindex="5" value="<mt:var name="outfile" escape="html">" class="full-width" mt:watch-change="1" /> 
     567            <input name="outfile" id="outfile" tabindex="4" value="<mt:var name="outfile" escape="html">" class="full-width" mt:watch-change="1" /> 
    567568        </div> 
    568569    </mtapp:setting> 
     
    575576        help_page="templates" 
    576577        help_section="template_type"> 
    577         <select name="identifier" id="identifier" tabindex="4" class="full-width"> 
     578        <select name="identifier" id="identifier" tabindex="5" class="full-width"> 
    578579            <option value="" <mt:unless name="identifier">selected="selected"</mt:unless>><__trans phrase="Custom Index Template"></option> 
    579580        <mt:loop name="index_identifiers">