View | Details | Raw Unified | Return to bug 24857
Collapse All | Expand All

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt (-4 / +7 lines)
Lines 1-5 Link Here
1
[% USE raw %]
1
[% USE raw %]
2
[% USE Asset %]
2
[% USE Asset %]
3
[% USE Context %]
3
[% USE Koha %]
4
[% USE Koha %]
4
[% USE KohaDates %]
5
[% USE KohaDates %]
5
[% USE KohaPlugins %]
6
[% USE KohaPlugins %]
Lines 310-318 Link Here
310
              [% IF CAN_user_tools_items_batchmod %]
311
              [% IF CAN_user_tools_items_batchmod %]
311
                <a class="itemselection_action_modify"><i class="fa fa-pencil"></i> Modify selected items</a>
312
                <a class="itemselection_action_modify"><i class="fa fa-pencil"></i> Modify selected items</a>
312
              [% END %]
313
              [% END %]
313
              [% IF CAN_user_editcatalogue_manage_item_groups && biblio.item_groups.count %]
314
              [% IF CAN_user_editcatalogue_manage_item_groups %]
314
                <a class="itemselection_action_item_group_set" href="#"><i class="fa fa-book"></i> Add/move to item group</a>
315
                [% SET item_groups_rs = Context.Scalar(biblio, 'item_groups') %]
315
                <a class="itemselection_action_item_group_unset" href="#"><i class="fa fa-unlink"></i> Remove from item group</a>
316
                [% IF item_groups_rs.count %]
317
                  <a class="itemselection_action_item_group_set" href="#"><i class="fa fa-book"></i> Add/move to item group</a>
318
                  <a class="itemselection_action_item_group_unset" href="#"><i class="fa fa-unlink"></i> Remove from item group</a>
319
                [% END %]
316
              [% END %]
320
              [% END %]
317
            </span>
321
            </span>
318
        [% END %]
322
        [% END %]
319
- 

Return to bug 24857