X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=templates%2Fwebpages%2Fam%2Flist_warehouses.html;h=d4e0e0f74feb618bd291c0664a9d64884e764725;hb=36da77056776b6a84470fe7a3665077943f846b9;hp=843abe58657a65f7c58cb485312fd53121980c9f;hpb=2d3f862b7af94f31860dd264eef7c1bc7de7eae2;p=kivitendo-erp.git diff --git a/templates/webpages/am/list_warehouses.html b/templates/webpages/am/list_warehouses.html index 843abe586..d4e0e0f74 100644 --- a/templates/webpages/am/list_warehouses.html +++ b/templates/webpages/am/list_warehouses.html @@ -1,24 +1,26 @@ -[%- USE T8 %] -[% USE HTML %] +[%- USE T8 %][% USE LxERP %][% USE L %] +[% USE HTML %] + + + + [% IF saved_message %]

[% saved_message %]

[% END %]
[% title %]

- - - - - - - +
[% 'Description' | $T8 %][% 'Number of bins' | $T8 %][% 'Invalid' | $T8 %]
+ + + + + - [% SET row_odd = '1' %][% FOREACH warehouse = WAREHOUSES %] - - - + [% FOREACH warehouse = WAREHOUSES %] + + @@ -37,5 +39,7 @@

+ [% L.sortable_element('#warehouse_list tbody', url => 'controller.pl?action=Warehouse/reorder', with => 'warehouse_id') %] +
[ LxERP.t8('reorder item') %][% 'Description' | $T8 %][% 'Number of bins' | $T8 %][% 'Invalid' | $T8 %]
[% IF warehouse.previous_id %][% END %][% IF warehouse.next_id %][% END %]
[ LxERP.t8('reorder item') %] [% HTML.escape(warehouse.description) %] [% HTML.escape(warehouse.number_of_bins) %] [% IF warehouse.invalid %][% 'Yes' | $T8 %][% ELSE %][% 'No' | $T8 %][% END %]