[Koha-bugs] [Bug 24710] patron-title.inc should have seperate span classes for firstname, othername, surname

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Mar 3 22:21:02 CET 2020


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24710

Lucas Gass <lucas at bywatersolutions.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #99683|0                           |1
        is obsolete|                            |

--- Comment #9 from Lucas Gass <lucas at bywatersolutions.com> ---
Created attachment 100078
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=100078&action=edit
Bug 24710: patron-title.inc should have seperate span classes for names

This patch adds some <span> elements with classes to patron-title.inc for both
the staff client and OPAC
TEST PLAN:
1. Have a patron with a firstname, surname, and othername and title
2. Apply patch
3. There should be no visible changes but if you inscept each element you
should see seperate elements with clases.
4. Add each of these to IntranetUserCSS  to make sure it hides that element
(this effects patroninfo section AND breadcrumbs)
    .patron-firstname {display: none;}
    .patron-othernames {display:none};
    .patron-surname{display:none}
    .patron-title{display:none}
5. On the OPAC navigate to /cgi-bin/koha/opac-user.pl and check the names by
adding the same CSS to OPACUserCSS
6. Sign-off

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list