|
Lines 875-881
legend:hover {
Link Here
|
| 875 |
<label for="yes-autorenew_checkouts"> |
875 |
<label for="yes-autorenew_checkouts"> |
| 876 |
Allow auto-renewal of items: |
876 |
Allow auto-renewal of items: |
| 877 |
</label> |
877 |
</label> |
| 878 |
[% IF ( autorenew_checkouts ) %] |
878 |
[% IF ( autorenew_checkouts || opadd ) %] |
| 879 |
<label for="yes-autorenew_checkouts"> |
879 |
<label for="yes-autorenew_checkouts"> |
| 880 |
Yes |
880 |
Yes |
| 881 |
<input type="radio" id="yes-autorenew_checkouts" name="autorenew_checkouts" value="1" checked="checked" /> |
881 |
<input type="radio" id="yes-autorenew_checkouts" name="autorenew_checkouts" value="1" checked="checked" /> |
| 882 |
- |
|
|