Bug 7919 : Display of values depending on the connexion library
[koha_fer] / koha-tmpl / intranet-tmpl / prog / en / modules / tools / tools-home.tt
index 469236b..52cc1e6 100644 (file)
     <dd>Delete old borrowers and anonymize circulation history (deletes borrower reading history)</dd>
     [% END %]
 
+    [% IF ( CAN_user_tools_edit_patrons ) %]
+    <dt><a href="/cgi-bin/koha/tools/modborrowers.pl">Batch patron modification</a></dt>
+    <dd>Modify patrons in batch</dd>
+    [% END %]
+
     [% IF ( CAN_user_tools_moderate_tags ) %]
     <dt><a href="/cgi-bin/koha/tags/review.pl">Tags</a> [% IF ( pendingtags ) %]<span class="holdcount"><a href="/cgi-bin/koha/tags/review.pl">[% pendingtags %]</a></span>[% END %]</dt>
        <dd>Moderate patron tags</dd>
     <dd>Schedule tasks to run</dd>
     [% END %]
        
+    [% IF ( CAN_user_tools_edit_quotes ) %]
+    <dt><a href="/cgi-bin/koha/tools/quotes.pl">Edit quotes for QOTD feature</a></dt>
+    <dd>Quote editor for Quote-of-the-day feature in OPAC</dd>
+    [% END %]
 
 </dl>
 </div>
     [% END %]
     
     [% IF ( CAN_user_tools_export_catalog ) %]
-    <dt><a href="/cgi-bin/koha/tools/export.pl">Export bibliographic and holdings</a></dt>
-    <dd>Export bibliographic and holdings data</dd>
+    <dt><a href="/cgi-bin/koha/tools/export.pl">Export data</a></dt>
+    <dd>Export bibliographic, holdings, and authority records</dd>
     [% END %]
 
     [% IF ( CAN_user_tools_inventory ) %]