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
c360faed
Commit
c360faed
authored
Jul 11, 2013
by
Brian Talbot
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Studio: revises dashboard course creation button and form interaction
parent
b4457371
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
3 deletions
+6
-3
cms/static/js/base.js
+1
-1
cms/templates/index.html
+5
-2
No files found.
cms/static/js/base.js
View file @
c360faed
...
...
@@ -576,7 +576,7 @@ function cancelNewSection(e) {
function
addNewCourse
(
e
)
{
e
.
preventDefault
();
$
(
'.new-course-button'
).
addClass
(
'disabled'
);
$
(
e
.
target
).
addClass
(
'disabled'
);
var
$newCourse
=
$
(
$
(
'#new-course-template'
).
html
());
var
$cancelButton
=
$newCourse
.
find
(
'.new-course-cancel'
);
...
...
cms/templates/index.html
View file @
c360faed
...
...
@@ -113,6 +113,9 @@
</div>
%else:
<div
class=
"courses"
>
</div>
<div
class=
"notice notice-incontext notice-instruction notice-instruction-nocourses list-notices"
>
<div
class=
"notice-item"
>
<div
class=
"msg"
>
...
...
@@ -171,7 +174,7 @@
%elif course_creator_status == "denied":
<div
class=
"wrapper wrapper-creationrights is-shown"
>
<h3
class=
"title"
>
<a
href=
"#instruction-creationrights"
class=
"ui-toggle-control
show-creationrights"
><span
class=
"label"
>
${_('Your Course Creator Request Status')}
</span>
<i
class=
"icon-remove-sign"
></i></a>
<a
href=
"#instruction-creationrights"
class=
"ui-toggle-control current
show-creationrights"
><span
class=
"label"
>
${_('Your Course Creator Request Status')}
</span>
<i
class=
"icon-remove-sign"
></i></a>
</h3>
<div
class=
"notice notice-incontext notice-instruction notice-instruction-creationrights ui-toggle-target"
id=
"instruction-creationrights"
>
...
...
@@ -197,7 +200,7 @@
%elif course_creator_status == "pending":
<div
class=
"wrapper wrapper-creationrights is-shown"
>
<h3
class=
"title"
>
<a
href=
"#instruction-creationrights"
class=
"ui-toggle-control
show-creationrights"
><span
class=
"label"
>
${_('Your Course Creator Request Status')}
</span>
<i
class=
"icon-remove-sign"
></i></a>
<a
href=
"#instruction-creationrights"
class=
"ui-toggle-control current
show-creationrights"
><span
class=
"label"
>
${_('Your Course Creator Request Status')}
</span>
<i
class=
"icon-remove-sign"
></i></a>
</h3>
<div
class=
"notice notice-incontext notice-instruction notice-instruction-creationrights ui-toggle-target"
id=
"instruction-creationrights"
>
...
...
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