diff options
| author | PayBas <contact@paybas.com> | 2014-06-08 12:58:07 +0200 |
|---|---|---|
| committer | PayBas <contact@paybas.com> | 2014-06-24 00:02:24 +0200 |
| commit | 1cf6a0e124f34efb34101997c9f1947fdd426951 (patch) | |
| tree | c7cd8f30e88b1efd757d4dc0099ea2e5fc674c7b /phpBB/styles/prosilver/template/posting_editor.html | |
| parent | b83b72b271b7d0cfe5b6dc6a06acc299e36b2969 (diff) | |
| download | forums-1cf6a0e124f34efb34101997c9f1947fdd426951.tar forums-1cf6a0e124f34efb34101997c9f1947fdd426951.tar.gz forums-1cf6a0e124f34efb34101997c9f1947fdd426951.tar.bz2 forums-1cf6a0e124f34efb34101997c9f1947fdd426951.tar.xz forums-1cf6a0e124f34efb34101997c9f1947fdd426951.zip | |
[ticket/12648] Added ARIA functionality
PHPBB3-12648
Diffstat (limited to 'phpBB/styles/prosilver/template/posting_editor.html')
| -rw-r--r-- | phpBB/styles/prosilver/template/posting_editor.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/phpBB/styles/prosilver/template/posting_editor.html b/phpBB/styles/prosilver/template/posting_editor.html index 5d533c6bb1..0e041742ed 100644 --- a/phpBB/styles/prosilver/template/posting_editor.html +++ b/phpBB/styles/prosilver/template/posting_editor.html @@ -99,17 +99,17 @@ <!-- ENDIF --> <!-- IF not S_PRIVMSGS and not S_SHOW_DRAFTS and not $SIG_EDIT eq 1 --> - <div id="tabs" class="sub-panels" data-show-panel="<!-- IF SHOW_PANEL -->{SHOW_PANEL}<!-- ELSE -->options-panel<!-- ENDIF -->"> + <div id="tabs" class="sub-panels" data-show-panel="<!-- IF SHOW_PANEL -->{SHOW_PANEL}<!-- ELSE -->options-panel<!-- ENDIF -->" role="tablist"> <ul> - <li id="options-panel-tab" class="tab activetab"><a href="#tabs" data-subpanel="options-panel"><span>{L_OPTIONS}</span></a></li> + <li id="options-panel-tab" class="tab activetab"><a href="#tabs" data-subpanel="options-panel" role="tab" aria-controls="options-panel"><span>{L_OPTIONS}</span></a></li> <!-- IF S_SHOW_ATTACH_BOX --> <li id="attach-panel-tab" class="tab"> - <a href="#tabs" data-subpanel="attach-panel"> + <a href="#tabs" data-subpanel="attach-panel" role="tab" aria-controls="attach-panel"> {L_ATTACHMENTS} <strong id="file-total-progress"><strong id="file-total-progress-bar"></strong></strong> </a> </li> <!-- ENDIF --> - <!-- IF S_SHOW_POLL_BOX || S_POLL_DELETE --><li id="poll-panel-tab"><a href="#tabs" data-subpanel="poll-panel"><span>{L_ADD_POLL}</span></a></li><!-- ENDIF --> + <!-- IF S_SHOW_POLL_BOX || S_POLL_DELETE --><li id="poll-panel-tab"><a href="#tabs" data-subpanel="poll-panel" role="tab" aria-controls="poll-panel"><span>{L_ADD_POLL}</span></a></li><!-- ENDIF --> </ul> </div> <!-- ENDIF --> |
