X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=templates%2Fwebpages%2Fam%2Flist_warehouses.html;h=958913a087e485850451071f2b0b19763c1b6472;hb=9c0ec2622da20eb96c8b4bbd98a8cce47cb8a6ee;hp=843abe58657a65f7c58cb485312fd53121980c9f;hpb=b61f5c3df68e3a3b4fb6a8a287172b0989215748;p=kivitendo-erp.git diff --git a/templates/webpages/am/list_warehouses.html b/templates/webpages/am/list_warehouses.html index 843abe586..958913a08 100644 --- a/templates/webpages/am/list_warehouses.html +++ b/templates/webpages/am/list_warehouses.html @@ -1,24 +1,22 @@ -[%- USE T8 %] -[% USE HTML %] +[%- USE T8 %][% USE LxERP %][% USE L %] +[% USE HTML %] [% IF saved_message %]

[% saved_message %]

[% END %]
[% title %]

- - - - - - - +
[% 'Description' | $T8 %][% 'Number of bins' | $T8 %][% 'Invalid' | $T8 %]
+ + + + + - [% SET row_odd = '1' %][% FOREACH warehouse = WAREHOUSES %] - - - + [% FOREACH warehouse = WAREHOUSES %] + + @@ -30,12 +28,7 @@

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

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