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