Bug 14686: Add Upload to Tools menu
[srvgit] / koha-tmpl / intranet-tmpl / prog / en / modules / tools / tools-home.tt
index 31124a9..220c2bf 100644 (file)
 <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 %]
 
     [% 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 %]
-
-
-
        </dl>
 </div>
 <div class="yui-u">
     <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 %]
+
+    [% IF CAN_user_acquisition_edi_manage %]
+    <dt><a href="/cgi-bin/koha/tools/edi.pl">EDIfact messages</a></dt>
+    <dd>Manage EDIfact transmissions</dd>
+    [% END %]
+
+    [% IF ( CAN_user_tools_upload_general_files ) %]
+    <dt><a href="/cgi-bin/koha/tools/upload.pl">Upload</a></dt>
+    <dd>Upload any type of file, manage uploads</dd>
+    [% END %]
+
 </dl>
 </div>
 <div class="yui-u">
     <dt><a href="/cgi-bin/koha/tools/batchMod.pl">Batch item modification</a></dt>
     <dd>Modify items in a batch</dd>
     [% END %]
-    
+
+    [% IF CAN_user_tools_records_batchdel %]
+      <dt><a href="/cgi-bin/koha/tools/batch_delete_records.pl">Batch record deletion</a></dt>
+      <dd>Delete a batch of records (bibliographic or authority)</dd>
+    [% END %]
+
+    [% IF CAN_user_tools_records_batchmod %]
+      <dt><a href="/cgi-bin/koha/tools/batch_record_modification.pl">Batch record modification</a></dt>
+      <dd>Modify a batch of records (biblios or authorities)</dd>
+    [% END %]
+
+    [% IF ( CAN_user_tools_items_batchmod ) %]
+      <dt><a href="/cgi-bin/koha/tools/automatic_item_modification_by_age.pl">Automatic item modifications by age</a></dt>
+      <dd>Define rules to modify items by age</dd>
+    [% END %]
+
     [% IF ( CAN_user_tools_export_catalog ) %]
     <dt><a href="/cgi-bin/koha/tools/export.pl">Export data</a></dt>
     <dd>Export bibliographic, holdings, and authority records</dd>
     <dd>Enter a barcode to generate a printable spine label. For use with dedicated label printers</dd>
     [% END %]
 
-<!--
     [% 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>