mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-20 00:21:42 +02:00
[ticket/12769] Fix search-boxs
This commit is contained in:
@@ -53,7 +53,6 @@
|
|||||||
<!-- IF S_DISPLAY_SEARCHBOX -->
|
<!-- IF S_DISPLAY_SEARCHBOX -->
|
||||||
<div class="search-box" role="search">
|
<div class="search-box" role="search">
|
||||||
<form method="get" id="forum-search" action="{S_SEARCHBOX_ACTION}">
|
<form method="get" id="forum-search" action="{S_SEARCHBOX_ACTION}">
|
||||||
</div>
|
|
||||||
<fieldset>
|
<fieldset>
|
||||||
<input class="inputbox search tiny" type="search" name="keywords" id="search_keywords" size="20" placeholder="{L_SEARCH_FORUM}" />
|
<input class="inputbox search tiny" type="search" name="keywords" id="search_keywords" size="20" placeholder="{L_SEARCH_FORUM}" />
|
||||||
<button class="button" type="submit" title="{L_SEARCH}">
|
<button class="button" type="submit" title="{L_SEARCH}">
|
||||||
|
Reference in New Issue
Block a user