aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles/prosilver/template/overall_header.html
diff options
context:
space:
mode:
authorMichael Miday <midaym@gmail.com>2015-09-15 22:59:38 +0200
committerMichael Miday <midaym@gmail.com>2015-09-17 18:37:27 +0200
commitcc2eeeeb49d5e15f61e4b9684e5a252334688550 (patch)
treef065f1c48c58a9f64cb7ea8910267d738eef027d /phpBB/styles/prosilver/template/overall_header.html
parent62707ecc670a008d861f2b0af1a8c28ff056e407 (diff)
downloadforums-cc2eeeeb49d5e15f61e4b9684e5a252334688550.tar
forums-cc2eeeeb49d5e15f61e4b9684e5a252334688550.tar.gz
forums-cc2eeeeb49d5e15f61e4b9684e5a252334688550.tar.bz2
forums-cc2eeeeb49d5e15f61e4b9684e5a252334688550.tar.xz
forums-cc2eeeeb49d5e15f61e4b9684e5a252334688550.zip
[ticket/12769] Swap icons in header
Diffstat (limited to 'phpBB/styles/prosilver/template/overall_header.html')
-rw-r--r--phpBB/styles/prosilver/template/overall_header.html8
1 files changed, 6 insertions, 2 deletions
diff --git a/phpBB/styles/prosilver/template/overall_header.html b/phpBB/styles/prosilver/template/overall_header.html
index 073a13d7b4..deb8daf83a 100644
--- a/phpBB/styles/prosilver/template/overall_header.html
+++ b/phpBB/styles/prosilver/template/overall_header.html
@@ -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>