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:
@@ -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' />
|
||||
|
||||
|
Reference in New Issue
Block a user