|
Lines 711-716
Link Here
|
| 711 |
[% PROCESS 'av-build-dropbox.inc' name="sort2", category="Bsort2", default=sort2, size = 20 %] |
711 |
[% PROCESS 'av-build-dropbox.inc' name="sort2", category="Bsort2", default=sort2, size = 20 %] |
| 712 |
[% IF ( mandatorysort2 ) %]<span class="required">Required</span>[% END %] |
712 |
[% IF ( mandatorysort2 ) %]<span class="required">Required</span>[% END %] |
| 713 |
</li> |
713 |
</li> |
|
|
714 |
[% UNLESS noautorenewal %] |
| 715 |
<li class="radio"> |
| 716 |
<label for="yes-autorenewal"> |
| 717 |
Allow auto-renewal of items: |
| 718 |
</label> |
| 719 |
[% IF ( autorenewal ) %] |
| 720 |
<label for="yes-autorenewal"> |
| 721 |
Yes |
| 722 |
<input type="radio" id="yes-autorenewal" name="autorenewal" value="1" checked="checked" /> |
| 723 |
</label> |
| 724 |
<label for="no-autorenewal"> |
| 725 |
No |
| 726 |
<input type="radio" id="no-autorenewal" name="autorenewal" value="0" /> |
| 727 |
</label> |
| 728 |
[% ELSE %] |
| 729 |
<label for="yes-autorenewal"> |
| 730 |
Yes |
| 731 |
<input type="radio" id="yes-autorenewal" name="autorenewal" value="1" /> |
| 732 |
</label> |
| 733 |
<label for="no-autorenewal"> |
| 734 |
No |
| 735 |
<input type="radio" id="no-autorenewal" name="autorenewal" value="0" checked="checked" /> |
| 736 |
</label> |
| 737 |
[% END %] |
| 738 |
</li> |
| 739 |
[% END %] |
| 714 |
[% END %] |
740 |
[% END %] |
| 715 |
[% IF ( Koha.Preference('CheckPrevCheckout') == 'softyes' || Koha.Preference('CheckPrevCheckout') == 'softno' ) %] |
741 |
[% IF ( Koha.Preference('CheckPrevCheckout') == 'softyes' || Koha.Preference('CheckPrevCheckout') == 'softno' ) %] |
| 716 |
<li><label for="checkprevcheckout">Check for previous checkouts: </label> |
742 |
<li><label for="checkprevcheckout">Check for previous checkouts: </label> |