View | Details | Raw Unified | Return to bug 26534
Collapse All | Expand All

(-)a/koha-tmpl/intranet-tmpl/prog/css/src/staff-global.scss (-1 / +4 lines)
Lines 1381-1387 dd { Link Here
1381
    margin-top: -.5em;
1381
    margin-top: -.5em;
1382
1382
1383
    h5 {
1383
    h5 {
1384
        text-align: center;
1385
        border-right: 1px solid #B9D8D9;
1384
        border-right: 1px solid #B9D8D9;
1386
        margin-bottom: 0;
1385
        margin-bottom: 0;
1387
        padding-bottom: .5em;
1386
        padding-bottom: .5em;
Lines 1391-1396 dd { Link Here
1391
        &:empty {
1390
        &:empty {
1392
            border-right: 0;
1391
            border-right: 0;
1393
        }
1392
        }
1393
1394
        &.center {
1395
            text-align: center;
1396
        }
1394
    }
1397
    }
1395
1398
1396
    ul {
1399
    ul {
(-)a/koha-tmpl/intranet-tmpl/prog/en/includes/circ-menu.inc (-2 / +1 lines)
Lines 5-11 Link Here
5
[% SET patrongrade = ( patron.has_permission({ 'catalogue' => 1 }) ) ? 'staffgrade' : 'normalgrade' %]
5
[% SET patrongrade = ( patron.has_permission({ 'catalogue' => 1 }) ) ? 'staffgrade' : 'normalgrade' %]
6
<div class="patroninfo [% patrongrade | html %]">
6
<div class="patroninfo [% patrongrade | html %]">
7
7
8
<h5>
8
<h5[% IF patronimages %] class="center"[% END %]>
9
    [% IF ( patrongrade == 'staffgrade' ) %]
9
    [% IF ( patrongrade == 'staffgrade' ) %]
10
        <i class="fa fa-shield" title="Staff patron"></i>
10
        <i class="fa fa-shield" title="Staff patron"></i>
11
    [% END %]
11
    [% END %]
12
- 

Return to bug 26534