1
0
mirror of https://github.com/e107inc/e107.git synced 2025-07-31 03:40:37 +02:00

Minor Download template fix.

This commit is contained in:
Cameron
2013-03-24 03:02:31 -07:00
parent e33e02b7db
commit 0ebbb7f15f

View File

@@ -604,10 +604,10 @@ class download_shortcodes
}
function sc_download_cat_search()
{
return "<form method='get' action='".e_BASE."search.php'>
return "<form class='form-search' method='get' action='".e_BASE."search.php'>
<p>
<input class='tbox' type='text' name='q' size='30' value='' maxlength='50' />
<input class='button' type='submit' name='s' value='".LAN_dl_41."' />
<input class='tbox search-query' type='text' name='q' size='30' value='' maxlength='50' />
<input class='btn button' type='submit' name='s' value='".LAN_dl_41."' />
<input type='hidden' name='r' value='0' />
</p>
</form>";