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
1d8e46f0
Commit
1d8e46f0
authored
Jun 02, 2013
by
Victor Shnayder
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #13 from edx/victor/help-button-text
Change help button text, fixing LMS-319
parents
4c6e482d
e01991ec
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
31 additions
and
11 deletions
+31
-11
lms/static/sass/shared/_modal.scss
+21
-0
lms/templates/help_modal.html
+10
-11
No files found.
lms/static/sass/shared/_modal.scss
View file @
1d8e46f0
...
...
@@ -300,8 +300,29 @@
}
}
}
#help_wrapper
{
padding
:
0
(
$baseline
*
1
.5
)
(
$baseline
*
1
.5
)
(
$baseline
*
1
.5
);
header
{
margin-bottom
:
$baseline
;
padding-right
:
0
;
padding-left
:
0
;
}
}
.tip
{
font-size
:
12px
;
display
:
block
;
color
:
$dark-gray
;
}
}
.leanModal_box
{
@extend
.modal
;
}
lms/templates/help_modal.html
View file @
1d8e46f0
...
...
@@ -20,17 +20,15 @@
<
%
discussion_link =
get_discussion_link(course)
if
course
else
None
%
>
% if discussion_link:
<p>
Have a course-specific question?
<a
href=
"${discussion_link}"
target=
"_blank"
/>
Post it on the course forums.
</a>
<p>
For
<strong>
questions on course lectures, homework, tools, or materials for this course
</strong>
, post in the
<a
href=
"${discussion_link}"
target=
"_blank"
/>
course discussion forum
</a>
.
</p>
<
hr>
% endif
<
p>
Have
<strong>
general questions about edX
</strong>
? You can find lots of helpful information in the edX
<a
href=
"/help"
target=
"_blank"
>
FAQ
</a>
.
</p>
<p>
Have a general question about edX?
<a
href=
"/help"
target=
"_blank"
>
Check the FAQ
</a>
.
</p>
<p>
Have a
<strong>
question about something specific
</strong>
? You can contact the edX general
support team directly:
</p>
<hr>
<div
class=
"help-buttons"
>
...
...
@@ -58,9 +56,10 @@ discussion_link = get_discussion_link(course) if course else None
<label
data-field=
"email"
>
E-mail*
</label>
<input
name=
"email"
type=
"text"
>
% endif
<label
data-field=
"subject"
>
Subject
*
</label>
<label
data-field=
"subject"
>
Briefly describe your issue
*
</label>
<input
name=
"subject"
type=
"text"
>
<label
data-field=
"details"
>
Details*
</label>
<label
data-field=
"details"
>
Tell us the details*
<span
class=
"tip"
>
Include error messages, steps which lead to the issue, etc
</span></label>
<textarea
name=
"details"
></textarea>
<input
name=
"tag"
type=
"hidden"
>
<div
class=
"submit"
>
...
...
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