Changeset 2115 for branches/release-36/tmpl/cms/edit_template.tmpl
- Timestamp:
- 04/26/08 06:54:49 (19 months ago)
- Files:
-
- 1 modified
-
branches/release-36/tmpl/cms/edit_template.tmpl (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/release-36/tmpl/cms/edit_template.tmpl
r2054 r2115 154 154 type="submit" 155 155 accesskey="v" 156 tabindex="13" 156 157 title="Preview" 157 158 onclick="return validate(this.form);" … … 160 161 <mt:unless name="build_dynamic"> 161 162 <mt:if name="can_rebuild"> 162 <mt:if name="t ype_index">163 <mt:if name="template_group" like="/^(archive|index)$/"> 163 164 <button 164 165 type="submit" 165 166 accesskey="r" 166 tabindex="1 3"167 tabindex="14" 167 168 title="<__trans phrase="Save and Publish this template (r)">" 168 169 onclick="return validate(this.form, 1);" … … 564 565 help_section="output_file"> 565 566 <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" /> 567 568 </div> 568 569 </mtapp:setting> … … 575 576 help_page="templates" 576 577 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"> 578 579 <option value="" <mt:unless name="identifier">selected="selected"</mt:unless>><__trans phrase="Custom Index Template"></option> 579 580 <mt:loop name="index_identifiers">
