1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-11 03:04:09 +02:00

[ticket/14202]Add missing sr-only classes

PHPBB3-14202
This commit is contained in:
Michael Miday
2015-09-27 11:35:26 +02:00
parent a342517dfb
commit d50801a056
9 changed files with 24 additions and 22 deletions

View File

@@ -92,10 +92,10 @@
<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}">
<i class="icon fa-search fa-fw"></i><span>{L_SEARCH}</span>
<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}">
<i class="icon fa-cog fa-fw"></i><span>{L_SEARCH_ADV}</span>
<i class="icon fa-cog fa-fw"></i><span class="sr-only">{L_SEARCH_ADV}</span>
</a>
{S_SEARCH_HIDDEN_FIELDS}
</fieldset>