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

(-)a/koha-tmpl/intranet-tmpl/prog/en/includes/cat-toolbar.inc (-2 / +1 lines)
Lines 199-205 CAN_user_serials_create_subscription ) %] Link Here
199
                [% IF ( count ) %]
199
                [% IF ( count ) %]
200
                    <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>
200
                    <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>
201
                [% ELSE %]
201
                [% ELSE %]
202
                    <li><a id="deletebiblio" href="/cgi-bin/koha/cataloguing/addbiblio.pl?op=delete&amp;biblionumber=[% biblionumber %]">Delete record</a></li>
202
                    <li><a id="deletebiblio" href="#">Delete record</a></li>
203
                [% END %]
203
                [% END %]
204
            [% END %]
204
            [% END %]
205
205
206
- 

Return to bug 13254