- Timestamp:
- 04/02/08 21:43:33 (20 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
branches/release-33/plugins/WidgetManager/default_widgets/search.mtml
r1504 r1729 4 4 <form method="get" action="<$mt:CGIPath$><$mt:SearchScript$>"> 5 5 <input type="text" id="search" class="ti" name="search" value="<$mt:SearchString$>" /> 6 <mt:If name="search_results _template">6 <mt:If name="search_results"> 7 7 <input type="hidden" name="IncludeBlogs" value="<$mt:SearchIncludeBlogs$>" /> 8 8 <input type="hidden" name="limit" value="<MTSearchMaxResults>" /> … … 22 22 </div> 23 23 </div> 24 <mt:If name="search_results _template">24 <mt:If name="search_results"> 25 25 <mt:IfTagSearch> 26 26 <div class="widget-tags widget">
