Bugzilla – Attachment 106140 Details for
Bug 15400
Display patron age in useful places in the staff interface
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 15400: Add class on patron brief info to allow hiding date of birth
Bug-15400-Add-class-on-patron-brief-info-to-allow-.patch (text/plain), 1.12 KB, created by
Katrin Fischer
on 2020-06-21 16:43:13 UTC
(
hide
)
Description:
Bug 15400: Add class on patron brief info to allow hiding date of birth
Filename:
MIME Type:
Creator:
Katrin Fischer
Created:
2020-06-21 16:43:13 UTC
Size:
1.12 KB
patch
obsolete
>From 756f3aac90bf010ddee40bdbf917b72e82fed4d3 Mon Sep 17 00:00:00 2001 >From: Katrin Fischer <katrin.fischer.83@web.de> >Date: Sun, 21 Jun 2020 16:41:04 +0000 >Subject: [PATCH] Bug 15400: Add class on patron brief info to allow hiding > date of birth > >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> >--- > koha-tmpl/intranet-tmpl/prog/en/includes/circ-menu.inc | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/circ-menu.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/circ-menu.inc >index e24d3e39bc..0a321a8e87 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/includes/circ-menu.inc >+++ b/koha-tmpl/intranet-tmpl/prog/en/includes/circ-menu.inc >@@ -55,7 +55,7 @@ > [% END %] > [% END %] > [% IF ( patron.dateofbirth ) %] >- <li> >+ <li class="patrondateofbirth"> > <span class="label">Born:</span> > [% INCLUDE 'patron-age.inc' %] > </li> >-- >2.11.0
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 15400
:
45882
|
46935
|
81892
|
82714
|
85432
|
85479
|
85494
|
85495
|
85496
|
85497
|
86457
|
86458
|
86459
|
86460
|
88274
|
88275
|
88276
|
88277
|
88278
|
88845
|
88846
|
88977
|
88978
|
88979
|
88980
|
88981
|
100047
|
100048
|
100049
|
100050
|
100051
|
100065
|
100066
|
100067
|
100068
|
100069
|
100118
|
103373
|
106133
|
106134
|
106135
|
106136
|
106137
|
106138
|
106139
| 106140 |
106307