Bug 16682: Fix display if Batch patron modification tool does not get any patrons
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / modules / tools / tools-home.tt
index a87857c..09bc4b6 100644 (file)
@@ -64,9 +64,6 @@
     <dt><a href="/cgi-bin/koha/tools/picture-upload.pl">Upload patron images</a></dt>
        <dd>Upload patron images in a batch or one at a time</dd>
     [% END %]
-
-
-
        </dl>
 </div>
 <div class="yui-u">
     [% END %]
 
     [% IF ( UseKohaPlugins && CAN_user_plugins_tool ) %]
-    <dt><a href="/cgi-bin/koha/plugins/plugins-home.pl?method=tool">Tool Plugins</a></dt>
+    <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_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">
 <h3>Catalog</h3>
 <dl>
       <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>
     [% END %]
 
     [% IF ( CAN_user_tools_inventory ) %]
-    <dt><a href="/cgi-bin/koha/tools/inventory.pl">Inventory/stocktaking</a></dt>
-    <dd>Perform inventory (stocktaking) of your catalog</dd>
+    <dt><a href="/cgi-bin/koha/tools/inventory.pl">Inventory</a></dt>
+    <dd>Perform inventory of your catalog</dd>
     [% END %]
 
     [% IF ( CAN_user_tools_label_creator ) %]