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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/reserve/request.tt (-7 / +6 lines)
Lines 103-116 Link Here
103
            [% UNLESS club OR patron OR patron.borrowernumber OR noitems %]
103
            [% UNLESS club OR patron OR patron.borrowernumber OR noitems %]
104
                [% IF ( messageborrower ) %]
104
                [% IF ( messageborrower ) %]
105
                    <div class="dialog alert">
105
                    <div class="dialog alert">
106
                        <h3>Patron not found</h3>
106
                        <h2>Patron not found</h2>
107
                        <p>No patron with this name, please, try another</p>
107
                        <p>No patron with this name, please, try another</p>
108
                    </div>
108
                    </div>
109
                [% END %]
109
                [% END %]
110
110
111
                [% IF ( messageclub ) %]
111
                [% IF ( messageclub ) %]
112
                    <div class="dialog alert">
112
                    <div class="dialog alert">
113
                        <h3>Club not found</h3>
113
                        <h2>Club not found</h2>
114
                        <p>No club with this name, please, try another</p>
114
                        <p>No club with this name, please, try another</p>
115
                    </div>
115
                    </div>
116
                [% END %]
116
                [% END %]
Lines 338-344 Link Here
338
                    <div class="dialog alert">
338
                    <div class="dialog alert">
339
339
340
                        [% UNLESS ( multi_hold ) %]
340
                        [% UNLESS ( multi_hold ) %]
341
                            <h3>Cannot place hold</h3>
341
                            <h2>Cannot place hold</h2>
342
                            <ul>
342
                            <ul>
343
                                [% IF ( no_reserves_allowed ) %]
343
                                [% IF ( no_reserves_allowed ) %]
344
                                    <li><strong>No holds allowed: </strong> <a href="/cgi-bin/koha/members/moremember.pl?borrowernumber=[% patron.borrowernumber | uri %]">[% patron.firstname | html %] [% patron.surname | html %] </a> cannot place a hold on any of these items.</li>
344
                                    <li><strong>No holds allowed: </strong> <a href="/cgi-bin/koha/members/moremember.pl?borrowernumber=[% patron.borrowernumber | uri %]">[% patron.firstname | html %] [% patron.surname | html %] </a> cannot place a hold on any of these items.</li>
Lines 359-365 Link Here
359
                                [% END # /IF exceeded_maxreserves %]
359
                                [% END # /IF exceeded_maxreserves %]
360
                            </ul>
360
                            </ul>
361
                        [% ELSE # UNLESS multi_hold %]
361
                        [% ELSE # UNLESS multi_hold %]
362
                            <h3>Cannot place hold on some items</h3>
362
                            <h2>Cannot place hold on some items</h2>
363
                            [% IF (no_reserves_allowed ) %]
363
                            [% IF (no_reserves_allowed ) %]
364
                                <li><strong>No holds allowed: </strong> <a href="/cgi-bin/koha/members/moremember.pl?borrowernumber=[% patron.borrowernumber | uri %]">[% patron.firstname | html %] [% patron.surname | html %] </a> cannot place holds on some of these title's items.</li>
364
                                <li><strong>No holds allowed: </strong> <a href="/cgi-bin/koha/members/moremember.pl?borrowernumber=[% patron.borrowernumber | uri %]">[% patron.firstname | html %] [% patron.surname | html %] </a> cannot place holds on some of these title's items.</li>
365
                            [% ELSIF ( exceeded_maxreserves ) %]
365
                            [% ELSIF ( exceeded_maxreserves ) %]
Lines 399-405 Link Here
399
399
400
                [% IF ( messageborrower ) %]
400
                [% IF ( messageborrower ) %]
401
                    <div class="dialog alert">
401
                    <div class="dialog alert">
402
                        <h3>Patron not found:</h3>
402
                        <h2>Patron not found:</h2>
403
                        <p>Name or barcode not found. Please try an other </p>
403
                        <p>Name or barcode not found. Please try an other </p>
404
                    </div>
404
                    </div>
405
                [% END %]
405
                [% END %]
Lines 1016-1022 Link Here
1016
            <div class="modal-content">
1016
            <div class="modal-content">
1017
                <div class="modal-header">
1017
                <div class="modal-header">
1018
                    <button type="button" class="closebtn" data-dismiss="modal" aria-hidden="true">×</button>
1018
                    <button type="button" class="closebtn" data-dismiss="modal" aria-hidden="true">×</button>
1019
                    <h3>Confirm deletion</h3>
1019
                    <h2>Confirm deletion</h2>
1020
                </div>
1020
                </div>
1021
1021
1022
                <div class="modal-body">
1022
                <div class="modal-body">
1023
- 

Return to bug 27741