Bugzilla – Attachment 40166 Details for
Bug 13874
rotating collections and calendar are circ tools
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 13874: 'Rotating collections' are a circulation tool
Bug-13874-Rotating-collections-are-a-circulation-t.patch (text/plain), 1.92 KB, created by
Jonathan Druart
on 2015-06-16 09:12:50 UTC
(
hide
)
Description:
Bug 13874: 'Rotating collections' are a circulation tool
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2015-06-16 09:12:50 UTC
Size:
1.92 KB
patch
obsolete
>From b7d96249464e443db4af358ea489b1b0974d9259 Mon Sep 17 00:00:00 2001 >From: Katrin Fischer <Katrin.Fischer.83@web.de> >Date: Mon, 8 Jun 2015 05:29:16 +0200 >Subject: [PATCH] Bug 13874: 'Rotating collections' are a circulation tool > >Moves the entry for 'Rotating collections' from the Catalog >column to the 'Patrons and circulation' column. > >To test: >- Verify the entry has been moved on the tools home page > >NOTE: I agree that collections makes more sense under the new > column. > >Signed-off-by: Mark Tompsett <mtompset@hotmail.com> > >Signed-off-by: Jonathan Druart <jonathan.druart@koha-community.org> >--- > koha-tmpl/intranet-tmpl/prog/en/modules/tools/tools-home.tt | 9 ++++----- > 1 file changed, 4 insertions(+), 5 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 e722610..7b2e14e 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 >@@ -65,6 +65,10 @@ > <dd>Upload patron images in a batch or one at a time</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 %] > > > </dl> >@@ -152,11 +156,6 @@ > <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_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> >-- >2.1.0
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 13874
:
39976
|
40114
| 40166