Bugzilla – Attachment 49206 Details for
Bug 16030
Automatic item modifications by age missing from admin sidebar
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 16030: Add 'Automatic item modifications by age' to the tool sidebar
Bug-16030-Add-Automatic-item-modifications-by-age-.patch (text/plain), 1.32 KB, created by
Jonathan Druart
on 2016-03-16 10:16:50 UTC
(
hide
)
Description:
Bug 16030: Add 'Automatic item modifications by age' to the tool sidebar
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2016-03-16 10:16:50 UTC
Size:
1.32 KB
patch
obsolete
>From fc4cc96f9605d789a39844ab250df82bc0b98f2d Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Wed, 16 Mar 2016 10:14:44 +0000 >Subject: [PATCH] Bug 16030: Add 'Automatic item modifications by age' to the > tool sidebar > >Test plan: >Go on a page of the tools module >You should see a "Automatic item modifications by age" link >Click on it >The list should not be styled to highlight the fact that you are on this >page. >--- > koha-tmpl/intranet-tmpl/prog/en/includes/tools-menu.inc | 3 +++ > 1 file changed, 3 insertions(+) > >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 d4c19bc..4ef2a8e 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/includes/tools-menu.inc >+++ b/koha-tmpl/intranet-tmpl/prog/en/includes/tools-menu.inc >@@ -68,6 +68,9 @@ > [% IF CAN_user_tools_records_batchmod %] > <li><a href="/cgi-bin/koha/tools/batch_record_modification.pl">Batch record modification</a></li> > [% END %] >+ [% IF CAN_user_tools_items_batchmod %] >+ <li><a href="/cgi-bin/koha/tools/automatic_item_modification_by_age.pl">Automatic item modifications by age</a></li> >+ [% END %] > [% IF ( CAN_user_tools_export_catalog ) %] > <li><a href="/cgi-bin/koha/tools/export.pl">Export data</a></li> > [% END %] >-- >2.7.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 16030
:
49206
|
49209
|
49357