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
75f127d7
Commit
75f127d7
authored
11 years ago
by
Victor Shnayder
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Change help button text, fixing LMS-319
parent
46967a78
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
9 deletions
+11
-9
lms/templates/help_modal.html
+11
-9
No files found.
lms/templates/help_modal.html
View file @
75f127d7
...
@@ -20,17 +20,18 @@
...
@@ -20,17 +20,18 @@
<
%
<
%
discussion_link =
get_discussion_link(course)
if
course
else
None
discussion_link =
get_discussion_link(course)
if
course
else
None
%
>
%
>
% if discussion_link:
% if discussion_link:
<p>
<p>
If you have a question, problem, or suggestion specific to this course (regarding the
Have a course-specific question?
lectures, homework, tools, or other materials), please post it on the
<a
href=
"${discussion_link}"
target=
"_blank"
/>
<a
href=
"${discussion_link}"
target=
"_blank"
/>
course discussion forum
</a>
.
Post it on the course forums.
</a>
</p>
</p>
<hr>
% endif
% endif
<p>
If you have a general question regarding edX or use of the site, please check the
<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>
If you would like to contact the edX general support team directly, please use one of
the buttons below:
</p>
<hr>
<hr>
<div
class=
"help-buttons"
>
<div
class=
"help-buttons"
>
...
@@ -58,9 +59,10 @@ discussion_link = get_discussion_link(course) if course else None
...
@@ -58,9 +59,10 @@ discussion_link = get_discussion_link(course) if course else None
<label
data-field=
"email"
>
E-mail*
</label>
<label
data-field=
"email"
>
E-mail*
</label>
<input
name=
"email"
type=
"text"
>
<input
name=
"email"
type=
"text"
>
% endif
% endif
<label
data-field=
"subject"
>
Subject
*
</label>
<label
data-field=
"subject"
>
Brief description of the problem
*
</label>
<input
name=
"subject"
type=
"text"
>
<input
name=
"subject"
type=
"text"
>
<label
data-field=
"details"
>
Details*
</label>
<label
data-field=
"details"
>
Details of the problem you are encountering.
Please include any error messages, steps which led to the issue, etc.*
</label>
<textarea
name=
"details"
></textarea>
<textarea
name=
"details"
></textarea>
<input
name=
"tag"
type=
"hidden"
>
<input
name=
"tag"
type=
"hidden"
>
<div
class=
"submit"
>
<div
class=
"submit"
>
...
...
This diff is collapsed.
Click to expand it.
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