From d7db04a0996d61baf3130328288a9330e3ebe19a Mon Sep 17 00:00:00 2001 From: =?utf8?q?Bernd=20Ble=C3=9Fmann?= Date: Wed, 16 Sep 2015 10:21:10 +0200 Subject: [PATCH] Auftrags-Controller: Kosmetik und html-Typos gefixed. --- templates/webpages/order/form.html | 2 +- templates/webpages/order/tabs/_row.html | 2 +- templates/webpages/order/tabs/basic_data.html | 16 ++++++++-------- 3 files changed, 10 insertions(+), 10 deletions(-) diff --git a/templates/webpages/order/form.html b/templates/webpages/order/form.html index 169355524..2fcf2bcc4 100644 --- a/templates/webpages/order/form.html +++ b/templates/webpages/order/form.html @@ -30,7 +30,7 @@ [% L.hidden_tag('action', 'Order/dispatch') %] - [% L.button_tag('save()', LxERP.t8('Save')) %] + [% L.button_tag('save()', LxERP.t8('Save')) %] diff --git a/templates/webpages/order/tabs/_row.html b/templates/webpages/order/tabs/_row.html index fcc0b3f34..7cf610a5a 100644 --- a/templates/webpages/order/tabs/_row.html +++ b/templates/webpages/order/tabs/_row.html @@ -66,7 +66,7 @@ - + diff --git a/templates/webpages/order/tabs/basic_data.html b/templates/webpages/order/tabs/basic_data.html index 64d73eae2..c7b9874dc 100644 --- a/templates/webpages/order/tabs/basic_data.html +++ b/templates/webpages/order/tabs/basic_data.html @@ -14,7 +14,7 @@ - + - + + style = 'width: 250px') %] @@ -198,7 +198,7 @@ default = SELF.order.delivery_term_id, with_empty = 1, title_key = 'description', - style = 'width: 250px;') %] + style = 'width: 250px') %]
[% L.customer_vendor_picker("order.${SELF.cv}" _ '_id', SELF.order.$cv_id, type=SELF.cv, style='width: 300px') %]
[% 'Contact Person' | $T8 %] [% L.select_tag('order.cp_id', SELF.order.${SELF.cv}.contacts, @@ -25,7 +25,7 @@ style='width: 300px') %]
[% 'Shipping Address' | $T8 %] [% L.select_tag('order.shipto_id', SELF.order.${SELF.cv}.shipto, @@ -128,7 +128,7 @@
-
+
@@ -171,10 +171,10 @@
- [% L.textarea_tag('order.notes', SELF.order.notes, wrap="soft", style="width: 350px; height: 150px;", class="texteditor") %] + [% L.textarea_tag('order.notes', SELF.order.notes, wrap="soft", style="width: 350px; height: 150px", class="texteditor") %] - [% L.textarea_tag('order.intnotes', SELF.order.intnotes, wrap="soft", style="width: 350px; height: 150px;") %] + [% L.textarea_tag('order.intnotes', SELF.order.intnotes, wrap="soft", style="width: 350px; height: 150px") %]
@@ -189,7 +189,7 @@ default = SELF.order.payment_id, with_empty = 1, title_key = 'description', - style = 'width: 250px;') %]
[% 'Delivery Terms' | $T8 %]
@@ -230,7 +230,7 @@ - +
-- 2.20.1