|
Lines 3-9
Link Here
|
| 3 |
[% IF ( unknowuser ) %] |
3 |
[% IF ( unknowuser ) %] |
| 4 |
Patron does not exist |
4 |
Patron does not exist |
| 5 |
[% ELSE %] |
5 |
[% ELSE %] |
| 6 |
Patron Details for [% INCLUDE 'patron-title.inc' %] |
6 |
Patron details for [% INCLUDE 'patron-title.inc' %] |
| 7 |
[% END %] |
7 |
[% END %] |
| 8 |
</title> |
8 |
</title> |
| 9 |
[% INCLUDE 'doc-head-close.inc' %] |
9 |
[% INCLUDE 'doc-head-close.inc' %] |
|
Lines 125-131
function validate1(date) {
Link Here
|
| 125 |
<div id="breadcrumbs"> |
125 |
<div id="breadcrumbs"> |
| 126 |
<a href="/cgi-bin/koha/mainpage.pl">Home</a> |
126 |
<a href="/cgi-bin/koha/mainpage.pl">Home</a> |
| 127 |
› <a href="/cgi-bin/koha/members/members-home.pl">Patrons</a> |
127 |
› <a href="/cgi-bin/koha/members/members-home.pl">Patrons</a> |
| 128 |
› [% IF ( unknowuser ) %]Patron does not exist[% ELSE %]Patron Details for [% INCLUDE 'patron-title.inc' %][% END %] |
128 |
› [% IF ( unknowuser ) %]Patron does not exist[% ELSE %]Patron details for [% INCLUDE 'patron-title.inc' %][% END %] |
| 129 |
</div> |
129 |
</div> |
| 130 |
|
130 |
|
| 131 |
<div id="doc3" class="yui-t1"> |
131 |
<div id="doc3" class="yui-t1"> |
|
Lines 168-174
function validate1(date) {
Link Here
|
| 168 |
<li>Patron is restricted[% IF ( userdebarreddate ) %] until [% userdebarreddate%] [% IF (debarredcomment ) %]([% debarredcomment %])[% END %][% END %] |
168 |
<li>Patron is restricted[% IF ( userdebarreddate ) %] until [% userdebarreddate%] [% IF (debarredcomment ) %]([% debarredcomment %])[% END %][% END %] |
| 169 |
<form class="inline compact" action="/cgi-bin/koha/members/setdebar.pl" method="post"> |
169 |
<form class="inline compact" action="/cgi-bin/koha/members/setdebar.pl" method="post"> |
| 170 |
<input type="hidden" name="borrowernumber" value="[% borrowernumber %]" /> |
170 |
<input type="hidden" name="borrowernumber" value="[% borrowernumber %]" /> |
| 171 |
<input type="submit" value="Lift Restriction" /> |
171 |
<input type="submit" value="Lift restriction" /> |
| 172 |
</form> |
172 |
</form> |
| 173 |
</li> |
173 |
</li> |
| 174 |
[% END %] |
174 |
[% END %] |
|
Lines 376-387
function validate1(date) {
Link Here
|
| 376 |
|
376 |
|
| 377 |
[% UNLESS ( I ) %] |
377 |
[% UNLESS ( I ) %] |
| 378 |
<div id="patron-alternate-address" style="padding-top: 1em;"> |
378 |
<div id="patron-alternate-address" style="padding-top: 1em;"> |
| 379 |
<h3>Alternate Address</h3> |
379 |
<h3>Alternate address</h3> |
| 380 |
<div class="rows"> <ol><li><span class="label">Address: </span>[% B_address %]</li> |
380 |
<div class="rows"> <ol><li><span class="label">Address: </span>[% B_address %]</li> |
| 381 |
<li><span class="label">Address 2: </span>[% B_address2 %]</li> |
381 |
<li><span class="label">Address 2: </span>[% B_address2 %]</li> |
| 382 |
<li><span class="label">City: </span>[% B_city %]</li> |
382 |
<li><span class="label">City: </span>[% B_city %]</li> |
| 383 |
[% IF ( B_state ) %]<li><span class="label">State: </span>[% B_state %]</li>[% END %] |
383 |
[% IF ( B_state ) %]<li><span class="label">State: </span>[% B_state %]</li>[% END %] |
| 384 |
<li><span class="label">Zip/Postal Code: </span>[% B_zipcode %]</li> |
384 |
<li><span class="label">Zip/Postal code: </span>[% B_zipcode %]</li> |
| 385 |
[% IF ( B_country ) %]<li><span class="label">Country: </span>[% B_country %]</li>[% END %] |
385 |
[% IF ( B_country ) %]<li><span class="label">Country: </span>[% B_country %]</li>[% END %] |
| 386 |
[% IF ( B_phone ) %]<li><span class="label">Phone: </span>[% B_phone %]</li>[% END %] |
386 |
[% IF ( B_phone ) %]<li><span class="label">Phone: </span>[% B_phone %]</li>[% END %] |
| 387 |
[% IF ( B_email ) %]<li><span class="label">Email: </span><a href="mailto:[% B_email %]">[% email %]</a></li>[% END %]</ol></div> |
387 |
[% IF ( B_email ) %]<li><span class="label">Email: </span><a href="mailto:[% B_email %]">[% email %]</a></li>[% END %]</ol></div> |
|
Lines 390-403
function validate1(date) {
Link Here
|
| 390 |
[% END %] |
390 |
[% END %] |
| 391 |
|
391 |
|
| 392 |
<div id="patron-alternative-contact" style="padding-top: 1em;"> |
392 |
<div id="patron-alternative-contact" style="padding-top: 1em;"> |
| 393 |
<h3>Alternative Contact</h3> |
393 |
<h3>Alternative contact</h3> |
| 394 |
<div class="rows"> <ol><li><span class="label">Surname: </span>[% altcontactsurname %]</li> |
394 |
<div class="rows"> <ol><li><span class="label">Surname: </span>[% altcontactsurname %]</li> |
| 395 |
<li><span class="label">First name: </span>[% altcontactfirstname %]</li> |
395 |
<li><span class="label">First name: </span>[% altcontactfirstname %]</li> |
| 396 |
<li><span class="label">Address: </span>[% altcontactaddress1 %]</li> |
396 |
<li><span class="label">Address: </span>[% altcontactaddress1 %]</li> |
| 397 |
<li><span class="label">Address 2: </span>[% altcontactaddress2 %]</li> |
397 |
<li><span class="label">Address 2: </span>[% altcontactaddress2 %]</li> |
| 398 |
<li><span class="label">City: </span>[% altcontactaddress3 %]</li> |
398 |
<li><span class="label">City: </span>[% altcontactaddress3 %]</li> |
| 399 |
[% IF ( altcontactstate ) %]<li><span class="label">State: </span>[% altcontactstate %]</li>[% END %] |
399 |
[% IF ( altcontactstate ) %]<li><span class="label">State: </span>[% altcontactstate %]</li>[% END %] |
| 400 |
<li><span class="label">Zip/Postal Code: </span>[% altcontactzipcode %]</li> |
400 |
<li><span class="label">Zip/Postal code: </span>[% altcontactzipcode %]</li> |
| 401 |
[% IF ( altcontactcountry ) %]<li><span class="label">Country: </span>[% altcontactcountry %]</li>[% END %] |
401 |
[% IF ( altcontactcountry ) %]<li><span class="label">Country: </span>[% altcontactcountry %]</li>[% END %] |
| 402 |
[% IF ( altcontactphone ) %]<li><span class="label">Phone: </span>[% altcontactphone %]</li>[% END %] |
402 |
[% IF ( altcontactphone ) %]<li><span class="label">Phone: </span>[% altcontactphone %]</li>[% END %] |
| 403 |
</ol></div> |
403 |
</ol></div> |
|
Lines 439-448
function validate1(date) {
Link Here
|
| 439 |
<tr> |
439 |
<tr> |
| 440 |
<th scope="col">Due date</th> |
440 |
<th scope="col">Due date</th> |
| 441 |
<th scope="col">Title</th> |
441 |
<th scope="col">Title</th> |
| 442 |
<th scope="col">Item Type</th> |
442 |
<th scope="col">Item type</th> |
| 443 |
<th scope="col">Checked out on</th> |
443 |
<th scope="col">Checked out on</th> |
| 444 |
<th scope="col">Checked out from</th> |
444 |
<th scope="col">Checked out from</th> |
| 445 |
<th scope="col">Call no</th> |
445 |
<th scope="col">Call no.</th> |
| 446 |
<th scope="col">Charge</th> |
446 |
<th scope="col">Charge</th> |
| 447 |
<th scope="col">Price</th> |
447 |
<th scope="col">Price</th> |
| 448 |
<th scope="col">Renew <p class="column-tool"><a href="#" id="CheckAllitems">select all</a> | <a href="#" id="CheckNoitems">none</a></p></th> |
448 |
<th scope="col">Renew <p class="column-tool"><a href="#" id="CheckAllitems">select all</a> | <a href="#" id="CheckNoitems">none</a></p></th> |
|
Lines 496-502
function validate1(date) {
Link Here
|
| 496 |
<a href="/cgi-bin/koha/reserve/request.pl?biblionumber=[% issueloo.biblionumber %]">On Hold</a> |
496 |
<a href="/cgi-bin/koha/reserve/request.pl?biblionumber=[% issueloo.biblionumber %]">On Hold</a> |
| 497 |
[% END %] |
497 |
[% END %] |
| 498 |
[% IF ( issueloo.norenew_reason_too_many ) %] |
498 |
[% IF ( issueloo.norenew_reason_too_many ) %] |
| 499 |
Not Renewable |
499 |
Not renewable |
| 500 |
[% END %] |
500 |
[% END %] |
| 501 |
[% IF ( issueloo.can_confirm ) %] |
501 |
[% IF ( issueloo.can_confirm ) %] |
| 502 |
</span> |
502 |
</span> |
|
Lines 512-521
function validate1(date) {
Link Here
|
| 512 |
</td> |
512 |
</td> |
| 513 |
[% END %] |
513 |
[% END %] |
| 514 |
[% IF ( issueloo.return_failed ) %] |
514 |
[% IF ( issueloo.return_failed ) %] |
| 515 |
<td class="problem">Checkin Failed</td> |
515 |
<td class="problem">Checkin failed</td> |
| 516 |
[% ELSE %] |
516 |
[% ELSE %] |
| 517 |
[% IF ( issueloo.norenew_reason_on_reserve ) %] |
517 |
[% IF ( issueloo.norenew_reason_on_reserve ) %] |
| 518 |
<td><a href="/cgi-bin/koha/reserve/request.pl?biblionumber=[% issueloo.biblionumber %]">On Hold</a></td> |
518 |
<td><a href="/cgi-bin/koha/reserve/request.pl?biblionumber=[% issueloo.biblionumber %]">On hold</a></td> |
| 519 |
[% ELSE %] |
519 |
[% ELSE %] |
| 520 |
<td><input type="checkbox" name="barcodes[]" value="[% issueloo.barcode %]" onclick="uncheck_sibling(this);" /> |
520 |
<td><input type="checkbox" name="barcodes[]" value="[% issueloo.barcode %]" onclick="uncheck_sibling(this);" /> |
| 521 |
<input type="checkbox" name="all_barcodes[]" value="[% issueloo.barcode %]" checked="checked" style="display: none;" /> |
521 |
<input type="checkbox" name="all_barcodes[]" value="[% issueloo.barcode %]" checked="checked" style="display: none;" /> |
|
Lines 529-539
function validate1(date) {
Link Here
|
| 529 |
<fieldset class="action"> |
529 |
<fieldset class="action"> |
| 530 |
[% IF ( CAN_user_circulate_override_renewals ) %] |
530 |
[% IF ( CAN_user_circulate_override_renewals ) %] |
| 531 |
[% IF ( AllowRenewalLimitOverride ) %] |
531 |
[% IF ( AllowRenewalLimitOverride ) %] |
| 532 |
<label for="override_limit">Override Renewal Limit:</label> |
532 |
<label for="override_limit">Override renewal limit:</label> |
| 533 |
<input type="checkbox" name="override_limit" id="override_limit" value="1" /> |
533 |
<input type="checkbox" name="override_limit" id="override_limit" value="1" /> |
| 534 |
[% END %] |
534 |
[% END %] |
| 535 |
[% END %] |
535 |
[% END %] |
| 536 |
<input type="submit" name="renew_checked" value="Renew or Return checked items" /> |
536 |
<input type="submit" name="renew_checked" value="Renew or return checked items" /> |
| 537 |
<input type="submit" id="renew_all" name="renew_all" value="Renew all" /> |
537 |
<input type="submit" id="renew_all" name="renew_all" value="Renew all" /> |
| 538 |
</fieldset> |
538 |
</fieldset> |
| 539 |
[% ELSE %]<p>Patron has nothing checked out.</p> |
539 |
[% ELSE %]<p>Patron has nothing checked out.</p> |
|
Lines 548-557
function validate1(date) {
Link Here
|
| 548 |
<tr> |
548 |
<tr> |
| 549 |
<th scope="col">Due date</th> |
549 |
<th scope="col">Due date</th> |
| 550 |
<th scope="col">Title</th> |
550 |
<th scope="col">Title</th> |
| 551 |
<th scope="col">Item Type</th> |
551 |
<th scope="col">Item type</th> |
| 552 |
<th scope="col">Checked out on</th> |
552 |
<th scope="col">Checked out on</th> |
| 553 |
<th scope="col">Checked out from</th> |
553 |
<th scope="col">Checked out from</th> |
| 554 |
<th scope="col">Call no</th> |
554 |
<th scope="col">Call no.</th> |
| 555 |
<th scope="col">Charge</th> |
555 |
<th scope="col">Charge</th> |
| 556 |
<th scope="col">Price</th> |
556 |
<th scope="col">Price</th> |
| 557 |
<th scope="col">Patron</th> |
557 |
<th scope="col">Patron</th> |
|
Lines 602-608
function validate1(date) {
Link Here
|
| 602 |
<thead><tr> |
602 |
<thead><tr> |
| 603 |
<th>Hold date</th> |
603 |
<th>Hold date</th> |
| 604 |
<th>Title</th> |
604 |
<th>Title</th> |
| 605 |
<th>Call Number</th> |
605 |
<th>Call number</th> |
| 606 |
<th>Barcode</th> |
606 |
<th>Barcode</th> |
| 607 |
<th>Priority</th> |
607 |
<th>Priority</th> |
| 608 |
<th>Delete?</th> |
608 |
<th>Delete?</th> |