Lines 109-117
Link Here
|
109 |
[% CASE 'already_exists' %] |
109 |
[% CASE 'already_exists' %] |
110 |
This patron category already exists. |
110 |
This patron category already exists. |
111 |
[% CASE 'article_request_negative_limit' %] |
111 |
[% CASE 'article_request_negative_limit' %] |
112 |
Maximum article request limit cannot be negative. |
112 |
Article request limit cannot be negative. |
113 |
[% CASE 'article_request_numeric_limit' %] |
113 |
[% CASE 'article_request_numeric_limit' %] |
114 |
Maximum article request limit must be a positive number. |
114 |
Article request limit must be a positive number. |
115 |
[% CASE %] |
115 |
[% CASE %] |
116 |
[% m.code | html %] |
116 |
[% m.code | html %] |
117 |
[% END %] |
117 |
[% END %] |
Lines 208-215
Link Here
|
208 |
</li> |
208 |
</li> |
209 |
[% IF Koha.Preference('ArticleRequests') %] |
209 |
[% IF Koha.Preference('ArticleRequests') %] |
210 |
<li> |
210 |
<li> |
211 |
<label for="article_request_limit">Maximum article request limit</label> |
211 |
<label for="article_request_limit">Maximum active article requests</label> |
212 |
<input type="text" name="article_request_limit" id="article_request_limit" size="6" value="[% category.article_request_limit | html %]" /> per day |
212 |
<input type="text" name="article_request_limit" id="article_request_limit" size="6" value="[% category.article_request_limit | html %]"/> |
213 |
</li> |
213 |
</li> |
214 |
[% END %] |
214 |
[% END %] |
215 |
<li> |
215 |
<li> |
Lines 534-540
Link Here
|
534 |
<th scope="col">Lost items</th> |
534 |
<th scope="col">Lost items</th> |
535 |
<th scope="col">Hold fee</th> |
535 |
<th scope="col">Hold fee</th> |
536 |
[% IF Koha.Preference('ArticleRequests') %] |
536 |
[% IF Koha.Preference('ArticleRequests') %] |
537 |
<th scope="col">Maximum article request limit</th> |
537 |
<th scope="col">Article request limit</th> |
538 |
[% END %] |
538 |
[% END %] |
539 |
[% IF ( EnhancedMessagingPreferences ) %] |
539 |
[% IF ( EnhancedMessagingPreferences ) %] |
540 |
<th scope="col">Messaging</th> |
540 |
<th scope="col">Messaging</th> |
541 |
- |
|
|