[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
Thu Feb 27 05:59:00 CET 2020


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

ByWater Sandboxes <bws.sandboxes at gmail.com> changed:

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

--- Comment #7 from ByWater Sandboxes <bws.sandboxes at gmail.com> ---
Created attachment 99683
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=99683&action=edit
Bug 24710: Add span classes to patron first/other/sur names

This patch adds some <span> elements with classes to patron-title.inc
TEST PLAN:
1. Have a patron with a title, firstname, surname, and othername
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)
    .firstname {display: none;}
    .othernames {display:none};
    .surname{display:none;}
    .title{display:none;}
5. Sign-off

Signed-off-by: George Williams <georgew at nekls.org>

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


More information about the Koha-bugs mailing list