1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-25 15:31:41 +02:00

Download plugin template and gui fixes.

This commit is contained in:
Cameron
2013-06-26 02:02:35 -07:00
parent 38ffec3772
commit ea493115b3
3 changed files with 66 additions and 58 deletions

View File

@@ -829,7 +829,7 @@ class download_shortcodes extends e_shortcode
return "<form class='form-search' method='get' action='".e_BASE."search.php'>
<p>
<input class='tbox search-query' type='text' name='q' size='30' value='' placeholder=\"".LAN_dl_41."\" maxlength='50' />
<input class='btn button' type='submit' name='s' value='".LAN_GO."' />
<input class='btn btn-primary button' type='submit' name='s' value='".LAN_GO."' />
<input type='hidden' name='r' value='0' />
</p>
</form>";