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
df7de980
Commit
df7de980
authored
Dec 04, 2012
by
Brian Talbot
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
added in additional tool tips for icon/graphic-based controls on overview
parent
25e730d0
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
cms/templates/overview.html
+3
-2
No files found.
cms/templates/overview.html
View file @
df7de980
...
...
@@ -139,7 +139,8 @@
% for section in sections:
<section
class=
"courseware-section branch"
data-id=
"${section.location}"
>
<header>
<a
href=
"#"
data-tooltip=
"Collapse/expand this section"
class=
"expand-collapse-icon collapse"
></a>
<a
href=
"#"
data-tooltip=
"Expand/collapse this section"
class=
"expand-collapse-icon collapse"
></a>
<div
class=
"item-details"
data-id=
"${section.location}"
>
<h3
class=
"section-name"
>
<span
data-tooltip=
"Edit this section's name"
class=
"section-name-span"
>
${section.display_name}
</span>
...
...
@@ -198,7 +199,7 @@
<li
class=
"branch collapsed"
data-id=
"${subsection.location}"
>
<div
class=
"section-item"
>
<div
class=
"details"
>
<a
href=
"#"
data-tooltip=
"Collapse/expand
this subsection"
class=
"expand-collapse-icon expand"
></a>
<a
href=
"#"
data-tooltip=
"Expand/collapse
this subsection"
class=
"expand-collapse-icon expand"
></a>
<a
href=
"${reverse('edit_subsection', args=[subsection.location])}"
>
<span
class=
"folder-icon"
></span>
<span
class=
"subsection-name"
><span
class=
"subsection-name-value"
>
${subsection.display_name}
</span></span>
...
...
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