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

@@ -32,10 +32,10 @@
<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}">
<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>
</fieldset>
</form>