1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-03 21:27:25 +02:00

Forum-search styling

This commit is contained in:
Cameron
2013-05-18 01:32:57 -07:00
parent 8b9d1bb322
commit 6c5121893f

View File

@@ -123,10 +123,10 @@ $fVars->ICONKEY = "
</tr>\n</table>\n";
$fVars->SEARCH = "
<form method='get' class='form-inline input-append' action='".e_BASE."search.php'>
<form method='get' class='form-search form-inline input-append' action='".e_BASE."search.php'>
<input class='tbox' type='text' name='q' size='20' value='' maxlength='50' />
<input class='btn button' type='submit' name='s' value='".LAN_180."' />
<input class='tbox search-query' type='text' name='q' size='20' value='' maxlength='50' />
<button class='btn button' type='submit' name='s' value='".LAN_180."' />".LAN_180."</button>
<input type='hidden' name='r' value='0' />
<input type='hidden' name='ref' value='forum' />