X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=templates%2Fwebpages%2Fam%2Flist_price_factors.html;h=6b3757b3bcd35a5a893127c4af138b38283212ba;hb=c6b2257945060625bcb86fa7e2efd27c737480ff;hp=73c9f31305b05fce15d839c6c20df93b9aeca7bd;hpb=2d3f862b7af94f31860dd264eef7c1bc7de7eae2;p=kivitendo-erp.git diff --git a/templates/webpages/am/list_price_factors.html b/templates/webpages/am/list_price_factors.html index 73c9f3130..6b3757b3b 100644 --- a/templates/webpages/am/list_price_factors.html +++ b/templates/webpages/am/list_price_factors.html @@ -1,40 +1,36 @@ -[%- USE T8 %] -[% USE HTML %] +[%- USE T8 %][% USE L %][% USE LxERP %] +[% USE HTML %] [% IF MESSAGE %]

[% MESSAGE %]

[% END %]
[% title %]

- - - - - - +
[% 'Description' | $T8 %][% 'Factor' | $T8 %]
+ + + + + + - [% SET row_odd = '1' %][% FOREACH factor = PRICE_FACTORS %] - - - + + [% FOREACH factor = PRICE_FACTORS %] + + [% END %] +
[ LxERP.t8('reorder item') %][% 'Description' | $T8 %][% 'Factor' | $T8 %]
[% IF factor.previous_id %][% END %][% IF factor.next_id %][% END %]
[ 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') %]