1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-13 04:04:12 +02:00

[ticket/12598] Replace #search-box with class

PHPBB3-12598
This commit is contained in:
hanakin
2014-09-18 20:07:28 +02:00
committed by PayBas
parent d27e9c7c76
commit 0dc181a529
6 changed files with 9 additions and 19 deletions

View File

@@ -70,7 +70,7 @@
</div>
<!-- IF S_DISPLAY_SEARCH and not S_IN_SEARCH -->
<div id="search-box" class="search-box">
<div id="search-box" class="search-box search-header">
<form action="{U_SEARCH}" method="get" id="search">
<fieldset>
<input name="keywords" id="keywords" type="search" maxlength="128" title="{L_SEARCH_KEYWORDS}" class="inputbox search tiny" size="20" value="{SEARCH_WORDS}" placeholder="{L_SEARCH_MINI}" />