bug 9360 - Clean borrowers tool wording and layout problematic
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / modules / tools / tools-home.tt
index b71a1ee..31124a9 100644 (file)
@@ -2,7 +2,7 @@
 <title>Koha &rsaquo; Tools</title>
 [% INCLUDE 'doc-head-close.inc' %]
 </head>
-<body>
+<body id="tools_tools-home" class="tools">
 [% INCLUDE 'header.inc' %]
 [% INCLUDE 'cat-search.inc' %]
 
@@ -26,7 +26,7 @@
     [% END %]
 
     [% IF ( CAN_user_tools_edit_notices ) %]
-    <dt><a href="/cgi-bin/koha/tools/letter.pl">Notices</a></dt>
+    <dt><a href="/cgi-bin/koha/tools/letter.pl">Notices &amp; slips</a></dt>
     <dd>Define notices (print and email notification messages for overdues, etc.)</dd>
     [% END %]
 
     [% END %]
 
     [% IF ( CAN_user_tools_delete_anonymize_patrons ) %]
-    <dt><a href="/cgi-bin/koha/tools/cleanborrowers.pl">Patrons (anonymize, bulk-delete)</a></dt>
-    <dd>Delete old borrowers and anonymize circulation history (deletes borrower reading history)</dd>
+    <dt><a href="/cgi-bin/koha/tools/cleanborrowers.pl">Batch patron deletion/anonymization</a></dt>
+    <dd>Batch delete patrons and delete patron circulation 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 ) %]
@@ -60,7 +65,7 @@
        </dl>
 </div>
 <div class="yui-u">
-<h3>Additional Tools</h3>
+<h3>Additional tools</h3>
 <dl>
     [% IF ( CAN_user_tools_edit_calendar ) %]
     <dt><a href="/cgi-bin/koha/tools/holidays.pl">Calendar</a></dt>
     <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 ) %]
     [% END %]
 
     [% IF ( CAN_user_tools_upload_local_cover_images ) %]
-    <dt><a href="/cgi-bin/koha/tools/upload-cover-image.pl">Upload Local Cover Image</a></dt>
+    <dt><a href="/cgi-bin/koha/tools/upload-cover-image.pl">Upload local cover image</a></dt>
     <dd>Utility to upload scanned cover images for display in OPAC</dd>
     [% END %]