X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/1df2efffbb760f0c7ad5e32e40807beadc227b80..53593baa211863fbf66540cf1bcc36c8fb37257f:/templates/webpages/am/list_warehouses.html diff --git a/templates/webpages/am/list_warehouses.html b/templates/webpages/am/list_warehouses.html index d4e0e0f74..b9677b354 100644 --- a/templates/webpages/am/list_warehouses.html +++ b/templates/webpages/am/list_warehouses.html @@ -1,18 +1,13 @@ [%- USE T8 %][% USE LxERP %][% USE L %] [% USE HTML %] - - - -
+[% saved_message %]
[% END %] -
![]() |
+ ![]() |
[% 'Description' | $T8 %] | [% 'Number of bins' | $T8 %] | [% 'Invalid' | $T8 %] | @@ -20,7 +15,7 @@ [% FOREACH warehouse = WAREHOUSES %]
|---|---|---|---|---|
![]() |
+ ![]() |
[% HTML.escape(warehouse.description) %] | [% HTML.escape(warehouse.number_of_bins) %] | [% IF warehouse.invalid %][% 'Yes' | $T8 %][% ELSE %][% 'No' | $T8 %][% END %] | @@ -29,17 +24,4 @@
-
- - [% L.sortable_element('#warehouse_list tbody', url => 'controller.pl?action=Warehouse/reorder', with => 'warehouse_id') %] - - -