1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-06 06:38:00 +02:00

Moved hidden inputs

Moved hidden inputs due their present location breaks bootstrap searchbox css format (see picture)
This commit is contained in:
rica-carv
2016-05-02 12:23:37 +01:00
parent 6f0f5ff8c8
commit 3e0b94a107

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()
}
?>
?>