Bug 14686: Add Upload to Tools menu
[srvgit] / koha-tmpl / intranet-tmpl / prog / en / modules / tools / tools-home.tt
index a87857c..220c2bf 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">
     <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">
       <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>