Lines 136-149
Link Here
|
136 |
[% UNLESS club OR patron OR patron.borrowernumber OR noitems OR nobiblio %] |
136 |
[% UNLESS club OR patron OR patron.borrowernumber OR noitems OR nobiblio %] |
137 |
[% IF ( messageborrower ) %] |
137 |
[% IF ( messageborrower ) %] |
138 |
<div class="dialog alert"> |
138 |
<div class="dialog alert"> |
139 |
<h3>Patron not found</h3> |
139 |
<h2>Patron not found</h2> |
140 |
<p>No patron with this name, please, try another</p> |
140 |
<p>No patron with this name, please, try another</p> |
141 |
</div> |
141 |
</div> |
142 |
[% END %] |
142 |
[% END %] |
143 |
|
143 |
|
144 |
[% IF ( messageclub ) %] |
144 |
[% IF ( messageclub ) %] |
145 |
<div class="dialog alert"> |
145 |
<div class="dialog alert"> |
146 |
<h3>Club not found</h3> |
146 |
<h2>Club not found</h2> |
147 |
<p>No club with this name, please, try another</p> |
147 |
<p>No club with this name, please, try another</p> |
148 |
</div> |
148 |
</div> |
149 |
[% END %] |
149 |
[% END %] |
Lines 372-378
Link Here
|
372 |
<div class="dialog alert"> |
372 |
<div class="dialog alert"> |
373 |
|
373 |
|
374 |
[% UNLESS ( multi_hold ) %] |
374 |
[% UNLESS ( multi_hold ) %] |
375 |
<h3>Cannot place hold</h3> |
375 |
<h2>Cannot place hold</h2> |
376 |
<ul> |
376 |
<ul> |
377 |
[% IF ( no_reserves_allowed ) %] |
377 |
[% IF ( no_reserves_allowed ) %] |
378 |
<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> |
378 |
<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 393-399
Link Here
|
393 |
[% END # /IF exceeded_maxreserves %] |
393 |
[% END # /IF exceeded_maxreserves %] |
394 |
</ul> |
394 |
</ul> |
395 |
[% ELSE # UNLESS multi_hold %] |
395 |
[% ELSE # UNLESS multi_hold %] |
396 |
<h3>Cannot place hold on some items</h3> |
396 |
<h2>Cannot place hold on some items</h2> |
397 |
[% IF (no_reserves_allowed ) %] |
397 |
[% IF (no_reserves_allowed ) %] |
398 |
<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> |
398 |
<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> |
399 |
[% ELSIF ( exceeded_maxreserves ) %] |
399 |
[% ELSIF ( exceeded_maxreserves ) %] |
Lines 433-439
Link Here
|
433 |
|
433 |
|
434 |
[% IF ( messageborrower ) %] |
434 |
[% IF ( messageborrower ) %] |
435 |
<div class="dialog alert"> |
435 |
<div class="dialog alert"> |
436 |
<h3>Patron not found:</h3> |
436 |
<h2>Patron not found:</h2> |
437 |
<p>Name or barcode not found. Please try an other </p> |
437 |
<p>Name or barcode not found. Please try an other </p> |
438 |
</div> |
438 |
</div> |
439 |
[% END %] |
439 |
[% END %] |
Lines 1097-1103
Link Here
|
1097 |
<div class="modal-content"> |
1097 |
<div class="modal-content"> |
1098 |
<div class="modal-header"> |
1098 |
<div class="modal-header"> |
1099 |
<button type="button" class="closebtn" data-dismiss="modal" aria-hidden="true">×</button> |
1099 |
<button type="button" class="closebtn" data-dismiss="modal" aria-hidden="true">×</button> |
1100 |
<h3>Confirm deletion</h3> |
1100 |
<h2>Confirm deletion</h2> |
1101 |
</div> |
1101 |
</div> |
1102 |
|
1102 |
|
1103 |
<div class="modal-body"> |
1103 |
<div class="modal-body"> |
1104 |
- |
|
|