From: yomguy Date: Wed, 2 Jan 2013 23:42:29 +0000 (+0100) Subject: add steps to media X-Git-Tag: 0.9-probarreau~177 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=ac23857f4697551cb305cd833d75cb656cf38739;p=teleforma.git add steps to media --- diff --git a/teleforma/static/teleforma/css/teleforma.css b/teleforma/static/teleforma/css/teleforma.css index 182b4534..a796fe26 100644 --- a/teleforma/static/teleforma/css/teleforma.css +++ b/teleforma/static/teleforma/css/teleforma.css @@ -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; } diff --git a/teleforma/templates/teleforma/seminar_media_audio.html b/teleforma/templates/teleforma/seminar_media_audio.html index ed202c75..e029d230 100644 --- a/teleforma/templates/teleforma/seminar_media_audio.html +++ b/teleforma/templates/teleforma/seminar_media_audio.html @@ -81,5 +81,13 @@ {% endblock course %} {% block chat %} - {% endblock chat %} + +{% block index %} +
+

status {% trans "Steps" %}

+
+ {% include "teleforma/inc/steps.html" %} +
+
+{% endblock index %} diff --git a/teleforma/templates/teleforma/seminar_media_video.html b/teleforma/templates/teleforma/seminar_media_video.html index ec17d1df..955e0fd0 100644 --- a/teleforma/templates/teleforma/seminar_media_video.html +++ b/teleforma/templates/teleforma/seminar_media_video.html @@ -129,5 +129,13 @@ $(window).ready(function(){ {% endblock course %} {% block chat %} - {% endblock chat %} + +{% block index %} +
+

status {% trans "Steps" %}

+
+ {% include "teleforma/inc/steps.html" %} +
+
+{% endblock index %}