Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
E
edx-platform-release
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Hsin-Yu Chien
edx-platform-release
Commits
fda5fa6d
Commit
fda5fa6d
authored
7 years ago
by
Eric Fischer
Browse files
Options
Downloads
Patches
Plain Diff
JAWS a11y fixes
parent
02c52b11
Loading
Loading
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
lms/templates/discussion/_filter_dropdown.html
+8
-8
8 additions, 8 deletions
lms/templates/discussion/_filter_dropdown.html
with
8 additions
and
8 deletions
lms/templates/discussion/_filter_dropdown.html
+
8
−
8
View file @
fda5fa6d
...
...
@@ -21,10 +21,10 @@ from openedx.core.djangolib.markup import HTML
data-discussion-id=
'${entries[entry]["id"]}'
id=
'${entries[entry]["id"]}'
data-divided=
"${str(entries[entry]['is_divided']).lower()}"
role=
"p
resenta
tion"
role=
"
o
ption"
>
%if entry:
<span
class=
"forum-nav-browse-title"
role=
"option"
>
<span
class=
"forum-nav-browse-title"
>
%if topic_list:
<span
class=
"sr"
>
${', '.join(topic_list)},
...
...
@@ -39,9 +39,9 @@ from openedx.core.djangolib.markup import HTML
<
%
def
name=
"render_category(categories, category, topic_list)"
>
<li
class=
"forum-nav-browse-menu-item"
id=
'${category | u}'
role=
"p
resenta
tion"
role=
"
o
ption"
>
<span
class=
"forum-nav-browse-title"
role=
"option"
>
${category}
</span>
<span
class=
"forum-nav-browse-title"
>
${category}
</span>
<ul
class=
"forum-nav-browse-submenu"
role=
"presentation"
>
<
%
topic_list.append
(
category
)
%
>
${HTML(render_dropdown(categories[category], topic_list))}
...
...
@@ -59,12 +59,12 @@ from openedx.core.djangolib.markup import HTML
</label>
</form>
<ul
class=
"forum-nav-browse-menu"
role=
"listbox"
id=
"discussion_topics_listbox"
>
<li
class=
"forum-nav-browse-menu-item forum-nav-browse-menu-all"
role=
"p
resenta
tion"
id=
"all_discussions"
>
<span
class=
"forum-nav-browse-title"
role=
"option"
>
${_("All Discussions")}
</span>
<li
class=
"forum-nav-browse-menu-item forum-nav-browse-menu-all"
role=
"
o
ption"
id=
"all_discussions"
>
<span
class=
"forum-nav-browse-title"
>
${_("All Discussions")}
</span>
</li>
<li
class=
"forum-nav-browse-menu-item forum-nav-browse-menu-following"
role=
"p
resenta
tion"
id=
"posts_following"
>
<li
class=
"forum-nav-browse-menu-item forum-nav-browse-menu-following"
role=
"
o
ption"
id=
"posts_following"
>
<span
class=
"icon fa fa-star"
aria-hidden=
"true"
></span>
<span
class=
"forum-nav-browse-title"
role=
"option"
>
${_("Posts I'm Following")}
</span>
<span
class=
"forum-nav-browse-title"
>
${_("Posts I'm Following")}
</span>
</li>
${HTML(render_dropdown(category_map, []))}
</ul>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment