From ad9ddf1a2bba7c566f37557ab11867362d11f49e Mon Sep 17 00:00:00 2001 From: Martin Renvoize 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). Signed-off-by: David Nind Signed-off-by: Katrin Fischer --- .../intranet-tmpl/prog/css/src/staff-global.scss | 3 +- .../intranet-tmpl/prog/en/includes/circ-menu.inc | 33 +++++++++++++--------- 2 files changed, 21 insertions(+), 15 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 5326a464f4..60cf510a5f 100644 --- a/koha-tmpl/intranet-tmpl/prog/css/src/staff-global.scss +++ b/koha-tmpl/intranet-tmpl/prog/css/src/staff-global.scss @@ -1380,11 +1380,10 @@ dd { margin-top: -.5em; h5 { - text-align: center; border-right: 1px solid #B9D8D9; margin-bottom: 0; padding-bottom: .5em; - padding-left: -.5em; + padding-left: 0em; padding-top: .5em; &:empty { 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..ef7e5d0ce0 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/includes/circ-menu.inc +++ b/koha-tmpl/intranet-tmpl/prog/en/includes/circ-menu.inc @@ -5,20 +5,14 @@ [% SET patrongrade = ( patron.has_permission({ 'catalogue' => 1 }) ) ? 'staffgrade' : 'normalgrade' %]
-
- [% IF ( patrongrade == 'staffgrade' ) %] - - [% END %] - [% INCLUDE 'patron-title.inc' %] -
- -[% IF Koha.Preference('showLastPatron') %] - - - -[% END %] - [% IF ( patronimages ) %] +
+ [% IF ( patrongrade == 'staffgrade' ) %] + + [% END %] + [% INCLUDE 'patron-title.inc' %] +
+
[% IF ( patron.image ) %] @@ -34,6 +28,19 @@ [% END %]
+[% ELSE %] +
+ [% IF ( patrongrade == 'staffgrade' ) %] + + [% END %] + [% INCLUDE 'patron-title.inc' %] +
+[% END %] + +[% IF Koha.Preference('showLastPatron') %] + + + [% END %]
    -- 2.11.0