Changeset 1965

Show
Ignore:
Timestamp:
04/18/08 00:46:57 (4 months ago)
Author:
bsmith
Message:

bugzid:79381 - Remove "Include cache path" on module template edit screen

Files:

Legend:

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

    r1949 r1965  
    681681            <label for="server-side-include"><__trans phrase="Process as <strong>[_1]</strong> include" params="<$mt:var name="ssi_type"$>"></label> 
    682682        </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> 
    690         </mtapp:setting> 
     683        <mt:ignore> 
     684            <mtapp:setting 
     685                id="include_cache_path" 
     686                label="<__trans phrase="Include cache path">" 
     687                shown="<mt:if name="include_with_ssi">0<mt:else>1</mt:if>"> 
     688                <div class="textarea-wrapper"> 
     689                    <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" /> 
     690                </div> 
     691            </mtapp:setting> 
     692        </mt:ignore> 
    691693    </mt:if> 
    692694