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 214-220 Link Here
214
                    <input type="text" name="article_request_fee" id="article_request_fee" size="6" value="[% category.article_request_fee | $Price on_editing => 1 %]" />
214
                    <input type="text" name="article_request_fee" id="article_request_fee" size="6" value="[% category.article_request_fee | $Price on_editing => 1 %]" />
215
                </li>
215
                </li>
216
                <li>
216
                <li>
217
                    <label for="article_request_limit">Maximum article scan requests</label>
217
                    <label for="article_request_limit">Maximum article request limit</label>
218
                    <input type="text" name="article_request_limit" id="article_request_limit" size="6" value="[% category.article_request_limit | html %]" /> per day
218
                    <input type="text" name="article_request_limit" id="article_request_limit" size="6" value="[% category.article_request_limit | html %]" /> per day
219
                </li>
219
                </li>
220
                [% END %]
220
                [% END %]
Lines 543-549 Link Here
543
                    <th scope="col">Hold fee</th>
543
                    <th scope="col">Hold fee</th>
544
                    [% IF Koha.Preference('ArticleRequests') %]
544
                    [% IF Koha.Preference('ArticleRequests') %]
545
                    <th scope="col">Article request fee</th>
545
                    <th scope="col">Article request fee</th>
546
                    <th scope="col">Maximum request limit</th>
546
                    <th scope="col">Maximum article request limit</th>
547
                    [% END %]
547
                    [% END %]
548
                    [% IF ( EnhancedMessagingPreferences ) %]
548
                    [% IF ( EnhancedMessagingPreferences ) %]
549
                    <th scope="col">Messaging</th>
549
                    <th scope="col">Messaging</th>
550
- 

Return to bug 27945