@@ -, +, @@ libary use heading. --- .../prog/en/modules/members/moremember.tt | 34 ++++++++++------------ 1 file changed, 15 insertions(+), 19 deletions(-) --- a/koha-tmpl/intranet-tmpl/prog/en/modules/members/moremember.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/members/moremember.tt @@ -400,31 +400,31 @@
    -
  1. +
  2. Card number: [% patron.cardnumber | html %]
  3. -
  4. +
  5. Borrowernumber: [% patron.borrowernumber | html %]
  6. -
  7. +
  8. Category: [% patron.category.description | html %] ([% patron.categorycode | html %])
  9. -
  10. +
  11. Registration date: [% patron.dateenrolled | $KohaDates %]
  12. [% IF ( patron.date_renewed ) %] -
  13. +
  14. Renewal date: [% patron.date_renewed | $KohaDates %]
  15. [% END %] -
  16. +
  17. Expiration date: [% IF ( was_renewed ) %] [% patron.dateexpiry | $KohaDates %] @@ -432,13 +432,13 @@ [% patron.dateexpiry | $KohaDates %] [% END %]
  18. -
  19. +
  20. Library: [% branchname | html %]
  21. [% IF ( OPACPrivacy ) %] -
  22. +
  23. Privacy Pref: [% IF ( privacy0 ) %]Forever[% END %] [% IF ( privacy1 ) %]Default[% END %] @@ -446,7 +446,7 @@
  24. [% END %] -
  25. +
  26. Show checkouts to guarantor [% IF privacy_guarantor_checkouts %] Yes @@ -456,22 +456,22 @@
  27. [% IF ( patron.sort1 ) %] -
  28. +
  29. Sort field 1: [% AuthorisedValues.GetByCode('Bsort1', patron.sort1) | html %]
  30. [% END %] [% IF ( patron.sort2 ) %] -
  31. +
  32. Sort field 2: [% AuthorisedValues.GetByCode('Bsort2', patron.sort2) | html %]
  33. [% END %] -
  34. +
  35. Username: [% patron.userid | html %]
  36. -
  37. +
  38. Password: [% IF ( patron.password ) %] ******* @@ -517,7 +517,7 @@
[% # /div.rows %] [% # /div#patron-library-details %] -
+
[% IF ( patron.B_phone || patron.B_email || patron.contactnote || patron.B_address || patron.B_address2 || patron.B_city || patron.B_zipcode || patron.B_country ) %]

Alternate address

@@ -557,7 +557,7 @@
[% ELSE %] -
+

Alternate address

Add
@@ -791,12 +791,8 @@
[% # /div#bd %] -[% END %]
Edit
-[% END %] -[% END %] - [% IF ( EnhancedMessagingPreferences ) %]
--