From 1dc575e1af87e5c179054683ead56c2930132898 Mon Sep 17 00:00:00 2001 From: Garry Collum Date: Wed, 27 Jan 2010 19:36:40 -0500 Subject: [PATCH] Bug 3856: Tools Menu in Alpha Order - resubmission. This patch gathers the links on the tools menu and places them in categories similar to the Administration menu - Patrons and circulation, Catalog, Additional Tools. It also adds these categories to the tools sidebar menu. Signed-off-by: Galen Charlton --- .../prog/en/includes/tools-menu.inc | 80 ++++++----- .../prog/en/modules/tools/tools-home.tmpl | 135 +++++++++--------- 2 files changed, 116 insertions(+), 99 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/tools-menu.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/tools-menu.inc index 087e1cdc8c..3a9376b3ae 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/includes/tools-menu.inc +++ b/koha-tmpl/intranet-tmpl/prog/en/includes/tools-menu.inc @@ -9,64 +9,78 @@ }); //]]> - diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/tools-home.tmpl b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/tools-home.tmpl index 5a99f86e5f..4490c7853c 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/tools-home.tmpl +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/tools-home.tmpl @@ -13,37 +13,36 @@
+

Patrons and circulation

- -
News
-
Write news for the OPAC and staff interfaces
+ +
Comments
+
Moderate patron comments
- - -
Label creator
-
Create printable labels and barcodes from catalog data
+ + +
Import patrons
+
Import patron data
- -
Quick spine label creator
-
Enter a barcode to generate a printable spine label
-
For use with dedicated label printers
+ +
Notices
+
Define notices (print and email notification messages for overdues, etc.)
+ +
Overdue notice/status triggers
+
Set notice/status triggers for overdue items
+ + -
Patron Card Creator
+
Patron card creator
Create printable patron cards
- - -
Calendar
-
Define days when the library is closed
- - - -
Comments
-
Moderate patron comments
+ +
Patrons (anonymize, bulk-delete)
+
Delete old borrowers and anonymize circulation history (deletes borrower reading history)
@@ -51,28 +50,26 @@
Moderate patron tags
- -
CSV Profiles
-
Manage CSV export profiles
+ +
Upload patron images
+
Upload patron images in batch or one at a time
- -
Rotating Collections
-
Manage Rotating Collections
- +
-
- -
Notices
-
Define notices (print and email notification messages for overdues, etc.)
+

Additional Tools

+
+ +
Calendar
+
Define days when the library is closed
- -
Overdue notice/status triggers
-
Set notice/status triggers for overdue items
+ +
CSV profiles
+
Manage CSV export profiles
@@ -80,58 +77,64 @@
Browse the system logs
- -
Inventory/stocktaking
-
Perform inventory (stocktaking) of your catalog
- - - -
Modify a queryset of items
-
Perform batch modification of items
+ +
News
+
Write news for the OPAC and staff interfaces
- -
Delete a queryset of items
-
Perform batch deletion of items
+ +
Task scheduler
+
Schedule tasks to run
-
+
+

Catalog

- -
Stage MARC Records For Import
-
Stage MARC records into the reservoir.
+ +
Batch item deletion
+
Perform batch deletion of items
- -
Manage Staged MARC Records
-
Managed staged MARC records, including completing and reversing imports
+ +
Batch item modification
+
Perform batch modification of items
- +
Export bibliographic and holdings
Export bibliographic and holdings data
- -
Import patrons
-
Import patron data
+ +
Inventory/stocktaking
+
Perform inventory (stocktaking) of your catalog
- -
Patrons (anonymize, bulk-delete)
-
Delete old borrowers and anonymize circulation history (deletes borrower reading history)
+ +
Label creator
+
Create printable labels and barcodes from catalog data
+ + + +
Quick spine label creator
+
Enter a barcode to generate a printable spine label. For use with dedicated label printers
- -
Upload patron images
-
Upload patron images in batch or one at a time
+ +
Rotating collections
+
Manage Rotating Collections
- -
Task Scheduler
-
Schedule tasks to run
+ +
Stage MARC records for import
+
Stage MARC records into the reservoir.
+ + + +
Staged MARC record management
+
Managed staged MARC records, including completing and reversing imports
-- 2.20.1