Bugzilla – Attachment 110750 Details for
Bug 26534
Add a Font Awesome icon to help identify staff patrons
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 26534: (follow-up) Only center when using patronimages
Bug-26534-follow-up-Only-center-when-using-patroni.patch (text/plain), 1.86 KB, created by
Martin Renvoize (ashimema)
on 2020-09-25 11:50:24 UTC
(
hide
)
Description:
Bug 26534: (follow-up) Only center when using patronimages
Filename:
MIME Type:
Creator:
Martin Renvoize (ashimema)
Created:
2020-09-25 11:50:24 UTC
Size:
1.86 KB
patch
obsolete
>From 5bd88d1921e64231ae22932d7a5a20c3d40d4eb8 Mon Sep 17 00:00:00 2001 >From: Martin Renvoize <martin.renvoize@ptfs-europe.com> >Date: Fri, 25 Sep 2020 12:48:30 +0100 >Subject: [PATCH] Bug 26534: (follow-up) Only center when using patronimages > >I felt the change to always center the user title worked well when >patronimages was enabled, but not so well when it was not (it looked >strange without a background for non-staff users). >--- > koha-tmpl/intranet-tmpl/prog/css/src/staff-global.scss | 5 ++++- > koha-tmpl/intranet-tmpl/prog/en/includes/circ-menu.inc | 2 +- > 2 files changed, 5 insertions(+), 2 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/css/src/staff-global.scss b/koha-tmpl/intranet-tmpl/prog/css/src/staff-global.scss >index b5285b7907..8b22608898 100644 >--- a/koha-tmpl/intranet-tmpl/prog/css/src/staff-global.scss >+++ b/koha-tmpl/intranet-tmpl/prog/css/src/staff-global.scss >@@ -1381,7 +1381,6 @@ dd { > margin-top: -.5em; > > h5 { >- text-align: center; > border-right: 1px solid #B9D8D9; > margin-bottom: 0; > padding-bottom: .5em; >@@ -1391,6 +1390,10 @@ dd { > &:empty { > border-right: 0; > } >+ >+ &.center { >+ text-align: center; >+ } > } > > ul { >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 ec23e4f3b4..c5b78aaf75 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/includes/circ-menu.inc >+++ b/koha-tmpl/intranet-tmpl/prog/en/includes/circ-menu.inc >@@ -5,7 +5,7 @@ > [% SET patrongrade = ( patron.has_permission({ 'catalogue' => 1 }) ) ? 'staffgrade' : 'normalgrade' %] > <div class="patroninfo [% patrongrade | html %]"> > >-<h5> >+<h5[% IF patronimages %] class="center"[% END %]> > [% IF ( patrongrade == 'staffgrade' ) %] > <i class="fa fa-shield" title="Staff patron"></i> > [% END %] >-- >2.20.1
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 26534
:
110717
|
110718
|
110738
|
110739
|
110749
|
110750
|
110753
|
110754
|
110960
|
110972
|
110995
|
111185
|
111186
|
111187
|
111188
|
111189
|
111648
|
111649
|
111650
|
111651
|
111652
|
111685