From 108f7a8c7ba3137f0e0bcf5142b0269dd25b1115 Mon Sep 17 00:00:00 2001 From: "G. Richardson" Date: Tue, 20 Dec 2016 10:39:03 +0100 Subject: [PATCH] Alte Partsgroup Templates entfernt --- templates/webpages/pe/partsgroup_form.html | 41 ------------------- templates/webpages/pe/partsgroup_report.html | 35 ---------------- templates/webpages/pe/search.html | 43 -------------------- 3 files changed, 119 deletions(-) delete mode 100644 templates/webpages/pe/partsgroup_form.html delete mode 100644 templates/webpages/pe/partsgroup_report.html delete mode 100644 templates/webpages/pe/search.html diff --git a/templates/webpages/pe/partsgroup_form.html b/templates/webpages/pe/partsgroup_form.html deleted file mode 100644 index 6e5a08530..000000000 --- a/templates/webpages/pe/partsgroup_form.html +++ /dev/null @@ -1,41 +0,0 @@ -[%- USE L %] -[%- USE T8 %] -[%- USE HTML %] -

[% title %]

-[% L.javascript_tag('show_history.js') %] - -
- - - - - - - - - - - -
- - - - - -
[% 'Partsgroup' | $T8 %]
-

- -
- - - -[%- IF id && orphaned %] - -[%- END %] - -[%- IF ( id ) %] - -[%- END %] - -
- diff --git a/templates/webpages/pe/partsgroup_report.html b/templates/webpages/pe/partsgroup_report.html deleted file mode 100644 index e960b81af..000000000 --- a/templates/webpages/pe/partsgroup_report.html +++ /dev/null @@ -1,35 +0,0 @@ -[%- USE HTML %] -[%- USE T8 %] -

[% 'Groups' | $T8 %]

- - - - - - - - - - - -
[% option %]
- - - - -[%- FOREACH row = item_list %] - - - -[%- END %] -
[% 'Partsgroup' | $T8 %]
[% row.partsgroup %]
-

- -
-
- - - -
- - diff --git a/templates/webpages/pe/search.html b/templates/webpages/pe/search.html deleted file mode 100644 index db7e51df9..000000000 --- a/templates/webpages/pe/search.html +++ /dev/null @@ -1,43 +0,0 @@ -[%- USE T8 %] -[%- USE LxERP %] -[%- USE HTML %] -

[% is_pricegroup ? LxERP.t8('Pricegroup') : LxERP.t8('Groups') %]

- -
- - - - - - - - - - - -
- - -[%- IF is_pricegroup %] - - -[%- ELSE %] - - -[%- END %] - - - - - -
[% 'Pricegroup' | $T8 %][% 'Partsgroup' | $T8 %]
[% 'All' | $T8 %] - [% 'Orphaned' | $T8 %]
-

- - - -
- -| -[%- LxERP.t8('Add') %] -
-- 2.20.1