|
Lines 148-154
Link Here
|
| 148 |
<legend>Choose one</legend> |
148 |
<legend>Choose one</legend> |
| 149 |
<ol> |
149 |
<ol> |
| 150 |
<li> |
150 |
<li> |
| 151 |
<label for="enrolmentperiod" style="width:6em;">In months: </label> |
151 |
<label for="enrolmentperiod">In months: </label> |
| 152 |
[% IF category.enrolmentperiod %] |
152 |
[% IF category.enrolmentperiod %] |
| 153 |
<input type="text" class="enrollmentperiod" name="enrolmentperiod" id="enrolmentperiod" size="3" maxlength="3" value="[% category.enrolmentperiod | html %]" /> months |
153 |
<input type="text" class="enrollmentperiod" name="enrolmentperiod" id="enrolmentperiod" size="3" maxlength="3" value="[% category.enrolmentperiod | html %]" /> months |
| 154 |
[% ELSE %] |
154 |
[% ELSE %] |
|
Lines 156-162
Link Here
|
| 156 |
[% END %] |
156 |
[% END %] |
| 157 |
</li> |
157 |
</li> |
| 158 |
<li> |
158 |
<li> |
| 159 |
<label for="enrolmentperioddate" style="width:6em;">Until date: </label> |
159 |
<label for="enrolmentperioddate">Until date: </label> |
| 160 |
<input type="text" class="enrollmentperiod" name="enrolmentperioddate" id="enrolmentperioddate" value="[% category.enrolmentperioddate | $KohaDates %]" /> |
160 |
<input type="text" class="enrollmentperiod" name="enrolmentperioddate" id="enrolmentperioddate" value="[% category.enrolmentperioddate | $KohaDates %]" /> |
| 161 |
</li> |
161 |
</li> |
| 162 |
</ol> |
162 |
</ol> |
|
Lines 220-227
Link Here
|
| 220 |
<option value="">All libraries</option> |
220 |
<option value="">All libraries</option> |
| 221 |
[% PROCESS options_for_libraries libraries => Branches.all( selected => category.get_library_limits, unfiltered => 1, do_not_select_my_library => 1 ) %] |
221 |
[% PROCESS options_for_libraries libraries => Branches.all( selected => category.get_library_limits, unfiltered => 1, do_not_select_my_library => 1 ) %] |
| 222 |
</select> |
222 |
</select> |
| 223 |
<span>Select <em>All libraries</em> if this category type must to be displayed all the time. Otherwise select libraries you want to associate with this value. |
223 |
<div class="hint">Select <em>All libraries</em> if this category type must to be displayed all the time. Otherwise select libraries you want to associate with this value. |
| 224 |
</span> |
224 |
</div> |
| 225 |
</li> |
225 |
</li> |
| 226 |
<li> |
226 |
<li> |
| 227 |
<label for="reset_password">Password reset in OPAC: </label> |
227 |
<label for="reset_password">Password reset in OPAC: </label> |
|
Lines 290-296
Link Here
|
| 290 |
<li> |
290 |
<li> |
| 291 |
<label for="min_password_length">Minimum password length:</label> |
291 |
<label for="min_password_length">Minimum password length:</label> |
| 292 |
<input id="min_password_length" type="text" inputmode="numeric" name="min_password_length" value="[% category.min_password_length | html %]"/> |
292 |
<input id="min_password_length" type="text" inputmode="numeric" name="min_password_length" value="[% category.min_password_length | html %]"/> |
| 293 |
<span>Leave blank to use system default ([% Koha.Preference('minPasswordLength') | html %])</span> |
293 |
<div class="hint">Leave blank to use system default ([% Koha.Preference('minPasswordLength') | html %])</div> |
| 294 |
</li> |
294 |
</li> |
| 295 |
<li class="pwd_setting_wrapper"> |
295 |
<li class="pwd_setting_wrapper"> |
| 296 |
<label for="require_strong_password">Require strong password:</label> |
296 |
<label for="require_strong_password">Require strong password:</label> |
|
Lines 344-352
Link Here
|
| 344 |
<option value="0"> Don't block </option> |
344 |
<option value="0"> Don't block </option> |
| 345 |
[% END %] |
345 |
[% END %] |
| 346 |
</select> |
346 |
</select> |
| 347 |
<span> |
347 |
<div class="hint"> |
| 348 |
Choose whether patrons of this category be blocked from public catalog actions such as renewing and placing holds when their cards have expired. |
348 |
Choose whether patrons of this category be blocked from public catalog actions such as renewing and placing holds when their cards have expired. |
| 349 |
</span> |
349 |
</div> |
| 350 |
</li> |
350 |
</li> |
| 351 |
[% IF ( Koha.Preference('CheckPrevCheckout') == 'softyes' || Koha.Preference('CheckPrevCheckout') == 'softno' ) %] |
351 |
[% IF ( Koha.Preference('CheckPrevCheckout') == 'softyes' || Koha.Preference('CheckPrevCheckout') == 'softno' ) %] |
| 352 |
<li><label for="checkprevcheckout">Check for previous checkouts: </label> |
352 |
<li><label for="checkprevcheckout">Check for previous checkouts: </label> |
|
Lines 365-373
Link Here
|
| 365 |
<option value="inherit" selected="selected">Inherit from system preferences</option> |
365 |
<option value="inherit" selected="selected">Inherit from system preferences</option> |
| 366 |
[% END %] |
366 |
[% END %] |
| 367 |
</select> |
367 |
</select> |
| 368 |
<span> |
368 |
<div class="hint"> |
| 369 |
Choose whether patrons of this category by default are reminded if they try to borrow an item they borrowed before. |
369 |
Choose whether patrons of this category by default are reminded if they try to borrow an item they borrowed before. |
| 370 |
</span> |
370 |
</div> |
| 371 |
</li> |
371 |
</li> |
| 372 |
[% END %] |
372 |
[% END %] |
| 373 |
<li> |
373 |
<li> |
|
Lines 390-396
Link Here
|
| 390 |
<option value="forever">Forever</option> |
390 |
<option value="forever">Forever</option> |
| 391 |
[% END %] |
391 |
[% END %] |
| 392 |
</select> |
392 |
</select> |
| 393 |
<span>Controls how long a patrons checkout history is kept for new patrons of this category. "Never" anonymizes checkouts on return, and "Forever" keeps a patron's checkout history indefinitely. When set to "Default", the amount of history kept is controlled by the cronjob <em>batch_anonymise.pl</em> which should be set up by your system administrator.</span> |
393 |
<div class="hint">Controls how long a patrons checkout history is kept for new patrons of this category. "Never" anonymizes checkouts on return, and "Forever" keeps a patron's checkout history indefinitely. When set to "Default", the amount of history kept is controlled by the cronjob <em>batch_anonymise.pl</em> which should be set up by your system administrator.</div> |
| 394 |
</li> |
394 |
</li> |
| 395 |
<li> |
395 |
<li> |
| 396 |
<label for="exclude_from_local_holds_priority">Exclude from local holds priority:</label> |
396 |
<label for="exclude_from_local_holds_priority">Exclude from local holds priority:</label> |
|
Lines 403-416
Link Here
|
| 403 |
<option value="0" selected>No</option> |
403 |
<option value="0" selected>No</option> |
| 404 |
[% END %] |
404 |
[% END %] |
| 405 |
</select> |
405 |
</select> |
| 406 |
<span>If <i>Yes</i>, holds placed by patrons of this category will not be given priority</span> |
406 |
<div class="hint">If <i>Yes</i>, holds placed by patrons of this category will not be given priority</div> |
| 407 |
</li> |
407 |
</li> |
| 408 |
</ol> |
408 |
</ol> |
| 409 |
</fieldset> |
409 |
</fieldset> |
| 410 |
|
410 |
|
| 411 |
[% IF ( EnhancedMessagingPreferences ) %] |
411 |
[% IF ( EnhancedMessagingPreferences ) %] |
| 412 |
<fieldset class="rows"> |
412 |
<fieldset class="rows"> |
| 413 |
<h4>Default messaging preferences for this patron category</h4> |
413 |
<legend>Default messaging preferences for this patron category</legend> |
| 414 |
[% INCLUDE 'messaging-preference-form.inc' %] |
414 |
[% INCLUDE 'messaging-preference-form.inc' %] |
| 415 |
</fieldset> |
415 |
</fieldset> |
| 416 |
[% END %] |
416 |
[% END %] |
| 417 |
- |
|
|