Lines 182-188
Item types › Administration › Koha
Link Here
|
182 |
<input type="text" id="parent_type" value="[% parent_type | html %]" name="parent_type" size="10" maxlength="10" disabled/> |
182 |
<input type="text" id="parent_type" value="[% parent_type | html %]" name="parent_type" size="10" maxlength="10" disabled/> |
183 |
<p>No available parent types</p> |
183 |
<p>No available parent types</p> |
184 |
[% END %] |
184 |
[% END %] |
185 |
<span class="hint">Defining a parent type will apply checkout limits for all children as described on the circulation rules page.</span> |
185 |
<div class="hint">Defining a parent type will apply checkout limits for all children as described on the circulation rules page.</div> |
186 |
</li> |
186 |
</li> |
187 |
<li> |
187 |
<li> |
188 |
<label for="description" class="required">Description: </label> |
188 |
<label for="description" class="required">Description: </label> |
Lines 192-198
Item types › Administration › Koha
Link Here
|
192 |
[% END %] |
192 |
[% END %] |
193 |
</li> |
193 |
</li> |
194 |
<li> |
194 |
<li> |
195 |
<span class="label">Search category</span> |
195 |
<label for="searchcategory">Search category: </label> |
196 |
<select id="searchcategory" name="searchcategory"> |
196 |
<select id="searchcategory" name="searchcategory"> |
197 |
<option value="">None</option> |
197 |
<option value="">None</option> |
198 |
[% FOREACH cat IN searchcategory %] |
198 |
[% FOREACH cat IN searchcategory %] |
Lines 207-213
Item types › Administration › Koha
Link Here
|
207 |
[% END %] |
207 |
[% END %] |
208 |
[% END %] |
208 |
[% END %] |
209 |
</select> |
209 |
</select> |
210 |
<span class="hint">Options are defined as the authorized values for the ITEMTYPECAT category.</span> |
210 |
<div class="hint"> |
|
|
211 |
[% IF ( CAN_user_parameters_manage_auth_values ) %] |
212 |
Options are defined by the authorized value <a target="_blank" href="/cgi-bin/koha/admin/authorised_values.pl?searchfield=ITEMTYPECAT">ITEMTYPECAT</a>. |
213 |
[% ELSE %] |
214 |
Options are defined by the authorized value ITEMTYPECAT. |
215 |
[% END %] |
216 |
</div> |
211 |
</li> |
217 |
</li> |
212 |
[% IF ( Koha.Preference('noItemTypeImages') && Koha.Preference('OpacNoItemTypeImages') ) %] |
218 |
[% IF ( Koha.Preference('noItemTypeImages') && Koha.Preference('OpacNoItemTypeImages') ) %] |
213 |
<li> |
219 |
<li> |
Lines 312-323
Item types › Administration › Koha
Link Here
|
312 |
<li> |
318 |
<li> |
313 |
<label for="rentalcharge">Rental charge: </label> |
319 |
<label for="rentalcharge">Rental charge: </label> |
314 |
<input type="text" id="rentalcharge" name="rentalcharge" size="10" value="[% itemtype.rentalcharge | $Price on_editing => 1 %]" min="0" /> |
320 |
<input type="text" id="rentalcharge" name="rentalcharge" size="10" value="[% itemtype.rentalcharge | $Price on_editing => 1 %]" min="0" /> |
315 |
<span class="hint">This fee is charged once per checkout/renewal per item</span> |
321 |
<div class="hint">This fee is charged once per checkout/renewal per item</div> |
316 |
</li> |
322 |
</li> |
317 |
<li> |
323 |
<li> |
318 |
<label for="rentalcharge_daily">Daily rental charge: </label> |
324 |
<label for="rentalcharge_daily">Daily rental charge: </label> |
319 |
<input type="text" id="rentalcharge_daily" name="rentalcharge_daily" size="10" value="[% itemtype.rentalcharge_daily | $Price on_editing => 1 %]" min="0" /> |
325 |
<input type="text" id="rentalcharge_daily" name="rentalcharge_daily" size="10" value="[% itemtype.rentalcharge_daily | $Price on_editing => 1 %]" min="0" /> |
320 |
<span class="hint">This fee is charged at checkout/renewal time for each day between the checkout/renewal date and due date for loans specified in days.</span> |
326 |
<div class="hint">This fee is charged at checkout/renewal time for each day between the checkout/renewal date and due date for loans specified in days.</div> |
321 |
</li> |
327 |
</li> |
322 |
<li> |
328 |
<li> |
323 |
<label for="rentalcharge_daily_calendar">Daily rentals use calendar: </label> |
329 |
<label for="rentalcharge_daily_calendar">Daily rentals use calendar: </label> |
Lines 331-337
Item types › Administration › Koha
Link Here
|
331 |
<li> |
337 |
<li> |
332 |
<label for="rentalcharge_hourly">Hourly rental charge: </label> |
338 |
<label for="rentalcharge_hourly">Hourly rental charge: </label> |
333 |
<input type="text" id="rentalcharge_hourly" name="rentalcharge_hourly" size="10" value="[% itemtype.rentalcharge_hourly | $Price on_editing => 1 %]" min="0" /> |
339 |
<input type="text" id="rentalcharge_hourly" name="rentalcharge_hourly" size="10" value="[% itemtype.rentalcharge_hourly | $Price on_editing => 1 %]" min="0" /> |
334 |
<span class="hint">This fee is charged at checkout/renewal time for each hour between the checkout/renewal date and due date for loans specified in hours.</span> |
340 |
<div class="hint">This fee is charged at checkout/renewal time for each hour between the checkout/renewal date and due date for loans specified in hours.</div> |
335 |
</li> |
341 |
</li> |
336 |
<li> |
342 |
<li> |
337 |
<label for="rentalcharge_hourly_calendar">Hourly rentals use calendar: </label> |
343 |
<label for="rentalcharge_hourly_calendar">Hourly rentals use calendar: </label> |
Lines 387-399
Item types › Administration › Koha
Link Here
|
387 |
<option value="">All libraries</option> |
393 |
<option value="">All libraries</option> |
388 |
[% PROCESS options_for_libraries libraries => Branches.all( selected => itemtype.get_library_limits, unfiltered => 1, do_not_select_my_library => 1 ) %] |
394 |
[% PROCESS options_for_libraries libraries => Branches.all( selected => itemtype.get_library_limits, unfiltered => 1, do_not_select_my_library => 1 ) %] |
389 |
</select> |
395 |
</select> |
390 |
<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 |
<div class="hint">Select 'All libraries' if all libraries use this item type. Otherwise, select the specific libraries that use this item type.</div> |
391 |
</li> |
397 |
</li> |
392 |
<li> |
398 |
<li> |
393 |
<label for="summary">Summary: </label> |
399 |
<label for="summary">Summary: </label> |
394 |
<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> |
395 |
<p>Enter a summary that will overwrite the default one in search results lists. Example, for a website itemtype : </p> |
401 |
<div class="hint">Enter a summary that will overwrite the default one in search results lists. Example, for a website itemtype : </div> |
396 |
<p><strong><a href="[856u]">open site</a></strong> will show the link just below the title</p> |
402 |
<div class="hint"><strong><a href="[856u]">open site</a></strong> will show the link just below the title</div> |
397 |
</li> |
403 |
</li> |
398 |
</ol> |
404 |
</ol> |
399 |
</fieldset> |
405 |
</fieldset> |