From 879b6f45a55789560348b4828717101db9aea63f Mon Sep 17 00:00:00 2001 From: Katrin Fischer Date: Sun, 19 Feb 2012 17:48:49 +0100 Subject: [PATCH] Bug 7559: Edit links for patron attributes and message preferences broken Edit links below sections for patron attributes and enhanced messaging preferences are broken and the page is empty except for the heading. To test: 1) Verify all edit links on the page lead to the correct sections of the patron empty record. 2) Verify the edit link from the toolbar still works correctly. --- .../prog/en/modules/members/memberentrygen.tt | 9 ++++----- 1 files changed, 4 insertions(+), 5 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/members/memberentrygen.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/members/memberentrygen.tt index 7377ec6..51a1ba1 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/members/memberentrygen.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/members/memberentrygen.tt @@ -328,7 +328,7 @@ [% END # hide fieldset %] - + [% IF ( showguarantor ) %]
Guarantor Information @@ -810,7 +810,7 @@
[% END # UNLESS noB_address && noB_city && noB_state && noB_phone && noB_email %] -[% END %] +[% END %] [% IF ( step_2 ) %] [% UNLESS noaltcontactsurname && noaltcontactfirstname && noaltcontactaddress1 && noaltcontactaddress2 && noaltcontactaddress3 && noaltcontactstate && noaltcontactzipcode && noaltcontactcountry && noaltcontactphone %]
@@ -1263,7 +1263,7 @@
- [% END # hide fieldset %] + [% END # hide fieldset %][% END %] [% UNLESS ( opadd ) %]
@@ -1333,7 +1333,7 @@
- [% END %] + [% END %] [% END %] @@ -1476,7 +1476,6 @@ [% INCLUDE 'members-menu.inc' %] [% END %] [% END %] -[% END %] [% INCLUDE 'intranet-bottom.inc' %] -- 1.7.5.4