Bugzilla – Attachment 49209 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.46 KB, created by
Marc Véron
on 2016-03-16 10:35:49 UTC
(
hide
)
Description:
Bug 16030: Add 'Automatic item modifications by age' to the tool sidebar
Filename:
MIME Type:
Creator:
Marc Véron
Created:
2016-03-16 10:35:49 UTC
Size:
1.46 KB
patch
obsolete
>From 398f5b4a7f31783f228ee2cc0409e264bb84cda0 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 >MIME-Version: 1.0 >Content-Type: text/plain; charset=UTF-8 >Content-Transfer-Encoding: 8bit > >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. > >Signed-off-by: Marc Véron <veron@veron.ch> >--- > 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 %] >-- >1.7.10.4
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