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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/tools-home.tt (-6 / +5 lines)
Lines 21-37 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 ) %]
33
    <dt><a href="/cgi-bin/koha/reviews/reviewswaiting.pl">Comments</a> [% IF ( pendingcomments ) %]<span class="number_box"><a href="/cgi-bin/koha/reviews/reviewswaiting.pl">[% pendingcomments | html %]</a></span>[% END %]</dt>
33
    <dt><a href="/cgi-bin/koha/reviews/reviewswaiting.pl">Comments</a> [% IF ( pendingcomments ) %]<span class="number_box"><a href="/cgi-bin/koha/reviews/reviewswaiting.pl">[% pendingcomments | html %]</a></span>[% END %]</dt>
34
    <dd>Moderate patron comments. </dd>
34
    <dd>Moderate patron comments</dd>
35
    [% END %]
35
    [% END %]
36
    
36
    
37
    [% IF ( CAN_user_tools_import_patrons ) %]
37
    [% IF ( CAN_user_tools_import_patrons ) %]
Lines 212-223 Link Here
212
212
213
    [% IF ( CAN_user_tools_marc_modification_templates ) %]
213
    [% IF ( CAN_user_tools_marc_modification_templates ) %]
214
    <dt><a href="/cgi-bin/koha/tools/marc_modification_templates.pl">MARC modification templates</a></dt>
214
    <dt><a href="/cgi-bin/koha/tools/marc_modification_templates.pl">MARC modification templates</a></dt>
215
    <dd>Manage templates for modifying MARC records during import.</dd>
215
    <dd>Manage templates for modifying MARC records during import</dd>
216
    [% END %]
216
    [% END %]
217
217
218
    [% IF ( CAN_user_tools_stage_marc_import ) %]
218
    [% IF ( CAN_user_tools_stage_marc_import ) %]
219
    <dt><a href="/cgi-bin/koha/tools/stage-marc-import.pl">Stage MARC records for import</a></dt>
219
    <dt><a href="/cgi-bin/koha/tools/stage-marc-import.pl">Stage MARC records for import</a></dt>
220
    <dd>Stage MARC records into the reservoir.</dd>
220
    <dd>Stage MARC records into the reservoir</dd>
221
    [% END %]
221
    [% END %]
222
222
223
    [% IF ( CAN_user_tools_manage_staged_marc ) %]
223
    [% IF ( CAN_user_tools_manage_staged_marc ) %]
224
- 

Return to bug 24875