X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;ds=sidebyside;f=templates%2Fwebpages%2Fam%2Flist_warehouses.html;h=d6735d2d26f1d49fced2f4b183546e5630ed50ea;hb=c5d397d9b1c2e13dfdaf644fbd98cd41d00a2909;hp=0e3e103ab1d5c72e7d2b6ff47d165b09d7c93286;hpb=83542c806dc5c249bf640e344eaf3831cdf2f2ea;p=kivitendo-erp.git diff --git a/templates/webpages/am/list_warehouses.html b/templates/webpages/am/list_warehouses.html index 0e3e103ab..d6735d2d2 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 %] - + @@ -32,13 +27,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 %]