X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/2d3f862b7af94f31860dd264eef7c1bc7de7eae2..53593baa211863fbf66540cf1bcc36c8fb37257f:/templates/webpages/am/list_warehouses.html diff --git a/templates/webpages/am/list_warehouses.html b/templates/webpages/am/list_warehouses.html index 843abe586..b9677b354 100644 --- a/templates/webpages/am/list_warehouses.html +++ b/templates/webpages/am/list_warehouses.html @@ -1,24 +1,21 @@ -[%- USE T8 %] -[% USE HTML %] +[%- USE T8 %][% USE LxERP %][% USE L %] +[% USE HTML %] +

[% title %]

[% 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 %] + + @@ -27,15 +24,4 @@
[%- 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 %]

-
- -

-

- - - -
-

- - - + [% L.sortable_element('#warehouse_list tbody', url => 'controller.pl?action=Warehouse/reorder', with => 'warehouse_id') %]