@@ -, +, @@ toggler class from form, improve look and layout of action buttons. --- .../prog/en/modules/members/housebound.tt | 43 +++++++++------------- 1 file changed, 17 insertions(+), 26 deletions(-) --- a/koha-tmpl/intranet-tmpl/prog/en/modules/members/housebound.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/members/housebound.tt @@ -200,7 +200,7 @@ [% ELSIF ( method == 'visit_update_or_create' ) %]

Manage housebound deliveries

-
[% IF ( visit ) %] @@ -322,17 +322,6 @@ [% ELSIF ( housebound_profile ) %] -
- -
  1. @@ -381,20 +370,14 @@ [% housebound_profile.notes %]
+
-

Deliveries

-
- -
+

Deliveries

[% housebound_visits = housebound_profile.housebound_visits %] [% IF housebound_visits.size > 0 %] @@ -416,11 +399,13 @@ @@ -428,6 +413,12 @@ [% END %]
- + Edit | - + Delete
[% END %] +
[% END %] --