1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-01 12:20:44 +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() 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> <p>
<input class='tbox' type='text' name='q' size='30' value='' maxlength='50' /> <input class='tbox search-query' type='text' name='q' size='30' value='' maxlength='50' />
<input class='button' type='submit' name='s' value='".LAN_dl_41."' /> <input class='btn button' type='submit' name='s' value='".LAN_dl_41."' />
<input type='hidden' name='r' value='0' /> <input type='hidden' name='r' value='0' />
</p> </p>
</form>"; </form>";