Changeset 2455

Show
Ignore:
Timestamp:
05/28/08 20:40:38 (6 months ago)
Author:
bsmith
Message:

bugzid:79937 - Remove duplicate line in Search template

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/release-39/default_templates/search.mtml

    r2439 r2455  
    66<mt:If name="search_results"> 
    77            <input type="hidden" name="IncludeBlogs" value="<$mt:SearchIncludeBlogs$>" /> 
    8             <input type="hidden" name="limit" value="<MTSearchMaxResults>" /> 
    98            <MTIgnore> 
    109            <!-- use these options only with MT::App::Search::Legacy --> 
     
    1615<mt:else> 
    1716            <input type="hidden" name="IncludeBlogs" value="<$mt:BlogID$>" /> 
     17</mt:if> 
    1818            <input type="hidden" name="limit" value="<MTSearchMaxResults>" /> 
    19 </mt:if> 
    2019            <input type="submit" accesskey="4" value="<__trans phrase="Search">" /> 
    2120        </form>