Lines 468-474
Link Here
|
468 |
<tr><th scope="row">Upperage limit: </th><td>[% category.upperagelimit | html %] years</td></tr> |
468 |
<tr><th scope="row">Upperage limit: </th><td>[% category.upperagelimit | html %] years</td></tr> |
469 |
<tr><th scope="row">Enrollment fee: </th><td>[% category.enrolmentfee | $Price %]</td></tr> |
469 |
<tr><th scope="row">Enrollment fee: </th><td>[% category.enrolmentfee | $Price %]</td></tr> |
470 |
<tr><th scope="row">Receives overdue notices: </th><td>[% IF category. overduenoticerequired %]Yes[% ELSE %]No[% END %]</td></tr> |
470 |
<tr><th scope="row">Receives overdue notices: </th><td>[% IF category. overduenoticerequired %]Yes[% ELSE %]No[% END %]</td></tr> |
471 |
<tr><th scope="row">Lost items in staff interface</th><td>[% IF category.hidelostitems %]Hidden by default[% ELSE %]Shown[% END %]</td></tr> |
471 |
<tr><th scope="row">Lost items in staff interface:</th><td>[% IF category.hidelostitems %]Hidden by default[% ELSE %]Shown[% END %]</td></tr> |
472 |
<tr><th scope="row">Hold fee: </th><td>[% category.reservefee | $Price %]</td></tr> |
472 |
<tr><th scope="row">Hold fee: </th><td>[% category.reservefee | $Price %]</td></tr> |
473 |
|
473 |
|
474 |
[% IF ( Koha.Preference('CheckPrevCheckout') == 'softyes' || Koha.Preference('CheckPrevCheckout') == 'softno' ) %] |
474 |
[% IF ( Koha.Preference('CheckPrevCheckout') == 'softyes' || Koha.Preference('CheckPrevCheckout') == 'softno' ) %] |
Lines 486-492
Link Here
|
486 |
</td> |
486 |
</td> |
487 |
</tr> |
487 |
</tr> |
488 |
[% END %] |
488 |
[% END %] |
489 |
<tr><th scope="row">Can be guarantee</th><td>[% IF category.can_be_guarantee %]Yes[% ELSE %]No[% END %]</td></tr> |
489 |
<tr><th scope="row">Can be guarantee:</th><td>[% IF category.can_be_guarantee %]Yes[% ELSE %]No[% END %]</td></tr> |
490 |
<tr> |
490 |
<tr> |
491 |
<th scope="row">Default privacy: </th> |
491 |
<th scope="row">Default privacy: </th> |
492 |
<td> |
492 |
<td> |
493 |
- |
|
|