|
Lines 123-129
Link Here
|
| 123 |
</select> |
123 |
</select> |
| 124 |
</li> |
124 |
</li> |
| 125 |
<li> |
125 |
<li> |
| 126 |
<label for="hidelostitems">Lost items in staff client: </label> |
126 |
<label for="hidelostitems">Lost items in staff interface: </label> |
| 127 |
<select name="hidelostitems" id="hidelostitems"> |
127 |
<select name="hidelostitems" id="hidelostitems"> |
| 128 |
[% IF category.hidelostitems %] |
128 |
[% IF category.hidelostitems %] |
| 129 |
<option value="0">Shown</option> |
129 |
<option value="0">Shown</option> |
|
Lines 345-351
Link Here
|
| 345 |
<tr><th scope="row">Upperage limit: </th><td>[% category.upperagelimit | html %] years</td></tr> |
345 |
<tr><th scope="row">Upperage limit: </th><td>[% category.upperagelimit | html %] years</td></tr> |
| 346 |
<tr><th scope="row">Enrollment fee: </th><td>[% category.enrolmentfee | $Price %]</td></tr> |
346 |
<tr><th scope="row">Enrollment fee: </th><td>[% category.enrolmentfee | $Price %]</td></tr> |
| 347 |
<tr><th scope="row">Receives overdue notices: </th><td>[% IF category. overduenoticerequired %]Yes[% ELSE %]No[% END %]</td></tr> |
347 |
<tr><th scope="row">Receives overdue notices: </th><td>[% IF category. overduenoticerequired %]Yes[% ELSE %]No[% END %]</td></tr> |
| 348 |
<tr><th scope="row">Lost items in staff client</th><td>[% IF category.hidelostitems %]Hidden by default[% ELSE %]Shown[% END %]</td></tr> |
348 |
<tr><th scope="row">Lost items in staff interface</th><td>[% IF category.hidelostitems %]Hidden by default[% ELSE %]Shown[% END %]</td></tr> |
| 349 |
<tr><th scope="row">Hold fee: </th><td>[% category.reservefee | $Price %]</td></tr> |
349 |
<tr><th scope="row">Hold fee: </th><td>[% category.reservefee | $Price %]</td></tr> |
| 350 |
|
350 |
|
| 351 |
[% IF ( Koha.Preference('CheckPrevCheckout') == 'softyes' || Koha.Preference('CheckPrevCheckout') == 'softno' ) %] |
351 |
[% IF ( Koha.Preference('CheckPrevCheckout') == 'softyes' || Koha.Preference('CheckPrevCheckout') == 'softno' ) %] |
| 352 |
- |
|
|