From 4151f7bb106d31d969f58f51834e74694e9183fc Mon Sep 17 00:00:00 2001 From: helene hickey Date: Wed, 16 Jan 2019 03:33:11 +0000 Subject: [PATCH] Bug 19818: Added appropriate id to all the list items under libary use heading. 1) Go to the patron details for a patron 2) On the right of the screen, right click one of the labels below 'Library use' etc, and Inspect Element 3) View
  • tags which should now each have a unique tag for each --- .../prog/en/modules/members/moremember.tt | 34 ++++++++++------------ 1 file changed, 15 insertions(+), 19 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/members/moremember.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/members/moremember.tt index 11467f276b..d49fecc66e 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/members/moremember.tt +++ b/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 %]
    -[% END %] -[% END %] - [% IF ( EnhancedMessagingPreferences ) %]
    -- 2.11.0