Ignore:
Timestamp:
07/29/10 17:16:11 (22 months ago)
Author:
root
Message:

merged trunk into branches PLi-Fusion and ITXP

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/ITXP/includes/templates/forum.index.tpl

    r2346 r2364  
    151151            {buttonlink name=$locale.415 link="tracking.php"} 
    152152            {buttonlink name=$locale.414 link="viewposts.php"}<br /> 
    153             <form name='searchform' method='post' style="margin-top:2px;" action='{$smarty.const.BASEDIR}search.php?stype=f'> 
     153            <form name='searchform' method='post' style="margin-top:2px;" action='{$smarty.const.BASEDIR}search.php?action=search'> 
    154154                <input type='text' name='stext' class='textbox' style='width:150px' /> 
     155                <input type='hidden' name='boolean' value='1' /> 
     156                <input type='hidden' name='qtype' value='AND' /> 
     157                <input type='hidden' name='search_id' value='3.2' /> 
     158                <input type='hidden' name='sortby' value='datestamp' /> 
     159                <input type='hidden' name='order' value='0' /> 
     160                <input type='hidden' name='limit' value='0' /> 
     161                <input type='hidden' name='datelimit' value='0' /> 
     162                <input type='hidden' name='contentfilter_users' value='0' /> 
     163                <input type='hidden' name='contentfilter_forums' value='0' /> 
    155164                <input type='submit' name='search' value='{$locale.550}' class='button' /> 
    156165            </form> 
Note: See TracChangeset for help on using the changeset viewer.