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

(-)a/koha-tmpl/intranet-tmpl/prog/css/staff-global.css (+18 lines)
Lines 535-540 div.patroninfo ul li { Link Here
535
	list-style-type : none;
535
	list-style-type : none;
536
}
536
}
537
537
538
#patronbasics div {
539
    background: transparent url("../img/patron-blank.min.svg") 10px 5px no-repeat;
540
    border: 1px solid #CCCCCC;
541
    height: 125px;
542
    margin: .3em 0 .3em .3em;
543
    padding: 0;
544
    width: 105px;
545
}
546
547
#patronimage {
548
    border: 1px solid #CCCCCC;
549
    max-width : 140px;
550
    margin: .3em 0 .3em .3em;
551
    padding: .2em;
552
    width:auto !important;
553
    width:130px;
554
}
555
538
div.patronviews {
556
div.patronviews {
539
	border-right :  1px solid #000;
557
	border-right :  1px solid #000;
540
	border-top : 1px solid #000;
558
	border-top : 1px solid #000;
(-)a/koha-tmpl/intranet-tmpl/prog/en/includes/circ-menu.inc (-2 / +6 lines)
Lines 8-16 Link Here
8
<ul class="patronbriefinfo">
8
<ul class="patronbriefinfo">
9
    [% IF ( patronimages ) %]
9
    [% IF ( patronimages ) %]
10
        [% IF ( picture ) %]
10
        [% IF ( picture ) %]
11
            <li><img src="/cgi-bin/koha/members/patronimage.pl?borrowernumber=[% borrowernumber | uri %]" id="patronimage" alt="[% firstname | html %] [% surname | html %] ([% cardnumber | html %])" style="max-width : 140px; margin: .3em 0 .3em .3em; padding: .2em; border: 1px solid #CCCCCC; width:auto !important; width:130px;" /></li>
11
            <li>
12
                <img src="/cgi-bin/koha/members/patronimage.pl?borrowernumber=[% borrowernumber | uri %]" id="patronimage" alt="[% firstname | html %] [% surname | html %] ([% cardnumber | html %])" />
13
            </li>
12
        [% ELSE %]
14
        [% ELSE %]
13
            <li id="patronbasics"><img src="[% interface %]/[% theme %]/img/patron-blank.png" alt="[% firstname | html %] [% surname | html %] ([% cardnumber | html %])" style="margin: .3em 0 .3em .3em; padding: .2em; border: 1px solid #CCCCCC;" /></li>
15
            <li id="patronbasics">
16
                <div></div>
17
            </li>
14
        [% END %]
18
        [% END %]
15
    [% END %]
19
    [% END %]
16
    [% IF Koha.Preference( 'AddressFormat' ) %]
20
    [% IF Koha.Preference( 'AddressFormat' ) %]
(-)a/koha-tmpl/intranet-tmpl/prog/img/patron-blank.min.svg (+1 lines)
Line 0 Link Here
1
<svg xmlns="http://www.w3.org/2000/svg" width="85.187" height="125" display="block"><circle cx="42.593" cy="22.925" r="22.925" fill="#ccc" style="vector-effect:none"/><path fill="#ccc" d="M27.3 47.78C12.3 47.78.2 59.28 0 73.6V125h85.2V73.6h-.02c-.2-14.33-12.3-25.82-27.3-25.82z" style="vector-effect:none"/><path d="M36.76 105.66c-.12-2.64 2.94-4.65 5.32-3.53 2.6.96 3.18 4.83.96 6.5-1.97 1.73-5.44.7-6.12-1.84-.1-.36-.18-.8-.16-1.14zM40.9 65c3.56-.03 7.7 1.07 9.52 4.44 1.72 3.12 1.04 7.1-1.12 9.83-2.03 2.8-4.97 5.18-5.57 8.77-.57 2.7-.54 5.5-.57 8.24-1.75 0-3.5 0-5.26 0 .06-5.14.24-10.78 3.5-15.06 1.6-2.18 3.74-4.25 4.2-7.03.3-2.45-2.2-4.05-4.37-4.16-3.02-.35-6.1.97-8.12 3.2-.42-1.7-.84-3.4-1.27-5.1 2.42-2.2 5.98-3.04 9.07-3.14z"/></svg>

Return to bug 18419