X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=templates%2Fwebpages%2Fam%2Flist_warehouses.html;h=b9677b35485578f4196def685871fafb3737c8cf;hb=51aa7d3ccc53449c3582bae461d567ff2203e964;hp=d4e0e0f74feb618bd291c0664a9d64884e764725;hpb=de0f9532013c861dae78aa01b9633284d1ceee7c;p=kivitendo-erp.git 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 %] - - - - +

[% title %]

[% IF saved_message %]

[% saved_message %]

[% END %] -
[% title %]
-

- + @@ -20,7 +15,7 @@ [% FOREACH warehouse = WAREHOUSES %] - + @@ -29,17 +24,4 @@
[ 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 %]

-
- -

-

- - - -
-

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