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:
parent
4d96568427
commit
061a74220e
1 changed files with 1 additions and 1 deletions
|
@ -203,7 +203,7 @@ CAN_user_serials_create_subscription ) %]
|
||||||
[% END %]
|
[% END %]
|
||||||
[% END %]
|
[% END %]
|
||||||
|
|
||||||
[% IF ( CAN_user_editcatalogue_edit_items ) %]
|
[% IF ( CAN_user_editcatalogue_delete_all_items ) %]
|
||||||
[% IF ( count ) %]
|
[% IF ( count ) %]
|
||||||
<li><a href="#" id="deleteallitems">Delete all items</a></li>
|
<li><a href="#" id="deleteallitems">Delete all items</a></li>
|
||||||
[% ELSE %]
|
[% ELSE %]
|
||||||
|
|
Loading…
Reference in a new issue