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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/members/search.tt (-6 / +5 lines)
Lines 60-71 Link Here
60
            </fieldset>
60
            </fieldset>
61
        </form>
61
        </form>
62
62
63
        [% IF patrons_with_acq_perm_only %]
63
        [% IF filter == 'suggestions_managers' %]
64
            <div class="hint">Only staff with superlibrarian or acquisitions permissions (or order_manage permission if granular permissions are enabled) are returned in the search results</div>
65
        [% END %]
66
67
        [% IF patrons_with_suggestion_perm_only %]
68
            <div class="hint">Only staff with superlibrarian or suggestions_manage permissions are returned in the search results</div>
64
            <div class="hint">Only staff with superlibrarian or suggestions_manage permissions are returned in the search results</div>
65
        [% ELSIF filter == 'orders_managers' %]
66
            <div class="hint">Only staff with superlibrarian or acquisitions permissions (or order_manage permission if granular permissions are enabled) are returned in the search results</div>
67
        [% ELSIF filter == 'funds_owners' OR filter == 'funds_users' %]
68
            <div class="hint">Only staff with superlibrarian or acquisitions permissions (or budget_modify permission if granular permissions are enabled) are returned in the search results</div>
69
        [% END %]
69
        [% END %]
70
70
71
        <div class="browse">
71
        <div class="browse">
72
- 

Return to bug 30055