Changeset 1949 for branches/release-35/tmpl/cms/edit_template.tmpl
- Timestamp:
- 04/17/08 13:11:31 (20 months ago)
- Files:
-
- 1 modified
-
branches/release-35/tmpl/cms/edit_template.tmpl (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/release-35/tmpl/cms/edit_template.tmpl
r1942 r1949 678 678 label="<__trans phrase="Server Side Include">" 679 679 content_class="field-content-text"> 680 <input type="checkbox" id="server-side-include" name="include_with_ssi" value="1" onclick=" "<mt:if name="include_with_ssi"> checked</mt:if> />680 <input type="checkbox" id="server-side-include" name="include_with_ssi" value="1" onclick="toggleHidden('include_cache_path-field')"<mt:if name="include_with_ssi"> checked</mt:if> /> 681 681 <label for="server-side-include"><__trans phrase="Process as <strong>[_1]</strong> include" params="<$mt:var name="ssi_type"$>"></label> 682 </mtapp:setting> 683 <mtapp:setting 684 id="include_cache_path" 685 label="<__trans phrase="Include cache path">" 686 shown="<mt:if name="include_with_ssi">0<mt:else>1</mt:if>"> 687 <div class="textarea-wrapper"> 688 <input type="text" id="include-cache-path" name="cache_path" value="<mt:var name="cache_path">" maxlength="255" class="full-width" mt:watch-change="1" /> 689 </div> 682 690 </mtapp:setting> 683 691 </mt:if>
