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 <jcamins@cpbibliography.com> Signed-off-by: Paul Poulain <paul.poulain@biblibre.com> This fixes a bug caused by bug 6190 (removal of unwanted fields)
This commit is contained in:
parent
11efb334c2
commit
dacbb54a2f
1 changed files with 4 additions and 5 deletions
|
@ -328,7 +328,7 @@
|
|||
</ol>
|
||||
</fieldset>
|
||||
[% END # hide fieldset %]
|
||||
|
||||
|
||||
[% IF ( showguarantor ) %]<input type="hidden" id="guarantorid" name="guarantorid" value="[% guarantorid %]" />
|
||||
<fieldset class="rows">
|
||||
<legend>Guarantor Information</legend>
|
||||
|
@ -810,7 +810,7 @@
|
|||
</ol>
|
||||
</fieldset>
|
||||
[% 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 %]
|
||||
<fieldset class="rows" id="memberentry_altaddress">
|
||||
|
@ -1263,7 +1263,7 @@
|
|||
</li>
|
||||
</ol>
|
||||
</fieldset>
|
||||
[% END # hide fieldset %]
|
||||
[% END # hide fieldset %][% END %]
|
||||
<!--this zones are not necessary in modif mode -->
|
||||
[% UNLESS ( opadd ) %]
|
||||
<fieldset class="rows">
|
||||
|
@ -1333,7 +1333,7 @@
|
|||
</ol>
|
||||
</fieldset>
|
||||
|
||||
[% END %]
|
||||
[% END %]
|
||||
|
||||
[% END %]
|
||||
|
||||
|
@ -1476,7 +1476,6 @@
|
|||
[% INCLUDE 'members-menu.inc' %]
|
||||
</div>[% END %]
|
||||
[% END %]
|
||||
[% END %]
|
||||
</div>
|
||||
[% INCLUDE 'intranet-bottom.inc' %]
|
||||
|
||||
|
|
Loading…
Reference in a new issue