]> git.parisson.com Git - teleforma.git/commitdiff
add seminar access button
authoryomguy <yomguy@parisson.com>
Wed, 2 Jan 2013 16:15:25 +0000 (17:15 +0100)
committeryomguy <yomguy@parisson.com>
Wed, 2 Jan 2013 16:15:25 +0000 (17:15 +0100)
teleforma/locale/fr/LC_MESSAGES/django.mo
teleforma/locale/fr/LC_MESSAGES/django.po
teleforma/templates/teleforma/seminars.html

index 745bc6bf7136467bc76c8a02e23c1aec51637092..6c5f67212a4b3b5444aa06abaa744485681dc9dc 100644 (file)
Binary files a/teleforma/locale/fr/LC_MESSAGES/django.mo and b/teleforma/locale/fr/LC_MESSAGES/django.mo differ
index 28bb012d334b7513c619cd41cb9570cea1ae19e9..4022859a16913523e8500cfcf2fec0cf68d3a325 100644 (file)
@@ -6,7 +6,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: PACKAGE VERSION\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2013-01-02 16:36+0100\n"
+"POT-Creation-Date: 2013-01-02 17:14+0100\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: Guillaume Pellerin <yomguy@parisson.com>\n"
 "Language-Team: LANGUAGE <lists@parisson.com>\n"
@@ -768,13 +768,13 @@ msgstr "Soumettre"
 
 #: templates/teleforma/answer_form.html:70
 #: templates/teleforma/seminar_detail.html:164
-#: templates/teleforma/seminars.html:120
+#: templates/teleforma/seminars.html:128
 msgid "Progressions"
 msgstr "Progressions"
 
 #: templates/teleforma/answer_form.html:74
 #: templates/teleforma/seminar_detail.html:167
-#: templates/teleforma/seminars.html:123
+#: templates/teleforma/seminars.html:131
 msgid "General"
 msgstr "Général"
 
@@ -1056,7 +1056,7 @@ msgstr "Mes notes"
 msgid "New note"
 msgstr "Nouvelle note"
 
-#: templates/teleforma/courses.html:104 templates/teleforma/seminars.html:135
+#: templates/teleforma/courses.html:104 templates/teleforma/seminars.html:143
 msgid "Status"
 msgstr "Status"
 
@@ -1130,6 +1130,10 @@ msgstr "Date de début de formation"
 msgid "Training end date"
 msgstr "Date de fin de formation"
 
+#: templates/teleforma/seminars.html:111
+msgid "Access to the seminar"
+msgstr "Accéder au séminaire"
+
 #: templates/teleforma/testimonials.html:7
 #: templates/teleforma/testimonials.html:45
 msgid "Testimonials"
index 70b6eae8625372fbfc337b1c711e33686f15c3f5..aaf9f70790aba07366ef53ccc0b7d463b6580c46 100644 (file)
@@ -104,7 +104,15 @@ $(function() {
             <div class="course_subtitle">
             </div>
             <div class="course_description">
-              {% include "teleforma/inc/seminar_description.html" %} 
+              {% include "teleforma/inc/seminar_description.html" %}
+              <table><tr><td width="80%"></td>
+              <td width="20%">
+              <div style="margin-bottom: 0.5em;">
+              <a href="{% url teleforma-seminar-detail seminar.id %}" class="component_icon button icon_next">{% trans "Access to the seminar" %}</a>
+              </div>
+              </td>
+              </tr>
+            </table>
             </div>
         </div>
       </div>