Ignore:
Timestamp:
12/04/08 14:50:04 (3 years ago)
Author:
WanWizard
Message:

rewritten part of the search module logic. Now a session variable is used to store the search parameters, so they don't have to be exposed in the URL anymore

File:
1 edited

Legend:

Unmodified
Added
Removed
  • modules/common/wiki/php-files/modules/wiki/templates/modules.wiki.search.wiki.tpl

    r2043 r2091  
    2626            {$reportvars.output[idx].tag} 
    2727        {/if} 
    28         <br />&nbsp;<span class='small'> 
     28        <blockquote>{$reportvars.output[idx].snippet}</blockquote> 
     29        &nbsp;<span class='small'> 
    2930            <font class='smallalt'>{$locale.425}</font> {$reportvars.output[idx].time|date_format:"longdate"} -  
    3031            <font class='smallalt'>{$locale.426}</font> 
     
    3536            {/if} 
    3637        </span> 
    37         <blockquote>{$reportvars.output[idx].snippet}</blockquote> 
     38        <br /><br /> 
    3839    {/section} 
    3940{else} 
Note: See TracChangeset for help on using the changeset viewer.