Merge pull request #1247 from MITx/feature/btalbot/cms-sectiontoggling

Course Overview Section Collapse/Expand Toggling
This commit is contained in:
Christina Roberts
2013-01-10 09:04:26 -08:00
3 changed files with 60 additions and 8 deletions

View File

@@ -122,7 +122,7 @@
<div class="inner-wrapper">
<div class="page-actions">
<a href="#" class="new-button new-courseware-section-button"><span class="plus-icon white"></span> New Section</a>
<a href="#" class="collapse-all-button"><span class="collapse-all-icon"></span>Collapse All</a>
<a href="#" class="toggle-button toggle-button-sections"><i class="ss-icon ss-symbolicons-block">up</i> <span class="label">Collapse All Sections</span></a>
</div>
<article class="courseware-overview" data-course-id="${context_course.location.url()}">
% for section in sections: