Lines 300-305
Data deleted
Link Here
|
300 |
[% END %] |
300 |
[% END %] |
301 |
<span class="hint">If checked, no item of this type can be issued. If not checked, every item of this type can be issued unless notforloan is set for a specific item.</span> |
301 |
<span class="hint">If checked, no item of this type can be issued. If not checked, every item of this type can be issued unless notforloan is set for a specific item.</span> |
302 |
</li> |
302 |
</li> |
|
|
303 |
<li> |
304 |
<label for="automatic_checkin">Automatic checkin: </label> |
305 |
[% IF itemtype.automatic_checkin %] |
306 |
<input type="checkbox" id="automatic_checkin" name="automatic_checkin" checked="checked" value="1" /> |
307 |
[% ELSE %] |
308 |
<input type="checkbox" id="automatic_checkin" name="automatic_checkin" value="1" /> |
309 |
[% END %] |
310 |
<span class="hint">If checked, items will be automatically checked in once they've reached their due date.</span> |
311 |
</li> |
303 |
<li> |
312 |
<li> |
304 |
<label for="rentalcharge">Rental charge: </label> |
313 |
<label for="rentalcharge">Rental charge: </label> |
305 |
<input type="text" id="rentalcharge" name="rentalcharge" size="10" value="[% itemtype.rentalcharge | $Price on_editing => 1 %]" /> |
314 |
<input type="text" id="rentalcharge" name="rentalcharge" size="10" value="[% itemtype.rentalcharge | $Price on_editing => 1 %]" /> |
Lines 386-400
Data deleted
Link Here
|
386 |
</select> |
395 |
</select> |
387 |
<span class="hint">Select 'All libraries' if all libraries use this item type. Otherwise, select the specific libraries that use this item type.</span> |
396 |
<span class="hint">Select 'All libraries' if all libraries use this item type. Otherwise, select the specific libraries that use this item type.</span> |
388 |
</li> |
397 |
</li> |
389 |
<li> |
|
|
390 |
<label for="automatic_checkin">Automatic checkin: </label> |
391 |
[% IF itemtype.automatic_checkin %] |
392 |
<input type="checkbox" id="automatic_checkin" name="automatic_checkin" checked="checked" value="1" /> |
393 |
[% ELSE %] |
394 |
<input type="checkbox" id="automatic_checkin" name="automatic_checkin" value="1" /> |
395 |
[% END %] |
396 |
<span class="hint">If checked, items will be checked in automatically after a period of time. Useful for materials where you really don't care for fisical return, like museum passes, etc.</span> |
397 |
</li> |
398 |
<li> |
398 |
<li> |
399 |
<label for="summary">Summary: </label> |
399 |
<label for="summary">Summary: </label> |
400 |
<textarea id="summary" name="summary" cols="55" rows="5">[% itemtype.summary | html %]</textarea> |
400 |
<textarea id="summary" name="summary" cols="55" rows="5">[% itemtype.summary | html %]</textarea> |
401 |
- |
|
|