From: Guillaume Pellerin Date: Wed, 12 Jun 2013 19:36:58 +0000 (+0200) Subject: fix some testimonial styles X-Git-Tag: 2.8.1-pro~485^2 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=34acce824e92b32bd77e05a0a55c405cadc49475;p=teleforma.git fix some testimonial styles --- diff --git a/teleforma/locale/fr/LC_MESSAGES/django.mo b/teleforma/locale/fr/LC_MESSAGES/django.mo index 9e09ca2d..691fe74a 100644 Binary files a/teleforma/locale/fr/LC_MESSAGES/django.mo and b/teleforma/locale/fr/LC_MESSAGES/django.mo differ diff --git a/teleforma/locale/fr/LC_MESSAGES/django.po b/teleforma/locale/fr/LC_MESSAGES/django.po index aca90664..49c36940 100644 --- a/teleforma/locale/fr/LC_MESSAGES/django.po +++ b/teleforma/locale/fr/LC_MESSAGES/django.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2013-06-12 17:47+0200\n" +"POT-Creation-Date: 2013-06-12 21:35+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: Guillaume Pellerin \n" "Language-Team: LANGUAGE \n" @@ -591,10 +591,8 @@ msgid "Recipient" msgstr "" #: templates/postman/base_folder.html:42 -#: templates/teleforma/seminar_testimonial.html:37 -#: templates/teleforma/seminar_testimonial_knowledge.html:37 msgid "Subject" -msgstr "" +msgstr "Sujet" #: templates/postman/base_folder.html:43 #: templates/telemeta/inc/module_revisions.html:16 @@ -1184,6 +1182,11 @@ msgstr "Nom" msgid "First name" msgstr "Prénom" +#: templates/teleforma/seminar_testimonial.html:37 +#: templates/teleforma/seminar_testimonial_knowledge.html:37 +msgid "Object" +msgstr "Sujet" + #: templates/teleforma/seminar_testimonial.html:39 msgid "Training type" msgstr "Type de formation" diff --git a/teleforma/static/teleforma/css/teleforma_pdf.css b/teleforma/static/teleforma/css/teleforma_pdf.css index 9d1acfc5..43939aac 100644 --- a/teleforma/static/teleforma/css/teleforma_pdf.css +++ b/teleforma/static/teleforma/css/teleforma_pdf.css @@ -45,4 +45,5 @@ .bold { font-weight: bold; + vertical-align: top; } diff --git a/teleforma/templates/teleforma/seminar_testimonial.html b/teleforma/templates/teleforma/seminar_testimonial.html index 52851777..03eb5ecb 100644 --- a/teleforma/templates/teleforma/seminar_testimonial.html +++ b/teleforma/templates/teleforma/seminar_testimonial.html @@ -34,7 +34,7 @@ {% trans "Last name" %} : {{ testimonial.user.last_name|upper }} {% trans "First name" %} : {{ testimonial.user.first_name|upper }} {% trans "Address" %} : {{ testimonial.user.auditor.all.0.address }} {{ testimonial.user.auditor.all.0.postal_code }} {{ testimonial.user.auditor.all.0.city }} - {% trans "Subject" %} : {{ seminar.title }} + {% trans "Object" %} : {{ seminar.title }} {% trans "Course" %} : {{ seminar.course }} {% trans "Training type" %} : E-learning {% trans "Duration" %} : {{ seminar.duration|hours }} {% trans "hours" %} diff --git a/teleforma/templates/teleforma/seminar_testimonial_knowledge.html b/teleforma/templates/teleforma/seminar_testimonial_knowledge.html index a823df6c..a3a4d479 100644 --- a/teleforma/templates/teleforma/seminar_testimonial_knowledge.html +++ b/teleforma/templates/teleforma/seminar_testimonial_knowledge.html @@ -34,14 +34,14 @@ {% trans "Last name" %} : {{ testimonial.user.last_name|upper }} {% trans "First name" %} : {{ testimonial.user.first_name|upper }} {% trans "Address" %} : {{ testimonial.user.auditor.all.0.address }} {{ testimonial.user.auditor.all.0.postal_code }} {{ testimonial.user.auditor.all.0.city }} - {% trans "Subject" %} : {{ seminar.title }} + {% trans "Object" %} : {{ seminar.title }} {% trans "Course" %} : {{ seminar.course }} {% trans "Duration" %} : {{ seminar.duration|hours }} {% trans "hours" %} {% trans "Validation mode of the training" %} : {% trans "Reply to questions" %} {% trans "Training begin date" %} : {{ first_revision.date|date:'j F Y' }} {% trans "Knowledge validation dates and terms" %} : {% for answer in answers %} - {% trans "Answer" %} n°{{ answer.question.rank }} : {{ answer.date_validated|date:'j F Y' }} + {% trans "Answer" %} n°{{ answer.question.rank }} : {{ answer.date_validated|date:'j F Y' }} {% trans "Required characters" %} : {{ answer.question.min_nchar }} {% trans "Submitted characters" %} : {{ answer.answer|length }} {% endfor %} diff --git a/teleforma/templates/teleforma/seminar_testimonial_payback.html b/teleforma/templates/teleforma/seminar_testimonial_payback.html index 3b9e8c9f..a884ef07 100644 --- a/teleforma/templates/teleforma/seminar_testimonial_payback.html +++ b/teleforma/templates/teleforma/seminar_testimonial_payback.html @@ -81,7 +81,7 @@ -
+
{{ seminar.title }}
diff --git a/teleforma/templates/teleforma/testimonials.html b/teleforma/templates/teleforma/testimonials.html index 2d191253..3e9e7327 100644 --- a/teleforma/templates/teleforma/testimonials.html +++ b/teleforma/templates/teleforma/testimonials.html @@ -61,19 +61,19 @@ {% trans "Training testimonial" %} - {% trans "validated on" %} {{ testimonial.date_added }} + {% trans "validated on" %} {{ testimonial.date_added|date:'j F Y' }} {% trans "Knowledge validation testimonial" %} ({% trans "only to have support of the training costs" %}) - {% trans "validated on" %} {{ testimonial.date_added }} + {% trans "validated on" %} {{ testimonial.date_added|date:'j F Y' }} {% trans "Payback testimonial" %} ({% trans "only to have support of the training costs" %}) - {% trans "validated on" %} {{ testimonial.date_added }} + {% trans "validated on" %} {{ testimonial.date_added|date:'j F Y' }}