From 13a8363eec7bf4c226ed23e96722e3cf5de494ed Mon Sep 17 00:00:00 2001 From: Moritz Bunkus Date: Fri, 25 Jan 2008 07:59:23 +0000 Subject: [PATCH] =?utf8?q?HTML-Code=20aufger=C3=A4umt,=20Attribute=20gequo?= =?utf8?q?tet,=20HTML-Sonderzeichen=20in=20Werten=20escapet.?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- templates/webpages/ic/choice_de.html | 54 ++++++++++--------- templates/webpages/ic/choice_master.html | 54 ++++++++++--------- .../webpages/ic/confirm_price_update_de.html | 22 ++++---- .../ic/confirm_price_update_master.html | 22 ++++---- 4 files changed, 84 insertions(+), 68 deletions(-) diff --git a/templates/webpages/ic/choice_de.html b/templates/webpages/ic/choice_de.html index d7a9b9460..ecb465726 100644 --- a/templates/webpages/ic/choice_de.html +++ b/templates/webpages/ic/choice_de.html @@ -2,33 +2,37 @@ [%- USE LxERP %] -
+ -[%- FOREACH row = HIDDENS %] - -[%- END %] + [%- FOREACH row = HIDDENS %] + + [%- END %] - - - - - - - - - -
ArtikelnummerArtikelbeschreibung
-
+

+ + + + + + + + + +
ArtikelnummerArtikelbeschreibung
+

-[%- FOREACH row = PARTS %] - - - - - -[%- END %] + [%- FOREACH row = PARTS %] + + + + + + [%- END %] -
+

+ +

+ - - + + diff --git a/templates/webpages/ic/choice_master.html b/templates/webpages/ic/choice_master.html index fa0e0312f..434d6976d 100644 --- a/templates/webpages/ic/choice_master.html +++ b/templates/webpages/ic/choice_master.html @@ -2,33 +2,37 @@ [%- USE LxERP %] -
+ -[%- FOREACH row = HIDDENS %] - -[%- END %] + [%- FOREACH row = HIDDENS %] + + [%- END %] - - - - - - - - - -
Part NumberPart Description
-
+

+ + + + + + + + + +
Part NumberPart Description
+

-[%- FOREACH row = PARTS %] - - - - - -[%- END %] + [%- FOREACH row = PARTS %] + + + + + + [%- END %] -
+

+ +

+ - - + + diff --git a/templates/webpages/ic/confirm_price_update_de.html b/templates/webpages/ic/confirm_price_update_de.html index 6e9edc441..75fd49a15 100644 --- a/templates/webpages/ic/confirm_price_update_de.html +++ b/templates/webpages/ic/confirm_price_update_de.html @@ -2,17 +2,21 @@ [%- USE LxERP %] -
+ -[%- FOREACH row = HIDDENS %] - -[%- END %] + [%- FOREACH row = HIDDENS %] + + [%- END %] -

Bestätigen Sie!

+

Bestätigen Sie!

-

Sind Sie sicher, dass Sie die Preise +

Sind Sie sicher, dass Sie die Preise aktualisieren wollen?

-

- -

+

+ + +

+ + + diff --git a/templates/webpages/ic/confirm_price_update_master.html b/templates/webpages/ic/confirm_price_update_master.html index b9e86cfbf..afbecf331 100644 --- a/templates/webpages/ic/confirm_price_update_master.html +++ b/templates/webpages/ic/confirm_price_update_master.html @@ -2,16 +2,20 @@ [%- USE LxERP %] -
+ -[%- FOREACH row = HIDDENS %] - -[%- END %] + [%- FOREACH row = HIDDENS %] + + [%- END %] -

Confirm!

+

Confirm!

-

Are you sure you want to update the prices

+

Are you sure you want to update the prices

-

- -

+

+ + +

+ + + -- 2.20.1