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

(-)a/koha-tmpl/intranet-tmpl/prog/css/src/staff-global.scss (-1 / +28 lines)
Lines 371-377 form { Link Here
371
371
372
    &.confirm {
372
    &.confirm {
373
        display: block;
373
        display: block;
374
        text-align: center;
374
        font-size: 110%;
375
        line-height: 130%;
376
377
        ul {
378
            padding: 1em 0;
379
380
            li {
381
                list-style-type: none;
382
            }
383
        }
384
385
        .notification_method {
386
            background-color: #FFE;
387
            border: 1px solid #CCC;
388
            border-radius: 5px;
389
            display: inline-block;
390
            margin: .5em 0;
391
            padding: .1em .3em;
392
393
            &.none {
394
                background-color: #EEE;
395
            }
396
        }
397
398
        .hold-found-barcode {
399
            display: inline-block;
400
            font-size: 90%;
401
        }
375
    }
402
    }
376
}
403
}
377
404
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tt (-12 / +17 lines)
Lines 10-16 Link Here
10
[% SET footerjs = 1 %]
10
[% SET footerjs = 1 %]
11
[% BLOCK display_bormessagepref %]
11
[% BLOCK display_bormessagepref %]
12
    [% IF ( bormessagepref ) %]
12
    [% IF ( bormessagepref ) %]
13
        <li>Patron notification:
13
        <li class="notification_method">Patron notification:
14
            [% FOREACH mtt IN bormessagepref.keys %]
14
            [% FOREACH mtt IN bormessagepref.keys %]
15
                [%~ IF ( mtt == 'email' ) %] Email[% END ~%]
15
                [%~ IF ( mtt == 'email' ) %] Email[% END ~%]
16
                [%~ IF ( mtt == 'phone' ) %] Phone[% END ~%]
16
                [%~ IF ( mtt == 'phone' ) %] Phone[% END ~%]
Lines 19-25 Link Here
19
            [% END %]
19
            [% END %]
20
        </li>
20
        </li>
21
           [% ELSE %]
21
           [% ELSE %]
22
        <li>Patron is not notified.</li>
22
        <li class="notification_method none">Patron is not notified.</li>
23
    [% END %]
23
    [% END %]
24
[% END %]
24
[% END %]
25
25
Lines 268-276 Link Here
268
                    <h3>
268
                    <h3>
269
                        Hold found (item is already waiting):
269
                        Hold found (item is already waiting):
270
                        <br/>
270
                        <br/>
271
                        <a href="/cgi-bin/koha/catalogue/detail.pl?type=intra&amp;biblionumber=[% itembiblionumber | uri %]">
271
                        <a href="/cgi-bin/koha/catalogue/detail.pl?type=intra&amp;biblionumber=[% itembiblionumber | uri %]">[% title | html %]</a>
272
                            [% itembarcode | html %]: [% title | html %]
272
                        <div class="hold-found-barcode">
273
                        </a>
273
                            <a href="/cgi-bin/koha/catalogue/moredetail.pl?biblionumber=[% itembiblionumber | uri %]&amp;itemnumber=[% itemnumber | uri %]">[% itembarcode | html %]</a>
274
                        </div>
274
                    </h3>
275
                    </h3>
275
                </div>
276
                </div>
276
277
Lines 481-498 Link Here
481
                    <h3>
482
                    <h3>
482
                        Hold found:
483
                        Hold found:
483
                        <br/>
484
                        <br/>
484
                        <a href="/cgi-bin/koha/catalogue/detail.pl?type=intra&amp;biblionumber=[% itembiblionumber | uri %]">
485
                        <a href="/cgi-bin/koha/catalogue/detail.pl?type=intra&amp;biblionumber=[% itembiblionumber | uri %]">[% title | html %]</a>
485
                            [% itembarcode | html %]: [% title | html %]
486
                        <div class="hold-found-barcode">
486
                        </a>
487
                            (<a href="/cgi-bin/koha/catalogue/moredetail.pl?biblionumber=[% itembiblionumber | uri %]&amp;itemnumber=[% itemnumber | html %]">[% itembarcode | html %]</a>)
488
                        </div>
489
                    </h3>
487
                </div>
490
                </div>
488
491
489
                <div class="modal-body">
492
                <div class="modal-body">
490
                    [% IF ( reservenotes ) %]
493
                    [% IF ( reservenotes ) %]
491
                        <h4>Notes: [% reservenotes | html %]</h4>
494
                        <h4>Notes:</h4>
495
                        <p>[% reservenotes | html %]</p>
496
                        <hr />
492
                    [% END %]
497
                    [% END %]
493
                    <h5>Hold for:</h5>
498
                    <h5>Hold for:</h5>
499
                        <ul>
494
                        <li>
500
                        <li>
495
                            <td>[% INCLUDE 'patron-title.inc' patron=patron hide_patron_infos_if_needed=1 link_to="circulation_reserves" %]</td>
501
                            [% INCLUDE 'patron-title.inc' patron=patron hide_patron_infos_if_needed=1 link_to="circulation_reserves" %]
496
                            <span class="patron-category"> - [% patron.category.description | html %]</span>
502
                            <span class="patron-category"> - [% patron.category.description | html %]</span>
497
                        </li>
503
                        </li>
498
504
Lines 523-529 Link Here
523
                        [% IF ( patron.gonenoaddress ) %]
529
                        [% IF ( patron.gonenoaddress ) %]
524
                            <li class="error">Patron's address is in doubt</li>
530
                            <li class="error">Patron's address is in doubt</li>
525
                        [% END %]
531
                        [% END %]
526
532
                        </ul>
527
                    [% IF ( transfertodo ) %]
533
                    [% IF ( transfertodo ) %]
528
                        <h4><strong>Transfer to:</strong> [% Branches.GetName( destbranch ) | html %]</h4>
534
                        <h4><strong>Transfer to:</strong> [% Branches.GetName( destbranch ) | html %]</h4>
529
                    [% ELSE %]
535
                    [% ELSE %]
530
- 

Return to bug 23286