Bugzilla – Attachment 139593 Details for
Bug 31162
Add a clear cataloguing module home page
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 31162: Remove duplicates from tools-home
Bug-31162-Remove-duplicates-from-tools-home.patch (text/plain), 5.14 KB, created by
Martin Renvoize (ashimema)
on 2022-08-22 12:41:40 UTC
(
hide
)
Description:
Bug 31162: Remove duplicates from tools-home
Filename:
MIME Type:
Creator:
Martin Renvoize (ashimema)
Created:
2022-08-22 12:41:40 UTC
Size:
5.14 KB
patch
obsolete
>From 20b029f71f5e0044cb4c6b0d79e48970bcf58320 Mon Sep 17 00:00:00 2001 >From: Martin Renvoize <martin.renvoize@ptfs-europe.com> >Date: Mon, 22 Aug 2022 13:38:52 +0100 >Subject: [PATCH] Bug 31162: Remove duplicates from tools-home > >This patch removes cataloging tools from the tools-home page where they >are now listed on the cataloging home page. > >This leaves just two options in the 'Cataloging' section of the tools >home page, 'Rotating collections' and 'Upload local cover images'. >--- > .../prog/en/modules/tools/tools-home.tt | 71 +------------------ > 1 file changed, 1 insertion(+), 70 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/tools-home.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/tools-home.tt >index 2ebca53c9e..fb599a9333 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/tools-home.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/tools-home.tt >@@ -185,85 +185,16 @@ > </div> > > <div class="col-sm-4 col-sm-pull-4"> >-[% IF ( CAN_user_tools_items_batchdel || CAN_user_tools_items_batchmod || CAN_user_tools_records_batchdel || CAN_user_tools_records_batchmod || CAN_user_tools_export_catalog || CAN_user_tools_inventory || CAN_user_tools_label_creator || CAN_user_tools_rotating_collections || ( CAN_user_stockrotation_manage_rotas && Koha.Preference('StockRotation') ) || CAN_user_tools_marc_modification_templates || CAN_user_tools_stage_marc_import || CAN_user_tools_manage_staged_marc || CAN_user_tools_upload_local_cover_images ) %] >+[% IF ( CAN_user_tools_rotating_collections || CAN_user_tools_upload_local_cover_images ) %] > <h3>Catalog</h3> > [% END %] > <dl> >- [% IF ( CAN_user_tools_items_batchdel ) %] >- <dt><a href="/cgi-bin/koha/tools/batchMod.pl?del=1">Batch item deletion</a></dt> >- <dd>Delete a batch of items</dd> >- [% END %] >- >- [% IF ( CAN_user_tools_items_batchmod ) %] >- <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 bibliographic or authority records</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 bibliographic or authority records</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</a></dt> >- <dd>Perform inventory of your catalog</dd> >- [% END %] >- >- [% IF ( CAN_user_tools_label_creator ) %] >- <dt><a href="/cgi-bin/koha/labels/label-home.pl">Label creator</a></dt> >- <dd>Create printable labels and barcodes from catalog data</dd> >- [% END %] >- >- [% IF ( CAN_user_tools_label_creator ) %] >- <dt><a href="/cgi-bin/koha/labels/barcode-print.pl">Barcode image generator</a></dt> >- <dd>Configure and create barcodes of various types to be output as an image</dd> >- [% END %] >- >- [% IF ( CAN_user_tools_label_creator ) %] >- <dt><a href="/cgi-bin/koha/labels/spinelabel-home.pl">Quick spine label creator</a></dt> >- <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> > [% END %] > >- [% IF ( CAN_user_stockrotation_manage_rotas && Koha.Preference('StockRotation') ) %] >- <dt><a href="/cgi-bin/koha/tools/stockrotation.pl">Stock rotation</a></dt> >- <dd>Manage Stock rotation rotas, rota stages and rota items</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> >- [% END %] >- >- [% IF ( CAN_user_tools_manage_staged_marc ) %] >- <dt><a href="/cgi-bin/koha/tools/manage-marc-import.pl">Staged MARC record management</a></dt> >- <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> >-- >2.20.1
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 31162
:
137747
|
137754
|
137758
|
138141
|
138167
|
138687
|
138694
|
138797
|
138798
|
138799
|
139593
|
139594
|
139595
|
139596
|
139597
|
139598
|
139650
|
139651
|
139652
|
139654
|
139900
|
139901
|
139902
|
139903
|
139904
|
139905
|
139906
|
139907
|
140578
|
140579
|
140580
|
140581
|
140582
|
140583
|
140584
|
140585
|
140586
|
141246
|
141247
|
141248
|
141249
|
141250
|
141251
|
141252
|
141253
|
141254
|
141880
|
141881
|
141882
|
141883
|
141884
|
141885
|
141886
|
141887
|
141888
|
141889
|
141890
|
141891
|
141975
|
141976
|
141977
|
142028
|
142029
|
142663
|
142664