Show
Ignore:
Timestamp:
02/15/09 20:13:19 (3 years ago)
Author:
daris
Message:

quick search: fixed bug when enter hides form instead of submitting it + release 1.0.1

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/quick_search/manifest.xml

    r47 r51  
    44        <id>quick_search</id> 
    55        <title>Quick Search</title> 
    6         <version>1.0</version> 
     6        <version>1.0.1</version> 
    77        <description>Allows quickly search for topics and posts</description> 
    88        <author>daris</author> 
     
    1212 
    1313                <hook id="hd_head"><![CDATA[ 
    14  
     14global $lang_search; 
    1515require_once FORUM_ROOT.'lang/'.$forum_user['language'].'/search.php'; 
    1616$language_js = 'var lang_search = {\'Display results\' : \''.$lang_search['Display results'].'\', \'Show as topics\' : \''.$lang_search['Show as topics'].'\', \'Show as posts\' : \''.$lang_search['Show as posts'].'\', \'Submit search\' : \''.$lang_search['Submit search'].'\', \'Perform new search\' : \''.$lang_search['Perform new search'].'\'};';