mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-08 04:18:52 +00:00
[ticket/12769] Swap icons in header
This commit is contained in:
parent
62707ecc67
commit
cc2eeeeb49
1 changed files with 6 additions and 2 deletions
|
@ -91,8 +91,12 @@
|
|||
<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}" />
|
||||
<button class="button icon-button search-icon" type="submit" title="{L_SEARCH}">{L_SEARCH}</button>
|
||||
<a href="{U_SEARCH}" class="button icon-button search-adv-icon" title="{L_SEARCH_ADV}">{L_SEARCH_ADV}</a>
|
||||
<button class="button" type="submit" title="{L_SEARCH}">
|
||||
<i class="icon fa-search fa-fw"></i><span>{L_SEARCH}</span>
|
||||
</button>
|
||||
<a href="{U_SEARCH}" class="button" title="{L_SEARCH_ADV}">
|
||||
<i class="icon fa-cog fa-fw"></i><span>{L_SEARCH_ADV}</span>
|
||||
</a>
|
||||
{S_SEARCH_HIDDEN_FIELDS}
|
||||
</fieldset>
|
||||
</form>
|
||||
|
|
Loading…
Add table
Reference in a new issue