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
1cd5a80d
Commit
1cd5a80d
authored
Mar 11, 2014
by
Giulio Gratta
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
replace unicode 'X' with font-awesome 'remove'
parent
0b3a67d2
Hide whitespace changes
Inline
Side-by-side
Showing
11 changed files
with
28 additions
and
18 deletions
+28
-18
common/static/coffee/src/discussion/utils.coffee
+1
-1
lms/templates/dashboard.html
+10
-5
lms/templates/forgot_password_modal.html
+2
-1
lms/templates/help_modal.html
+3
-3
lms/templates/login_modal.html
+2
-1
lms/templates/modal/_modal-settings-language.html
+2
-1
lms/templates/modal/accessible_confirm.html
+2
-1
lms/templates/signup_modal.html
+2
-1
lms/templates/wiki/edit.html
+1
-1
lms/templates/wiki/history.html
+2
-2
lms/templates/wiki/includes/cheatsheet.html
+1
-1
No files found.
common/static/coffee/src/discussion/utils.coffee
View file @
1cd5a80d
...
...
@@ -105,7 +105,7 @@ class @DiscussionUtil
alertDiv
=
$
(
"<div class='modal' role='alertdialog' id='discussion-alert' aria-describedby='discussion-alert-message'/>"
).
css
(
"display"
,
"none"
)
alertDiv
.
html
(
"<div class='inner-wrapper discussion-alert-wrapper'>"
+
" <button class='close-modal dismiss' aria-hidden='true'>
✕
</button>"
+
" <button class='close-modal dismiss' aria-hidden='true'>
<i class='icon-remove'></i>
</button>"
+
" <header><h2/><hr/></header>"
+
" <p id='discussion-alert-message'/>"
+
" <hr/>"
+
...
...
lms/templates/dashboard.html
View file @
1cd5a80d
...
...
@@ -285,7 +285,8 @@
<section
id=
"email-settings-modal"
class=
"modal"
aria-hidden=
"true"
>
<div
class=
"inner-wrapper"
role=
"dialog"
aria-labelledby=
"email-settings-title"
>
<button
class=
"close-modal"
>
✕
<button
class=
"close-modal"
>
<i
class=
"icon-remove"
></i>
<span
class=
"sr"
>
## Translators: this is a control to allow users to exit out of this modal interface (a menu or piece of UI that takes the full focus of the screen)
${_('Close')}
...
...
@@ -317,7 +318,8 @@
<section
id=
"password_reset_complete"
class=
"modal"
aria-hidden=
"true"
>
<div
class=
"inner-wrapper"
role=
"dialog"
aria-labelledby=
"password-reset-email"
>
<button
class=
"close-modal"
>
✕
<button
class=
"close-modal"
>
<i
class=
"icon-remove"
></i>
<span
class=
"sr"
>
## Translators: this is a control to allow users to exit out of this modal interface (a menu or piece of UI that takes the full focus of the screen)
${_('Close')}
...
...
@@ -346,7 +348,8 @@
<section
id=
"change_email"
class=
"modal"
aria-hidden=
"true"
>
<div
class=
"inner-wrapper"
role=
"dialog"
aria-labelledby=
"change_email_title"
>
<button
class=
"close-modal"
>
✕
<button
class=
"close-modal"
>
<i
class=
"icon-remove"
></i>
<span
class=
"sr"
>
## Translators: this is a control to allow users to exit out of this modal interface (a menu or piece of UI that takes the full focus of the screen)
${_('Close')}
...
...
@@ -389,7 +392,8 @@
<section
id=
"apply_name_change"
class=
"modal"
aria-hidden=
"true"
>
<div
class=
"inner-wrapper"
role=
"dialog"
aria-labelledby=
"change-name-title"
>
<button
class=
"close-modal"
>
✕
<button
class=
"close-modal"
>
<i
class=
"icon-remove"
></i>
<span
class=
"sr"
>
## Translators: this is a control to allow users to exit out of this modal interface (a menu or piece of UI that takes the full focus of the screen)
${_('Close')}
...
...
@@ -431,7 +435,8 @@
<section
id=
"unenroll-modal"
class=
"modal unenroll-modal"
aria-hidden=
"true"
>
<div
class=
"inner-wrapper"
role=
"alertdialog"
aria-labelledy=
"unenrollment-modal-title"
>
<button
class=
"close-modal"
>
✕
<button
class=
"close-modal"
>
<i
class=
"icon-remove"
></i>
<span
class=
"sr"
>
## Translators: this is a control to allow users to exit out of this modal interface (a menu or piece of UI that takes the full focus of the screen)
${_('Close')}
...
...
lms/templates/forgot_password_modal.html
View file @
1cd5a80d
...
...
@@ -4,7 +4,8 @@
<
%!
from
django
.
core
.
urlresolvers
import
reverse
%
>
<section
id=
"forgot-password-modal"
class=
"modal"
role=
"dialog"
tabindex=
"-1"
aria-label=
"${_('Password Reset')}"
>
<div
class=
"inner-wrapper"
>
<button
class=
"close-modal"
>
✕
<button
class=
"close-modal"
>
<i
class=
"icon-remove"
></i>
<span
class=
"sr"
>
## Translators: this is a control to allow users to exit out of this modal interface (a menu or piece of UI that takes the full focus of the screen)
${_('Close')}
...
...
lms/templates/help_modal.html
View file @
1cd5a80d
...
...
@@ -18,7 +18,7 @@
<div
class=
"inner-wrapper"
id=
"help_wrapper"
>
## TODO: find a way to refactor this
<button
class=
"close-modal "
tabindex=
"0"
>
✕
<i
class=
"icon-remove"
></i>
<span
class=
"sr"
>
## Translators: this is a control to allow users to exit out of this modal interface (a menu or piece of UI that takes the full focus of the screen)
${_('Close')}
...
...
@@ -69,7 +69,7 @@ discussion_link = get_discussion_link(course) if course else None
<div
class=
"inner-wrapper"
id=
"feedback_form_wrapper"
>
<button
class=
"close-modal"
>
✕
<i
class=
"icon-remove"
></i>
<span
class=
"sr"
>
## Translators: this is a control to allow users to exit out of this modal interface (a menu or piece of UI that takes the full focus of the screen)
${_('Close')}
...
...
@@ -103,7 +103,7 @@ discussion_link = get_discussion_link(course) if course else None
<div
class=
"inner-wrapper"
id=
"feedback_success_wrapper"
tabindex=
"0"
>
<button
class=
"close-modal"
tabindex=
"0"
>
✕
<i
class=
"icon-remove"
></i>
<span
class=
"sr"
>
## Translators: this is a control to allow users to exit out of this modal interface (a menu or piece of UI that takes the full focus of the screen)
${_('Close')}
...
...
lms/templates/login_modal.html
View file @
1cd5a80d
...
...
@@ -5,7 +5,8 @@
<section
id=
"login-modal"
class=
"modal login-modal"
>
<div
class=
"inner-wrapper"
>
<button
class=
"close-modal"
>
✕
<button
class=
"close-modal"
>
<i
class=
"icon-remove"
></i>
<span
class=
"sr"
>
## Translators: this is a control to allow users to exit out of this modal interface (a menu or piece of UI that takes the full focus of the screen)
${_('Close')}
...
...
lms/templates/modal/_modal-settings-language.html
View file @
1cd5a80d
...
...
@@ -7,7 +7,8 @@
<section
id=
"change_language"
class=
"modal modal-settings-language"
aria-hidden=
"true"
>
<div
class=
"inner-wrapper"
role=
"dialog"
aria-labelledby=
"change_language_title"
>
<button
class=
"close-modal"
>
✕
<button
class=
"close-modal"
>
<i
class=
"icon-remove"
></i>
<span
class=
"sr"
>
## Translators: this is a control to allow users to exit out of this modal interface (a menu or piece of UI that takes the full focus of the screen)
${_('Close')}
...
...
lms/templates/modal/accessible_confirm.html
View file @
1cd5a80d
<
%!
from
django
.
utils
.
translation
import
ugettext
as
_
%
>
<div
id=
"accessibile-confirm-modal"
class=
"modal"
aria-hidden=
"true"
>
<div
class=
"inner-wrapper"
role=
"dialog"
aria-labelledby=
"accessibile-confirm-title"
>
<button
class=
"close-modal"
>
✕
<button
class=
"close-modal"
>
<i
class=
"icon-remove"
></i>
<span
class=
"sr"
>
## Translators: this is a control to allow users to exit out of this modal interface (a menu or piece of UI that takes the full focus of the screen)
${_('Close Modal')}
...
...
lms/templates/signup_modal.html
View file @
1cd5a80d
...
...
@@ -10,7 +10,8 @@
<section
id=
"signup-modal"
class=
"modal signup-modal"
>
<div
class=
"inner-wrapper"
>
<button
class=
"close-modal"
>
✕
<button
class=
"close-modal"
>
<i
class=
"icon-remove"
></i>
<span
class=
"sr"
>
## Translators: this is a control to allow users to exit out of this modal interface (a menu or piece of UI that takes the full focus of the screen)
${_('Close')}
...
...
lms/templates/wiki/edit.html
View file @
1cd5a80d
...
...
@@ -45,7 +45,7 @@
</div>
<section
id=
"previewModal"
class=
"modal"
aria-hidden=
"true"
>
<div
class=
"inner-wrapper"
role=
"dialog"
aria-labelledby=
"preview-title"
>
<button
class=
"close-modal"
>
✕
<span
class=
"sr"
>
{% trans 'Close' %}
</span></button>
<button
class=
"close-modal"
>
<i
class=
"icon-remove"
></i>
<span
class=
"sr"
>
{% trans 'Close' %}
</span></button>
<header>
<h2
id=
"preview-title"
>
{% trans "Wiki Preview" %}
<span
class=
"sr"
>
, {% trans "window open" %}
</span></h2>
...
...
lms/templates/wiki/history.html
View file @
1cd5a80d
...
...
@@ -201,7 +201,7 @@
<input
type=
"hidden"
name=
"r"
value=
""
/>
<section
id=
"previewRevisionModal"
class=
"modal"
aria-hidden=
"true"
>
<div
class=
"inner-wrapper"
role=
"dialog"
aria-labelledby=
"preview-title"
>
<button
class=
"close-modal"
>
✕
<span
class=
"sr"
>
{% trans 'Close' %}
</span></button>
<button
class=
"close-modal"
>
<i
class=
"icon-remove"
></i>
<span
class=
"sr"
>
{% trans 'Close' %}
</span></button>
<header>
<h2
id=
"preview-title"
>
{% trans "Wiki Revision Preview" %}
<span
class=
"sr"
>
, {% trans "window open" %}
</span></h2>
...
...
@@ -232,7 +232,7 @@
<section
id=
"mergeModal"
class=
"modal"
aria-hidden=
"true"
>
<div
class=
"inner-wrapper"
role=
"dialog"
aria-labelledby=
"merge-title"
>
<button
class=
"close-modal"
>
✕
<span
class=
"sr"
>
{% trans 'Close' %}
</span></button>
<button
class=
"close-modal"
>
<i
class=
"icon-remove"
></i>
<span
class=
"sr"
>
{% trans 'Close' %}
</span></button>
<header>
<h2
id=
"merge-title"
>
{% trans "Merge Revision" %}
<span
class=
"sr"
>
, {% trans "window open" %}
</span></h2>
...
...
lms/templates/wiki/includes/cheatsheet.html
View file @
1cd5a80d
{% load i18n %}
<section
id=
"cheatsheetModal"
class=
"modal"
aria-hidden=
"true"
>
<div
class=
"inner-wrapper"
role=
"dialog"
aria-labelledby=
"cheatsheet-title"
>
<button
class=
"close-modal"
>
✕
<span
class=
"sr"
>
{% trans 'Close' %}
</span></button>
<button
class=
"close-modal"
>
<i
class=
"icon-remove"
></i>
<span
class=
"sr"
>
{% trans 'Close' %}
</span></button>
<header>
<h2
id=
"cheatsheet-title"
>
{% trans "Wiki Cheatsheet" %}
<span
class=
"sr"
>
, {% trans "window open" %}
</span></h2>
...
...
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