From dacbb54a2fc84ed0154241bdbc1ecace6997ae5c 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. Signed-off-by: Jared Camins-Esakov Signed-off-by: Paul Poulain This fixes a bug caused by bug 6190 (removal of unwanted fields) --- .../prog/en/modules/members/memberentrygen.tt | 9 ++++----- 1 file 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 7377ec6086..51a1ba1c9d 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' %] -- 2.39.2