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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/tools-home.tt (-5 / +4 lines)
Lines 21-32 Link Here
21
<dl>
21
<dl>
22
    [% IF (CAN_user_tools_manage_patron_lists) %]
22
    [% IF (CAN_user_tools_manage_patron_lists) %]
23
    <dt><a href="/cgi-bin/koha/patron_lists/lists.pl">Patron lists</a>
23
    <dt><a href="/cgi-bin/koha/patron_lists/lists.pl">Patron lists</a>
24
    <dd>Manage lists of patrons.</dd>
24
    <dd>Manage lists of patrons</dd>
25
    [% END %]
25
    [% END %]
26
26
27
    [% IF (CAN_user_clubs) %]
27
    [% IF (CAN_user_clubs) %]
28
    <dt><a href="/cgi-bin/koha/clubs/clubs.pl">Patron clubs</a>
28
    <dt><a href="/cgi-bin/koha/clubs/clubs.pl">Patron clubs</a>
29
    <dd>Manage patron clubs..</dd>
29
    <dd>Manage patron clubs</dd>
30
    [% END %]
30
    [% END %]
31
31
32
    [% IF ( CAN_user_tools_moderate_comments ) %]
32
    [% IF ( CAN_user_tools_moderate_comments ) %]
Lines 207-218 Link Here
207
207
208
    [% IF ( CAN_user_tools_marc_modification_templates ) %]
208
    [% IF ( CAN_user_tools_marc_modification_templates ) %]
209
    <dt><a href="/cgi-bin/koha/tools/marc_modification_templates.pl">MARC modification templates</a></dt>
209
    <dt><a href="/cgi-bin/koha/tools/marc_modification_templates.pl">MARC modification templates</a></dt>
210
    <dd>Manage templates for modifying MARC records during import.</dd>
210
    <dd>Manage templates for modifying MARC records during import</dd>
211
    [% END %]
211
    [% END %]
212
212
213
    [% IF ( CAN_user_tools_stage_marc_import ) %]
213
    [% IF ( CAN_user_tools_stage_marc_import ) %]
214
    <dt><a href="/cgi-bin/koha/tools/stage-marc-import.pl">Stage MARC records for import</a></dt>
214
    <dt><a href="/cgi-bin/koha/tools/stage-marc-import.pl">Stage MARC records for import</a></dt>
215
    <dd>Stage MARC records into the reservoir.</dd>
215
    <dd>Stage MARC records into the reservoir</dd>
216
    [% END %]
216
    [% END %]
217
217
218
    [% IF ( CAN_user_tools_manage_staged_marc ) %]
218
    [% IF ( CAN_user_tools_manage_staged_marc ) %]
219
- 

Return to bug 24875