X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=templates%2Fwebpages%2Fam%2Fedit_warehouse.html;h=f7731d308e3dbf089a0c73b951aed995eefe82ed;hb=53593baa211863fbf66540cf1bcc36c8fb37257f;hp=7fe16fca8969c1cf4a20328d80ac50ac6ba0c2cf;hpb=83542c806dc5c249bf640e344eaf3831cdf2f2ea;p=kivitendo-erp.git diff --git a/templates/webpages/am/edit_warehouse.html b/templates/webpages/am/edit_warehouse.html index 7fe16fca8..f7731d308 100644 --- a/templates/webpages/am/edit_warehouse.html +++ b/templates/webpages/am/edit_warehouse.html @@ -1,25 +1,23 @@ [%- USE T8 %] [%- USE HTML %] - +

[% IF id %][% 'Edit Warehouse' | $T8 %][% ELSE %][% 'Add Warehouse' | $T8 %][% END %]

[% IF saved_message %]

[% saved_message %]

[% END %] -
+ -
[% IF id %][% 'Edit Warehouse' | $T8 %][% ELSE %][% 'Add Warehouse' | $T8 %][% END %]
- @@ -39,74 +37,4 @@
[% 'Description' | $T8 %] - +
- -

- - [%- IF id %][%- UNLESS in_use %] - - [%- END %][%- END %] -

-
- - [% IF id %] - -
- -
[% 'Edit Bins' | $T8 %]
- - [% UNLESS BINS.size %] -

[% 'No bins have been added to this warehouse yet.' | $T8 %]

- - [% ELSE %] - -

- [%- 'Bins that have been used in the past cannot be deleted anymore. For these bins there\'s no checkbox in the "Delete" column.' | $T8 %] -

- -
- - - - - - - - - - - - [%- SET row_odd = '1' %] - [%- USE bin_it = Iterator(BINS) %] - [%- FOREACH bin = bin_it %] - [%- IF row_odd %] - - [%- END %] - - - - - [%- SET end_tr = '0' %] - [%- UNLESS row_odd %][%- SET end_tr = '1' %][%- END %] - [%- IF bin_it.last %][%- SET end_tr = '1' %][%- END %] - [%- IF end_tr %] - - [%- END %] - - [%- IF row_odd %][% SET row_odd = '0' %][% ELSE %][% SET row_odd = '1' %][% END %] - [%- END %] -
[% 'Delete' | $T8 %][% 'Description' | $T8 %][% 'Delete' | $T8 %][% 'Description' | $T8 %]
[% IF bin.in_use %] [% ELSE %][% END %] - - -
- - - -

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