From 22519cf64d2afdbd3482a324b8e4c9d1a641d4b0 Mon Sep 17 00:00:00 2001 From: Thomas Heck Date: Mon, 15 Jul 2013 18:17:55 +0200 Subject: [PATCH] CustomerVendor: E-Mail-BCC/-CC-Felder richtig anzeigen --- .../customer_vendor/tabs/billing.html | 26 ++++++++++++------- 1 file changed, 17 insertions(+), 9 deletions(-) diff --git a/templates/webpages/customer_vendor/tabs/billing.html b/templates/webpages/customer_vendor/tabs/billing.html index b82849127..67c4ec76e 100644 --- a/templates/webpages/customer_vendor/tabs/billing.html +++ b/templates/webpages/customer_vendor/tabs/billing.html @@ -85,7 +85,7 @@ [% 'Street' | $T8 %] - [% L.input_tag('cv.street', SELF.cv.street) %] + [% L.input_tag('cv.street', SELF.cv.street, size = 35, maxlength = 75) %]