#4 Now the small KB search is usable
This commit is contained in:
parent
19476c8500
commit
38dbe3233a
@ -335,11 +335,14 @@ function hesk_kbSearchSmall()
|
|||||||
?>
|
?>
|
||||||
|
|
||||||
<td style="text-align:right" valign="top" width="300">
|
<td style="text-align:right" valign="top" width="300">
|
||||||
<div style="display:inline;">
|
<div style="display:inline;margin-left:auto;margin-right:auto">
|
||||||
<form action="knowledgebase.php" method="get" style="display: inline; margin: 0;">
|
<form action="knowledgebase.php" method="get" class="form-inline" style="display: inline; margin: 0;">
|
||||||
<input type="text" name="search" class="searchfield sfsmall" />
|
<input type="text" name="search" class="form-control" />
|
||||||
<input type="submit" value="<?php echo $hesklang['search']; ?>" title="<?php echo $hesklang['search']; ?>" class="searchbutton sbsmall" />
|
<button class="btn btn-default" type="submit" value="<?php echo $hesklang['search_the_knowledgebase']; ?>" title="<?php echo $hesklang['search_the_knowledgebase']; ?>">
|
||||||
|
<?php echo $hesklang['search_the_knowledgebase']; ?>
|
||||||
|
</button>
|
||||||
</form>
|
</form>
|
||||||
|
<br><br>
|
||||||
</div>
|
</div>
|
||||||
</td>
|
</td>
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user