Ignore:
Timestamp:
12/05/08 20:23:35 (3 years ago)
Author:
WanWizard
Message:

ticket #58: added "search entire site" to the search module
added missing svn properties to several files

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/includes/templates/main.search.tpl

    r2090 r2092  
    5656                    {section name=id loop=$searches} 
    5757                        {include file=$searches[id].template} 
     58                        {if $smarty.section.id.last} 
     59                            <input type='radio' name='search_id' value='99999' onclick='javascript:show_filter("date,users,forums");'/> {$locale.src524} <span style='color:red;'>*</span><br /> 
     60                        {/if} 
    5861                    {sectionelse} 
    5962                        {$locale.src409} 
     
    195198            </td> 
    196199        </tr> 
    197         {if $message|default:"" != ""} 
    198         <tr> 
    199             <td align='left'> 
    200                 <span style='color:red;font-weight:bold;'>{$message}</span> 
    201             </td> 
    202         </tr> 
    203         {/if} 
    204200    </table> 
    205     {if $message|default:"" == ""} 
    206         <hr /> 
    207         {include file=$searches.0.template} 
    208     {/if} 
     201    {section name=id loop=$reportvars.output} 
     202        {include file=$reportvars.output[id]._template output=$reportvars.output[id]} 
     203    {sectionelse} 
     204        <div style='color:red;font-weight:bold;text-align:center;padding:10px;'>{$locale.src432}</div> 
     205    {/section} 
    209206    {include file="_closetable.tpl"} 
    210207    {if $rows > $items_per_page} 
Note: See TracChangeset for help on using the changeset viewer.