Changeset 2455
- Timestamp:
- 05/28/08 20:40:38 (21 months ago)
- Files:
-
- 1 modified
-
branches/release-39/default_templates/search.mtml (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/release-39/default_templates/search.mtml
r2439 r2455 6 6 <mt:If name="search_results"> 7 7 <input type="hidden" name="IncludeBlogs" value="<$mt:SearchIncludeBlogs$>" /> 8 <input type="hidden" name="limit" value="<MTSearchMaxResults>" />9 8 <MTIgnore> 10 9 <!-- use these options only with MT::App::Search::Legacy --> … … 16 15 <mt:else> 17 16 <input type="hidden" name="IncludeBlogs" value="<$mt:BlogID$>" /> 17 </mt:if> 18 18 <input type="hidden" name="limit" value="<MTSearchMaxResults>" /> 19 </mt:if>20 19 <input type="submit" accesskey="4" value="<__trans phrase="Search">" /> 21 20 </form>
