1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-30 11:40:08 +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

@@ -31,10 +31,10 @@
<form method="post" action="{S_SEARCH_ACTION}">
<fieldset>
<input class="inputbox search tiny" type="search" name="add_keywords" id="add_keywords" value="" placeholder="{L_SEARCH_IN_RESULTS}" />
<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>
</fieldset>