Bug 7673: The delete all items link should only be displayed if delete_all_items is set

This test had been lost in a rebase.

Signed-off-by: Koha Team AMU <koha.aixmarseille@gmail.com>
Signed-off-by: Katrin Fischer <Katrin.Fischer.83@web.de>
Signed-off-by: Tomas Cohen Arazi <tomascohen@gmail.com>
This commit is contained in:
Jonathan Druart 2014-03-31 13:50:08 +02:00 committed by Tomas Cohen Arazi
parent 4d96568427
commit 061a74220e

View file

@ -203,7 +203,7 @@ CAN_user_serials_create_subscription ) %]
[% END %]
[% END %]
[% IF ( CAN_user_editcatalogue_edit_items ) %]
[% IF ( CAN_user_editcatalogue_delete_all_items ) %]
[% IF ( count ) %]
<li><a href="#" id="deleteallitems">Delete all items</a></li>
[% ELSE %]