Lines 34-44
Link Here
|
34 |
</div> |
34 |
</div> |
35 |
[% END %] |
35 |
[% END %] |
36 |
|
36 |
|
37 |
[% IF ( CAN_user_editcatalogue_edit_catalogue || CAN_user_editcatalogue_edit_items || CAN_user_tools_items_batchmod || CAN_user_tools_items_batchdel ) or ( frameworkcode == 'FA' and CAN_user_editcatalogue_fast_cataloging ) %] |
37 |
[% IF ( CAN_user_editcatalogue_edit_catalogue || CAN_user_editcatalogue_edit_items || CAN_user_tools_items_batchmod || CAN_user_tools_items_batchdel ) or ( frameworkcode == 'FA' || is_fast_add and CAN_user_editcatalogue_fast_cataloging ) %] |
38 |
<div class="btn-group"> |
38 |
<div class="btn-group"> |
39 |
<button class="btn btn-default dropdown-toggle" data-bs-toggle="dropdown" aria-expanded="false"><i class="fa-solid fa-pencil" aria-hidden="true"></i> Edit</button> |
39 |
<button class="btn btn-default dropdown-toggle" data-bs-toggle="dropdown" aria-expanded="false"><i class="fa-solid fa-pencil" aria-hidden="true"></i> Edit</button> |
40 |
<ul class="dropdown-menu"> |
40 |
<ul class="dropdown-menu"> |
41 |
[% IF CAN_user_editcatalogue_edit_catalogue or ( frameworkcode == 'FA' and CAN_user_editcatalogue_fast_cataloging ) %] |
41 |
[% IF CAN_user_editcatalogue_edit_catalogue or ( frameworkcode == 'FA' || is_fast_add and CAN_user_editcatalogue_fast_cataloging ) %] |
42 |
[% IF biblio.can_be_edited(logged_in_user) %] |
42 |
[% IF biblio.can_be_edited(logged_in_user) %] |
43 |
<li><a class="dropdown-item" id="editbiblio" href="/cgi-bin/koha/cataloguing/addbiblio.pl?biblionumber=[% biblionumber | html %]">Edit record</a></li> |
43 |
<li><a class="dropdown-item" id="editbiblio" href="/cgi-bin/koha/cataloguing/addbiblio.pl?biblionumber=[% biblionumber | html %]">Edit record</a></li> |
44 |
[% ELSE %] |
44 |
[% ELSE %] |
Lines 58-64
Link Here
|
58 |
</li> |
58 |
</li> |
59 |
[% END %] |
59 |
[% END %] |
60 |
|
60 |
|
61 |
[% IF CAN_user_editcatalogue_edit_items or ( frameworkcode == 'FA' and CAN_user_editcatalogue_fast_cataloging ) %] |
61 |
[% IF CAN_user_editcatalogue_edit_items or ( frameworkcode == 'FA' || is_fast_add and CAN_user_editcatalogue_fast_cataloging ) %] |
62 |
<li><a class="dropdown-item" id="manageitems" href="/cgi-bin/koha/cataloguing/additem.pl?biblionumber=[% biblionumber | html %]">Manage items</a></li> |
62 |
<li><a class="dropdown-item" id="manageitems" href="/cgi-bin/koha/cataloguing/additem.pl?biblionumber=[% biblionumber | html %]">Manage items</a></li> |
63 |
[% END %] |
63 |
[% END %] |
64 |
|
64 |
|
Lines 127-133
Link Here
|
127 |
<li><a class="dropdown-item" href="#" id="z3950copy">Replace record via Z39.50/SRU</a></li> |
127 |
<li><a class="dropdown-item" href="#" id="z3950copy">Replace record via Z39.50/SRU</a></li> |
128 |
[% END %] |
128 |
[% END %] |
129 |
|
129 |
|
130 |
[% IF CAN_user_editcatalogue_edit_catalogue or ( frameworkcode == 'FA' and CAN_user_editcatalogue_fast_cataloging ) %] |
130 |
[% IF CAN_user_editcatalogue_edit_catalogue or ( frameworkcode == 'FA' || is_fast_add and CAN_user_editcatalogue_fast_cataloging ) %] |
131 |
[% IF ( count ) %] |
131 |
[% IF ( count ) %] |
132 |
<li |
132 |
<li |
133 |
data-bs-toggle="tooltip" |
133 |
data-bs-toggle="tooltip" |
Lines 158-164
Link Here
|
158 |
[% END %] |
158 |
[% END %] |
159 |
[% END %] |
159 |
[% END %] |
160 |
|
160 |
|
161 |
[% IF CAN_user_editcatalogue_delete_all_items or ( frameworkcode == 'FA' and CAN_user_editcatalogue_fast_cataloging ) %] |
161 |
[% IF CAN_user_editcatalogue_delete_all_items or ( frameworkcode == 'FA' || is_fast_add and CAN_user_editcatalogue_fast_cataloging ) %] |
162 |
[% IF ( count ) %] |
162 |
[% IF ( count ) %] |
163 |
<li> |
163 |
<li> |
164 |
<form action="/cgi-bin/koha/cataloguing/additem.pl" method="post"> |
164 |
<form action="/cgi-bin/koha/cataloguing/additem.pl" method="post"> |