Bug 15400: Add class on patron brief info to allow hiding date of birth
authorKatrin Fischer <katrin.fischer.83@web.de>
Sun, 21 Jun 2020 16:41:04 +0000 (16:41 +0000)
committerJonathan Druart <jonathan.druart@bugs.koha-community.org>
Mon, 29 Jun 2020 10:37:02 +0000 (12:37 +0200)
This just makes a small addition by adding a class to the new
"Born:" entry in the patron brief information area to allow for hiding
it easily with css.

Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>

Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>

koha-tmpl/intranet-tmpl/prog/en/includes/circ-menu.inc

index 98a5d07..83f0c48 100644 (file)
@@ -52,7 +52,7 @@
             [% END %]
         [% END %]
         [% IF ( patron.dateofbirth ) %]
-            <li>
+            <li class="patrondateofbirth">
                 <span class="label">Born:</span>
                 [% INCLUDE 'patron-age.inc' %]
             </li>