X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=templates%2Fwebpages%2Fam%2Flist_warehouses.html;h=d6735d2d26f1d49fced2f4b183546e5630ed50ea;hb=6ebacae90e52d35ce729638490a015060f12fee3;hp=958913a087e485850451071f2b0b19763c1b6472;hpb=41b9f5c7c8067d67326c83e2d26df0898bc279ca;p=kivitendo-erp.git diff --git a/templates/webpages/am/list_warehouses.html b/templates/webpages/am/list_warehouses.html index 958913a08..d6735d2d2 100644 --- a/templates/webpages/am/list_warehouses.html +++ b/templates/webpages/am/list_warehouses.html @@ -1,14 +1,13 @@ [%- USE T8 %][% USE LxERP %][% USE L %] [% USE HTML %] +

[% title %]

[% IF saved_message %]

[% saved_message %]

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

- + @@ -16,7 +15,7 @@ [% FOREACH warehouse = WAREHOUSES %] - +
[ 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 %]