X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;ds=sidebyside;f=templates%2Fwebpages%2Fam%2Flist_price_factors.html;h=0f3c0135c802aa0c8e8070706ed09ef45b11e394;hb=345731a4ff5c1f84b755be776027ddd0407a97fa;hp=73c9f31305b05fce15d839c6c20df93b9aeca7bd;hpb=b61f5c3df68e3a3b4fb6a8a287172b0989215748;p=kivitendo-erp.git diff --git a/templates/webpages/am/list_price_factors.html b/templates/webpages/am/list_price_factors.html index 73c9f3130..0f3c0135c 100644 --- a/templates/webpages/am/list_price_factors.html +++ b/templates/webpages/am/list_price_factors.html @@ -1,27 +1,33 @@ -[%- 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) %]

@@ -36,5 +42,7 @@

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