From 27af87b97384777ab77a6111081856d1295d9482 Mon Sep 17 00:00:00 2001 From: tr4ck3ur Date: Fri, 20 Feb 2015 17:13:29 +0100 Subject: [PATCH] Add css on submit button --- jm2l/templates/Profil/Profil.mako | 2 +- jm2l/templates/Staff/EditPresse.mako | 2 +- jm2l/templates/Staff/new.mako | 2 +- jm2l/templates/Staff/pole.mako | 2 +- jm2l/templates/Staff/tasks.mako | 7 ++----- jm2l/templates/edit_event.mako | 2 +- jm2l/templates/edit_tiers.mako | 4 ++-- 7 files changed, 9 insertions(+), 12 deletions(-) diff --git a/jm2l/templates/Profil/Profil.mako b/jm2l/templates/Profil/Profil.mako index c438f83..9777124 100644 --- a/jm2l/templates/Profil/Profil.mako +++ b/jm2l/templates/Profil/Profil.mako @@ -110,7 +110,7 @@ DicForm = { - + diff --git a/jm2l/templates/Staff/EditPresse.mako b/jm2l/templates/Staff/EditPresse.mako index 590f5b8..2c44b3e 100644 --- a/jm2l/templates/Staff/EditPresse.mako +++ b/jm2l/templates/Staff/EditPresse.mako @@ -22,7 +22,7 @@ DicForm = {
${helpers.DisplayForm(form, DicForm)} - +
${helpers.uploader("presse", form.year_uid.data, u"Fichier" )} diff --git a/jm2l/templates/Staff/new.mako b/jm2l/templates/Staff/new.mako index 2329408..169a2f0 100644 --- a/jm2l/templates/Staff/new.mako +++ b/jm2l/templates/Staff/new.mako @@ -5,5 +5,5 @@
- +
\ No newline at end of file diff --git a/jm2l/templates/Staff/pole.mako b/jm2l/templates/Staff/pole.mako index 909c4d1..a29faf1 100644 --- a/jm2l/templates/Staff/pole.mako +++ b/jm2l/templates/Staff/pole.mako @@ -34,7 +34,7 @@ DicForm = {
%endif ${helpers.DisplayForm(form, DicForm)} - +
% if 'uid' in form._fields.keys(): ${helpers.uploader("poles", form.uid.data, u"Attachement" )} diff --git a/jm2l/templates/Staff/tasks.mako b/jm2l/templates/Staff/tasks.mako index 9ff75eb..2a1d389 100644 --- a/jm2l/templates/Staff/tasks.mako +++ b/jm2l/templates/Staff/tasks.mako @@ -38,11 +38,8 @@ DicForm = {
%endif ${helpers.DisplayForm(form, DicForm)} - +
% if 'uid' in form._fields.keys(): ${helpers.uploader("tasks", form.uid.data, u"Attachement" )} -%endif - \ No newline at end of file +%endif \ No newline at end of file diff --git a/jm2l/templates/edit_event.mako b/jm2l/templates/edit_event.mako index 9639396..f033810 100644 --- a/jm2l/templates/edit_event.mako +++ b/jm2l/templates/edit_event.mako @@ -98,7 +98,7 @@ DicForm = { %> ${helpers.DisplayForm(form, DicForm)} - + diff --git a/jm2l/templates/edit_tiers.mako b/jm2l/templates/edit_tiers.mako index 58d300a..427c555 100644 --- a/jm2l/templates/edit_tiers.mako +++ b/jm2l/templates/edit_tiers.mako @@ -115,9 +115,9 @@ DicForm = { % endif % if 'uid' in form._fields: - + % else: - + % endif % if 'uid' in form._fields: