diff options
author | Meik Sievertsen <acydburn@phpbb.com> | 2009-06-23 11:20:33 +0000 |
---|---|---|
committer | Meik Sievertsen <acydburn@phpbb.com> | 2009-06-23 11:20:33 +0000 |
commit | 6dec355d1cb0e139fc0cff6af67588d7e5735823 (patch) | |
tree | 6274e2f807123201cacb986d5babad3a76a2a33c /phpBB/styles/prosilver/template/search_results.html | |
parent | 762f87b8ad3e59d260d2d4e9fb1bf450ee92f58e (diff) | |
download | forums-6dec355d1cb0e139fc0cff6af67588d7e5735823.tar forums-6dec355d1cb0e139fc0cff6af67588d7e5735823.tar.gz forums-6dec355d1cb0e139fc0cff6af67588d7e5735823.tar.bz2 forums-6dec355d1cb0e139fc0cff6af67588d7e5735823.tar.xz forums-6dec355d1cb0e139fc0cff6af67588d7e5735823.zip |
Add WAI-ARIA landmarks for easier accessibility to the prosilver template (Bug #45715 - Patch by MarcoZ)
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9658 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/styles/prosilver/template/search_results.html')
-rw-r--r-- | phpBB/styles/prosilver/template/search_results.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/styles/prosilver/template/search_results.html b/phpBB/styles/prosilver/template/search_results.html index 86b86e3d94..90e14d2a18 100644 --- a/phpBB/styles/prosilver/template/search_results.html +++ b/phpBB/styles/prosilver/template/search_results.html @@ -15,7 +15,7 @@ <div class="topic-actions"> <!-- IF SEARCH_MATCHES --> - <div class="search-box"> + <div class="search-box" role="search"> <!-- IF SEARCH_IN_RESULTS --> <label for="add_keywords">{L_SEARCH_IN_RESULTS}: <input type="text" name="add_keywords" id="add_keywords" value="" class="inputbox narrow" /></label> <input type="hidden" name="show_results" value="posts" /> |