X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/2d3f862b7af94f31860dd264eef7c1bc7de7eae2..1a0c73d30bcd5d1ceeeef5f84d94de466abf6fcc:/templates/webpages/am/list_warehouses.html 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 %]-
| - | - | [% 'Description' | $T8 %] | -[% 'Number of bins' | $T8 %] | -[% 'Invalid' | $T8 %] | +
![]() |
+ [% 'Description' | $T8 %] | +[% 'Number of bins' | $T8 %] | +[% 'Invalid' | $T8 %] |
|---|---|---|---|
[% IF warehouse.previous_id %] [% END %] |
- [% IF warehouse.next_id %] [% END %] |
+ [% FOREACH warehouse = WAREHOUSES %]
+ ||
![]() |
[% HTML.escape(warehouse.description) %] | [% HTML.escape(warehouse.number_of_bins) %] | [% IF warehouse.invalid %][% 'Yes' | $T8 %][% ELSE %][% 'No' | $T8 %][% END %] | @@ -37,5 +39,7 @@ + [% L.sortable_element('#warehouse_list tbody', url => 'controller.pl?action=Warehouse/reorder', with => 'warehouse_id') %] +