Changeset 1966

Show
Ignore:
Timestamp:
04/18/08 01:02:49 (22 months ago)
Author:
bsmith
Message:

bugzid:79341 - Template listing screen always says 'All Templates' even if you apply a quickfilters

Location:
branches/release-35
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • branches/release-35/mt-static/css/structure.css

    r1898 r1966  
    834834} 
    835835 
     836#list-template #main-content, 
    836837#list-blog #main-content, 
    837838#list-group #main-content, 
     
    20472048.listing-header { 
    20482049    background: #fff; 
     2050    border-bottom: 1px solid #CDDEE7; 
     2051} 
     2052 
     2053#list-template .listing-header { 
    20492054    padding: 10px 8px 6px; 
    2050     border-bottom: 1px solid #CDDEE7; 
    20512055} 
    20522056 
     
    25572561} 
    25582562 
    2559 td.output-file ul { 
     2563td.output-file ul, 
     2564td.publishing-method ul { 
    25602565    margin: 0; 
    25612566} 
  • branches/release-35/tmpl/cms/list_template.tmpl

    r1899 r1966  
    7676</script> 
    7777</mt:setvarblock> 
    78 <mt:setvarblock name="list_filter_form"> 
    79 <form id="filter-form" method="get" action="<mt:var name="mt_url">"> 
    80     <input type="hidden" name="__mode" value="<mt:var name="mode">" /> 
    81     <input type="hidden" name="blog_id" value="<mt:var name="blog_id">" /> 
    82     <input id="filter" type="hidden" name="filter" value="" /> 
    83     <input id="filter_val" type="hidden" name="filter_val" value="" /> 
    84 </form> 
    85     <div class="listing-filter"> 
    86         <div class="listing-filter-inner inner pkg"> 
    87 <form id="filter-select-form" method="get" onsubmit="return execFilter(this)"> 
    88     <div class="filter"> 
    89         <div id="filter-title"> 
    90         <mt:if name="filter_key"> 
    91             <strong><__trans phrase="Showing only: [_1]" params="<mt:var name="filter_label">"></strong> 
    92             <a class="filter-link" href="<mt:var name="script_url">?__mode=list&amp;_type=template<mt:if name="blog_id">&amp;blog_id=<mt:var name="blog_id"></mt:if>">[ <__trans phrase="Remove filter"> ]</a> 
    93         <mt:else> 
    94             <strong><__trans phrase="All Templates"></strong> 
    95         </mt:if> 
    96         </div> 
    97     </div> 
    98 </form> 
    99     </div> 
    100 </div> 
    101 </mt:setvarblock> 
    10278<mt:setvarblock name="system_msg"> 
    10379    <mt:if name="saved_deleted">