From 911c251c56498b9873f257e0a63efb92f41b5c33 Mon Sep 17 00:00:00 2001 From: Thomas NOEL Date: Thu, 26 Apr 2018 14:54:35 +0200 Subject: [PATCH] nanterre: disable invoice button on submit (#23380) --- static/nanterre/_custom.scss | 4 ++++ .../combo/json/rsu-frontoffice-factures.html | 13 ++++++++++--- 2 files changed, 14 insertions(+), 3 deletions(-) diff --git a/static/nanterre/_custom.scss b/static/nanterre/_custom.scss index a235125..809d573 100644 --- a/static/nanterre/_custom.scss +++ b/static/nanterre/_custom.scss @@ -255,6 +255,10 @@ div.part { } } +div.invoices div.buttons { + margin: 0 0 1ex 1ex; +} + /* fargo */ div#user-files { background: white; diff --git a/templates/variants/nanterre/combo/json/rsu-frontoffice-factures.html b/templates/variants/nanterre/combo/json/rsu-frontoffice-factures.html index cd5b1dd..5347b15 100644 --- a/templates/variants/nanterre/combo/json/rsu-frontoffice-factures.html +++ b/templates/variants/nanterre/combo/json/rsu-frontoffice-factures.html @@ -95,7 +95,9 @@ {% if parameters.paiement_actif %} {# Adresse pour paiement : #} - +
+ +
{% endif %} -- 2.17.0