aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles/prosilver/template/viewforum_body.html
diff options
context:
space:
mode:
authorMeik Sievertsen <acydburn@phpbb.com>2009-06-23 11:20:33 +0000
committerMeik Sievertsen <acydburn@phpbb.com>2009-06-23 11:20:33 +0000
commit6dec355d1cb0e139fc0cff6af67588d7e5735823 (patch)
tree6274e2f807123201cacb986d5babad3a76a2a33c /phpBB/styles/prosilver/template/viewforum_body.html
parent762f87b8ad3e59d260d2d4e9fb1bf450ee92f58e (diff)
downloadforums-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/viewforum_body.html')
-rw-r--r--phpBB/styles/prosilver/template/viewforum_body.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/styles/prosilver/template/viewforum_body.html b/phpBB/styles/prosilver/template/viewforum_body.html
index 23c52a5ee0..8d4ecc6f54 100644
--- a/phpBB/styles/prosilver/template/viewforum_body.html
+++ b/phpBB/styles/prosilver/template/viewforum_body.html
@@ -44,7 +44,7 @@
<!-- ENDIF -->
<!-- IF S_DISPLAY_SEARCHBOX -->
- <div class="search-box">
+ <div class="search-box" role="search">
<form method="post" id="forum-search" action="{S_SEARCHBOX_ACTION}">
<fieldset>
<input class="inputbox search tiny" type="text" name="keywords" id="search_keywords" size="20" value="{L_SEARCH_FORUM}" onclick="if (this.value == '{LA_SEARCH_FORUM}') this.value = '';" onblur="if (this.value == '') this.value = '{LA_SEARCH_FORUM}';" />