X-Git-Url: http://wagnertech.de/git?p=kivitendo-erp.git;a=blobdiff_plain;f=templates%2Fwebpages%2Fam%2Flist_price_factors.html;fp=templates%2Fwebpages%2Fam%2Flist_price_factors.html;h=0000000000000000000000000000000000000000;hp=bc2d0f58a79292264b18a708569598e410fd4ed2;hb=53593baa211863fbf66540cf1bcc36c8fb37257f;hpb=deb4d2dbb676d7d6f69dfe7815d6e0cb09bd4a44 diff --git a/templates/webpages/am/list_price_factors.html b/templates/webpages/am/list_price_factors.html deleted file mode 100644 index bc2d0f58a..000000000 --- a/templates/webpages/am/list_price_factors.html +++ /dev/null @@ -1,36 +0,0 @@ -[%- USE T8 %][% USE L %][% USE LxERP %] -[% USE HTML %] -

[% title %]

- - [% IF MESSAGE %]

[% MESSAGE %]

[% END %] - - -

- - - - - - - - - - - [% FOREACH factor = PRICE_FACTORS %] - - - - - - [% END %] - -
[%- LxERP.t8('reorder item') %][% 'Description' | $T8 %][% 'Factor' | $T8 %]
[%- LxERP.t8('reorder item') %][% HTML.escape(factor.description) %][% HTML.escape(factor.factor) %]
-

- -
- -

- [%- 'Add' | $T8 %] -

- - [% L.sortable_element('#price_factor_list tbody', url => 'controller.pl?action=PriceFactor/reorder', with => 'price_factor_id') %]