From f8b0338deea0a3a2d510e2b02aef952b79a6d598 Mon Sep 17 00:00:00 2001 From: Vik Paruchuri Date: Fri, 1 Mar 2013 16:26:48 -0500 Subject: [PATCH] Change name of annotatable, add in sass for advanced module --- cms/djangoapps/contentstore/views.py | 2 +- cms/static/sass/_graphics.scss | 8 ++++++++ 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/cms/djangoapps/contentstore/views.py b/cms/djangoapps/contentstore/views.py index 517e9fe852..e14a3108d4 100644 --- a/cms/djangoapps/contentstore/views.py +++ b/cms/djangoapps/contentstore/views.py @@ -71,7 +71,7 @@ COMPONENT_TYPES = ['customtag', 'discussion', 'html', 'problem', 'video'] ADVANCED_COMPONENT_TYPES = { 'openended' : ['combinedopenended', 'peergrading'], - 'advanced' : ['annotation'], + 'advanced' : ['annotatable'], } ADVANCED_COMPONENT_POLICY_KEY = 'advanced_modules' diff --git a/cms/static/sass/_graphics.scss b/cms/static/sass/_graphics.scss index 619c66a919..de03f7f134 100644 --- a/cms/static/sass/_graphics.scss +++ b/cms/static/sass/_graphics.scss @@ -262,6 +262,14 @@ background: url(../img/large-problem-icon.png) center no-repeat; } +.large-advanced-icon { + display: inline-block; + width: 100px; + height: 60px; + margin-right: 5px; + background: url(../img/large-problem-icon.png) center no-repeat; +} + .large-textbook-icon { display: inline-block; width: 100px;