]> git.parisson.com Git - teleforma.git/commitdiff
add steps to media
authoryomguy <yomguy@parisson.com>
Wed, 2 Jan 2013 23:42:29 +0000 (00:42 +0100)
committeryomguy <yomguy@parisson.com>
Wed, 2 Jan 2013 23:42:29 +0000 (00:42 +0100)
teleforma/static/teleforma/css/teleforma.css
teleforma/templates/teleforma/seminar_media_audio.html
teleforma/templates/teleforma/seminar_media_video.html

index 182b4534a12dacc77fcb2035a2b27996a6ae0cbc..a796fe2679b32d86347a0d927e63f671cf47b5af 100644 (file)
@@ -1832,7 +1832,7 @@ form .exceed{
     border-radius: 8px 0px 8px 8px;
     color: black;
     padding: 0.5em;
-    max-height: 300px;
+    max-height: 350px;
     overflow-y: auto;
 }
 
index ed202c75e6da080833c75d8db549a21a92db1aa9..e029d2306a34c098f9a553c328e2cb618c8f309a 100644 (file)
 {% endblock course %}
 
 {% block chat %}
-
 {% endblock chat %}
+
+{% block index %}
+<div class="module">
+  <h3><img src="{{STATIC_URL}}telemeta/images/module_playlist.png" alt="status" style="vertical-align:middle" /> {% trans "Steps" %}</h3>
+ <div id="index">
+  {% include "teleforma/inc/steps.html" %}
+ </div>
+</div>
+{% endblock index %}
index ec17d1dfea9c89d28971b45c7b3b6061f06bd065..955e0fd01106300dd8f311560c1dc0c3b05e7e2a 100644 (file)
@@ -129,5 +129,13 @@ $(window).ready(function(){
 {% endblock course %}
 
 {% block chat %}
-
 {% endblock chat %}
+
+{% block index %}
+<div class="module">
+  <h3><img src="{{STATIC_URL}}telemeta/images/module_playlist.png" alt="status" style="vertical-align:middle" /> {% trans "Steps" %}</h3>
+ <div id="index">
+  {% include "teleforma/inc/steps.html" %}
+ </div>
+</div>
+{% endblock index %}