1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-05 14:17:49 +02:00

Merge pull request #1603 from rica-carv/rica-carv-patch-forum.php

Forum search box bootstrap css fix.
This commit is contained in:
Cameron
2016-05-04 16:05:18 -07:00

View File

@@ -184,13 +184,13 @@ if(!$srchIcon = $tp->toGlyph('fa-search'))
$fVars->SEARCH = "
<form method='get' class='form-inline input-append' action='".e_BASE."search.php'>
<div class='input-group'>
<input type='hidden' name='r' value='0' />
<input type='hidden' name='t' value='forum' />
<input type='hidden' name='forum' value='all' />
<input class='tbox form-control' type='text' name='q' size='20' value='' maxlength='50' />
<span class='input-group-btn'>
<button class='btn btn-default button' type='submit' name='s' value='search' />".$srchIcon."</button>
</span>
<input type='hidden' name='r' value='0' />
<input type='hidden' name='t' value='forum' />
<input type='hidden' name='forum' value='all' />
</div>
</form>\n";
@@ -775,4 +775,4 @@ function forum_track()
}
?>
?>