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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/moveitem.tt (-2 / +1 lines)
Lines 52-58 Link Here
52
52
53
	[% ELSE %]
53
	[% ELSE %]
54
	    [% IF ( success ) %]
54
	    [% IF ( success ) %]
55
            [% IF from_biblio.items.count == 0 %]
55
            [% IF from_biblio.items.count == 0 && CAN_user_editcatalogue_edit_catalogue %]
56
                <div class="dialog alert" id="del-bib-alert">
56
                <div class="dialog alert" id="del-bib-alert">
57
                    <div id="del-bib-action">
57
                    <div id="del-bib-action">
58
                        The record <em><a class="title" href="/cgi-bin/koha/catalogue/detail.pl?biblionumber=[% from_biblio.id | html %]">[% from_biblio.title | html %]</a></em> has [% from_biblio.items.count | html %] attached items.
58
                        The record <em><a class="title" href="/cgi-bin/koha/catalogue/detail.pl?biblionumber=[% from_biblio.id | html %]">[% from_biblio.title | html %]</a></em> has [% from_biblio.items.count | html %] attached items.
59
- 

Return to bug 24232