X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=templates%2Fwebpages%2Fam%2Flist_price_factors.html;h=bc2d0f58a79292264b18a708569598e410fd4ed2;hb=c8baba6bafe694a734c59c463ae5382d536b6622;hp=4c81bbb11a0ab2df4f5460d8efa74307acf6dab1;hpb=8893354909b940b99cb05e85e1964bfc5e805baa;p=kivitendo-erp.git diff --git a/templates/webpages/am/list_price_factors.html b/templates/webpages/am/list_price_factors.html index 4c81bbb11..bc2d0f58a 100644 --- a/templates/webpages/am/list_price_factors.html +++ b/templates/webpages/am/list_price_factors.html @@ -1,44 +1,36 @@ [%- USE T8 %][% USE L %][% USE LxERP %] [% USE HTML %] - - - - +

[% title %]

[% IF MESSAGE %]

[% MESSAGE %]

[% END %] -
[% title %]

+ - + + + [% FOREACH factor = PRICE_FACTORS %] - + [% END %] +
[ LxERP.t8('reorder item') %][%- LxERP.t8('reorder item') %] [% 'Description' | $T8 %] [% 'Factor' | $T8 %]
[ LxERP.t8('reorder item') %][%- 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') %] - - - + [% L.sortable_element('#price_factor_list tbody', url => 'controller.pl?action=PriceFactor/reorder', with => 'price_factor_id') %]