Bug 8015: Add MARC Modifications Templates
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / modules / tools / tools-home.tt
index 05bdb47..8ae069f 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' %]
 
 <div class="yui-u first">
 <h3>Patrons and circulation</h3>
 <dl>
-    [% IF ( CAN_user_tools_moderate_comments ) %]
+    [% IF (CAN_user_tools_manage_patron_lists) %]
+    <dt><a href="/cgi-bin/koha/patron_lists/lists.pl">Patron lists</a>
+    <dd>Manage lists of patrons.</dd>
+    [% END %]
+
+[% IF ( CAN_user_tools_moderate_comments ) %]
     <dt><a href="/cgi-bin/koha/reviews/reviewswaiting.pl">Comments</a> [% IF ( pendingcomments ) %]<span class="holdcount"><a href="/cgi-bin/koha/reviews/reviewswaiting.pl">[% pendingcomments %]</a></span>[% END %]</dt>
        <dd>Moderate patron comments. </dd>
     [% END %]
@@ -26,7 +31,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 ) %]
@@ -52,7 +62,7 @@
 
     [% IF ( CAN_user_tools_batch_upload_patron_images ) %]
     <dt><a href="/cgi-bin/koha/tools/picture-upload.pl">Upload patron images</a></dt>
-       <dd>Upload patron images in batch or one at a time</dd>
+       <dd>Upload patron images in batch or one at a time</dd>
     [% END %]
 
 
@@ -60,7 +70,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 %]
+
+    [% IF ( UseKohaPlugins && CAN_user_plugins_tool ) %]
+    <dt><a href="/cgi-bin/koha/plugins/plugins-home.pl?method=tool">Tool Plugins</a></dt>
+    <dd>Use tool plugins</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 ) %]
 <!--
     [% IF ( CAN_user_tools_rotating_collections ) %]
     <dt><a href="/cgi-bin/koha/rotating_collections/rotatingCollections.pl">Rotating collections</a></dt>
-       <dd>Manage Rotating Collections</dd>
+    <dd>Manage Rotating Collections</dd>
     [% END %]
 -->
 
+    [% IF ( CAN_user_tools_marc_modification_templates ) %]
+    <dt><a href="/cgi-bin/koha/tools/marc_modification_templates.pl">MARC Modification Templates</a></dt>
+    <dd>Manage templates for modifying MARC records during import.</dd>
+    [% END %]
+
     [% IF ( CAN_user_tools_stage_marc_import ) %]
     <dt><a href="/cgi-bin/koha/tools/stage-marc-import.pl">Stage MARC records for import</a></dt>
     <dd>Stage MARC records into the reservoir.</dd>
     <dd>Managed staged MARC records, including completing and reversing imports</dd>
     [% 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>
+    <dd>Utility to upload scanned cover images for display in OPAC</dd>
+    [% END %]
+
 </dl>
 </div>