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
43572db0
Commit
43572db0
authored
Jul 19, 2016
by
alisan617
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update UXPL v.0.16.1
parent
1d768cde
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
5 deletions
+3
-5
lms/templates/seq_module.html
+1
-1
lms/templates/user_dropdown.html
+2
-4
No files found.
lms/templates/seq_module.html
View file @
43572db0
...
...
@@ -5,7 +5,7 @@
<div
class=
"path"
></div>
% if override_hidden_exam:
<div
class=
"pattern-library-shim alert alert-information subsection-header"
tabindex=
"-1"
>
<span
class=
"pattern-library-shim icon alert-icon
icon
-bullhorn"
aria-hidden=
"true"
></span>
<span
class=
"pattern-library-shim icon alert-icon
fa fa
-bullhorn"
aria-hidden=
"true"
></span>
<div
class=
"pattern-library-shim alert-message"
>
<p
class=
"pattern-library-shim alert-copy"
>
${_("This exam is hidden from the learner.")}
...
...
lms/templates/user_dropdown.html
View file @
43572db0
...
...
@@ -21,10 +21,8 @@ from openedx.core.djangoapps.user_api.accounts.image_helpers import get_profile_
${username}
</a>
<button
type=
"button"
class=
"menu-button button-more has-dropdown js-dropdown-button default-icon"
aria-haspopup=
"true"
aria-expanded=
"false"
aria-controls=
"${_("
Usermenu
")}"
>
<span
class=
"icon-fallback icon-fallback-img"
>
<span
class=
"icon icon-angle-down"
aria-hidden=
"true"
></span>
<span
class=
"text"
>
${_("Usermenu dropdown")}
</span>
</span>
<span
class=
"icon fa fa-caret-down"
aria-hidden=
"true"
></span>
<span
class=
"sr-only"
>
${_("Usermenu dropdown")}
</span>
</button>
<ul
class=
"dropdown-menu list-divided is-hidden"
id=
"${_("
Usermenu
")}"
tabindex=
"-1"
>
<
%
block
name=
"navigation_dropdown_menu_links"
>
...
...
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