1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-31 22:10:45 +02:00

[ticket/14193]Fix posting buttons

PHPBB3-14193
This commit is contained in:
Michael Miday
2015-10-03 05:15:16 +02:00
parent 8451272d69
commit 6b7fa249f1
17 changed files with 104 additions and 76 deletions

View File

@@ -91,10 +91,10 @@
<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" type="submit" title="{L_SEARCH}">
<button class="button button-search" type="submit" title="{L_SEARCH}">
<i class="icon fa-search fa-fw"></i><span class="sr-only">{L_SEARCH}</span>
</button>
<a href="{U_SEARCH}" class="button" title="{L_SEARCH_ADV}">
<a href="{U_SEARCH}" class="button button-search-end" title="{L_SEARCH_ADV}">
<i class="icon fa-cog fa-fw"></i><span class="sr-only">{L_SEARCH_ADV}</span>
</a>
{S_SEARCH_HIDDEN_FIELDS}