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.

Signed-off-by: Marc Véron <veron@veron.ch>

Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>

Signed-off-by: Brendan Gallagher brendan@bywatersolutions.com
This commit is contained in:
Jonathan Druart 2016-03-16 10:14:44 +00:00 committed by Brendan Gallagher
parent 4f85765994
commit 6045a808f3

View file

@ -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 %]