diff options
author | Michael Miday <midaym@gmail.com> | 2015-10-03 05:15:16 +0200 |
---|---|---|
committer | Michael Miday <midaym@gmail.com> | 2015-10-03 05:15:16 +0200 |
commit | 6b7fa249f11857399a1889fe5308edb8f3059b67 (patch) | |
tree | f86871fa8ab1c827c6ec4314f4883583d5c09bdd /phpBB/styles/prosilver/template/search_results.html | |
parent | 8451272d6995e161aeb530755527b49ae99d7c31 (diff) | |
download | forums-6b7fa249f11857399a1889fe5308edb8f3059b67.tar forums-6b7fa249f11857399a1889fe5308edb8f3059b67.tar.gz forums-6b7fa249f11857399a1889fe5308edb8f3059b67.tar.bz2 forums-6b7fa249f11857399a1889fe5308edb8f3059b67.tar.xz forums-6b7fa249f11857399a1889fe5308edb8f3059b67.zip |
[ticket/14193]Fix posting buttons
PHPBB3-14193
Diffstat (limited to 'phpBB/styles/prosilver/template/search_results.html')
-rw-r--r-- | phpBB/styles/prosilver/template/search_results.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/styles/prosilver/template/search_results.html b/phpBB/styles/prosilver/template/search_results.html index c8ae7e33fa..a64cd962ea 100644 --- a/phpBB/styles/prosilver/template/search_results.html +++ b/phpBB/styles/prosilver/template/search_results.html @@ -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> |