X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=templates%2Fwebpages%2Fam%2Flist_warehouses.html;h=dde162cbf4c6683733e953a98afa01a9b61e45a4;hb=ce213a0a7c307cd46c4aff6eb72cbdc5da6753b7;hp=d4e0e0f74feb618bd291c0664a9d64884e764725;hpb=1df2efffbb760f0c7ad5e32e40807beadc227b80;p=kivitendo-erp.git diff --git a/templates/webpages/am/list_warehouses.html b/templates/webpages/am/list_warehouses.html index d4e0e0f74..dde162cbf 100644 --- a/templates/webpages/am/list_warehouses.html +++ b/templates/webpages/am/list_warehouses.html @@ -1,10 +1,6 @@ [%- USE T8 %][% USE LxERP %][% USE L %] [% USE HTML %] - - - - [% IF saved_message %]

[% saved_message %]

[% END %]
[% title %]
@@ -12,7 +8,7 @@

- + @@ -20,7 +16,7 @@ [% FOREACH warehouse = WAREHOUSES %] - + @@ -32,14 +28,7 @@

-
- - - - + [%- 'Add' | $T8 %]

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