Changeset 1890
- Timestamp:
- 04/14/08 19:11:04 (22 months ago)
- Files:
-
- 1 modified
-
branches/release-34/tmpl/cms/edit_template.tmpl (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/release-34/tmpl/cms/edit_template.tmpl
r1877 r1890 161 161 <mt:unless name="build_dynamic"> 162 162 <mt:if name="can_rebuild"> 163 <mt: unless name="archive_types">163 <mt:if name="type_index"> 164 164 <button 165 165 type="submit" … … 169 169 onclick="return validate(this.form, 1);" 170 170 ><__trans phrase="Save & Publish"></button> 171 </mt: unless>171 </mt:if> 172 172 </mt:if> 173 173 </mt:unless>
