View | Details | Raw Unified | Return to bug 27945
Collapse All | Expand All

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/categories.tt (-3 / +2 lines)
Lines 208-214 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 scan requests</label>
211
                    <label for="article_request_limit">Maximum article request limit</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 %]" /> per day
213
                </li>
213
                </li>
214
                [% END %]
214
                [% END %]
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 request limit</th>
537
                    <th scope="col">Maximum 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
- 

Return to bug 27945