Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
edx-platform
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
edx
edx-platform
Commits
c430eaed
Commit
c430eaed
authored
Mar 06, 2015
by
ahsan-ul-haq
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #7086 from edx/ahsan/tnl-1520-studio-nav-label-accessibility-issue
Studio header nav label accessibility issue
parents
a37a50cf
4b92a166
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
8 deletions
+8
-8
cms/templates/widgets/header.html
+8
-8
No files found.
cms/templates/widgets/header.html
View file @
c430eaed
...
@@ -43,8 +43,8 @@
...
@@ -43,8 +43,8 @@
</a>
</a>
</h2>
</h2>
<nav
class=
"nav-course nav-dd ui-left"
>
<nav
class=
"nav-course nav-dd ui-left"
aria-label=
"${_('Course')}"
>
<h2
class=
"sr"
>
${_("
Navigation for {course_name}").format(course_name=context_course.display_name_with_default
)}
</h2>
<h2
class=
"sr"
>
${_("
Course Navigation"
)}
</h2>
<ol>
<ol>
<li
class=
"nav-item nav-course-courseware"
>
<li
class=
"nav-item nav-course-courseware"
>
<h3
class=
"title"
><span
class=
"label"
><span
class=
"label-prefix sr"
>
${_("Course")}
</span>
${_("Content")}
</span>
<i
class=
"icon fa fa-caret-down ui-toggle-dd"
></i></h3>
<h3
class=
"title"
><span
class=
"label"
><span
class=
"label-prefix sr"
>
${_("Course")}
</span>
${_("Content")}
</span>
<i
class=
"icon fa fa-caret-down ui-toggle-dd"
></i></h3>
...
@@ -141,8 +141,8 @@
...
@@ -141,8 +141,8 @@
</a>
</a>
</h2>
</h2>
<nav
class=
"nav-course nav-dd ui-left"
>
<nav
class=
"nav-course nav-dd ui-left"
aria-label=
"${_('Course')}"
>
<h2
class=
"sr"
>
${_("
Navigation for {course_name}").format(course_name=context_library.display_name_with_default
)}
</h2>
<h2
class=
"sr"
>
${_("
Course Navigation"
)}
</h2>
<ol>
<ol>
<li
class=
"nav-item nav-library-settings"
>
<li
class=
"nav-item nav-library-settings"
>
...
@@ -165,8 +165,8 @@
...
@@ -165,8 +165,8 @@
<div
class=
"wrapper wrapper-r"
>
<div
class=
"wrapper wrapper-r"
>
% if user.is_authenticated():
% if user.is_authenticated():
<nav
class=
"nav-account nav-is-signedin nav-dd ui-right"
>
<nav
class=
"nav-account nav-is-signedin nav-dd ui-right"
aria-label=
"${_('Account')}"
>
<h2
class=
"sr"
>
${_("
Help
&
Account Navigation")}
</h2>
<h2
class=
"sr"
>
${_("Account Navigation")}
</h2>
<ol>
<ol>
<li
class=
"nav-item nav-account-help"
>
<li
class=
"nav-item nav-account-help"
>
<h3
class=
"title"
><span
class=
"label"
><a
href=
"${get_online_help_info(online_help_token)['doc_url']}"
title=
"${_("
Contextual
Online
Help
")}"
target=
"_blank"
>
${_("Help")}
</a></span></h3>
<h3
class=
"title"
><span
class=
"label"
><a
href=
"${get_online_help_info(online_help_token)['doc_url']}"
title=
"${_("
Contextual
Online
Help
")}"
target=
"_blank"
>
${_("Help")}
</a></span></h3>
...
@@ -192,8 +192,8 @@
...
@@ -192,8 +192,8 @@
</nav>
</nav>
% else:
% else:
<nav
class=
"nav-not-signedin nav-pitch"
>
<nav
class=
"nav-not-signedin nav-pitch"
aria-label=
"${_('Account')}"
>
<h2
class=
"sr"
>
${_("
You're not currently signed i
n")}
</h2>
<h2
class=
"sr"
>
${_("
Account Navigatio
n")}
</h2>
<ol>
<ol>
<li
class=
"nav-item nav-not-signedin-help"
>
<li
class=
"nav-item nav-not-signedin-help"
>
<a
href=
"${get_online_help_info(online_help_token)['doc_url']}"
title=
"${_("
Contextual
Online
Help
")}"
target=
"_blank"
>
${_("Help")}
</a>
<a
href=
"${get_online_help_info(online_help_token)['doc_url']}"
title=
"${_("
Contextual
Online
Help
")}"
target=
"_blank"
>
${_("Help")}
</a>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment