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
8cffa152
Commit
8cffa152
authored
Jan 27, 2015
by
Mark Sadecki
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
changes the skip link text to the industry standard Skip to main content
parent
f1fbd0f9
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
cms/templates/base.html
+1
-1
lms/templates/main.html
+1
-1
lms/templates/main_django.html
+1
-1
No files found.
cms/templates/base.html
View file @
8cffa152
...
...
@@ -48,7 +48,7 @@ import json
<body
class=
"${dir_rtl} <%block name='bodyclass'></%block> lang_${LANGUAGE_CODE}"
>
<
%
block
name=
"view_notes"
></
%
block>
<a
class=
"nav-skip"
href=
"#content"
>
${_("Skip to
this view's
content")}
</a>
<a
class=
"nav-skip"
href=
"#content"
>
${_("Skip to
main
content")}
</a>
<script
type=
"text/javascript"
>
window
.
baseUrl
=
$
{
json
.
dumps
(
settings
.
STATIC_URL
)};
...
...
lms/templates/main.html
View file @
8cffa152
...
...
@@ -134,7 +134,7 @@ from microsite_configuration import page_title_breadcrumbs
<body
class=
"${dir_rtl} <%block name='bodyclass'/> lang_${LANGUAGE_CODE}"
>
<div
class=
"window-wrap"
dir=
"${dir_rtl}"
>
<a
class=
"nav-skip"
href=
"<%block name="
nav_skip
"
>
#content
</
%
block>
">${_("Skip to
this view's
content")}
</a>
<a
class=
"nav-skip"
href=
"<%block name="
nav_skip
"
>
#content
</
%
block>
">${_("Skip to
main
content")}
</a>
<
%
include
file=
"mathjax_accessible.html"
/>
...
...
lms/templates/main_django.html
View file @
8cffa152
...
...
@@ -30,7 +30,7 @@
</head>
<body
class=
"{% block bodyclass %}{% endblock %} lang_{{LANGUAGE_CODE}}"
>
<a
class=
"nav-skip"
href=
"{% block nav_skip %}#content{% endblock %}"
>
{% trans "Skip to
this view's
content" %}
</a>
<a
class=
"nav-skip"
href=
"{% block nav_skip %}#content{% endblock %}"
>
{% trans "Skip to
main
content" %}
</a>
{% with course=request.course %}
{% if IS_EDX_DOMAIN %}
{% include "navigation-edx.html" %}
...
...
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