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

(-)a/koha-tmpl/intranet-tmpl/prog/en/includes/cat-toolbar.inc (-2 / +2 lines)
Lines 193-199 CAN_user_serials_create_subscription ) %] Link Here
193
193
194
            [% IF CAN_user_editcatalogue_edit_catalogue or ( frameworkcode == 'FA' and CAN_user_editcatalogue_fast_cataloging ) %]
194
            [% IF CAN_user_editcatalogue_edit_catalogue or ( frameworkcode == 'FA' and CAN_user_editcatalogue_fast_cataloging ) %]
195
                [% IF ( count ) %]
195
                [% IF ( count ) %]
196
                    <li class="disabled"><a id="deletebiblio" data-toggle="tooltip" data-placement="left" title="[% count %] item(s) are attached to this record. You must delete all items before deleting this record." href="#">Delete record</a></li>
196
                    [% BLOCK delrectitle %][% count %] item(s) are attached to this record. You must delete all items before deleting this record.[% END %]
197
                    <li class="disabled"><a id="deletebiblio" data-toggle="tooltip" data-placement="left" title="[%- INCLUDE delrectitle -%]" href="#">Delete record</a></li>
197
                [% ELSE %]
198
                [% ELSE %]
198
                    <li><a id="deletebiblio" href="#">Delete record</a></li>
199
                    <li><a id="deletebiblio" href="#">Delete record</a></li>
199
                [% END %]
200
                [% END %]
200
- 

Return to bug 18650