Lines 9-14
Link Here
|
9 |
[% BLOCK build_table %] |
9 |
[% BLOCK build_table %] |
10 |
<table class="items_table" id="[% tab | html %]_table"> |
10 |
<table class="items_table" id="[% tab | html %]_table"> |
11 |
<thead> |
11 |
<thead> |
|
|
12 |
<tr> |
12 |
<th id="[% tab | html %]_checkbox" data-colname="checkbox" class="NoSort"></th> |
13 |
<th id="[% tab | html %]_checkbox" data-colname="checkbox" class="NoSort"></th> |
13 |
[% IF Koha.Preference('LocalCoverImages') %] |
14 |
[% IF Koha.Preference('LocalCoverImages') %] |
14 |
<th id="[% tab | html %]_cover_image" data-colname="cover_image">Cover image</th> |
15 |
<th id="[% tab | html %]_cover_image" data-colname="cover_image">Cover image</th> |
Lines 63-69
Link Here
|
63 |
<input name='biblionumber' type='hidden' value="[% biblionumber | html %]" /> |
64 |
<input name='biblionumber' type='hidden' value="[% biblionumber | html %]" /> |
64 |
<input name='op' type='hidden' value='cud-show' /> |
65 |
<input name='op' type='hidden' value='cud-show' /> |
65 |
<input name='del' type='hidden' value='1' /> |
66 |
<input name='del' type='hidden' value='1' /> |
66 |
<button type="submit" class="itemselection_action_delete btn btn-link" /><i class="fa fa-trash-can"></i> Delete selected items</button> |
67 |
<button type="submit" class="itemselection_action_delete btn btn-link"><i class="fa fa-trash-can"></i> Delete selected items</button> |
67 |
</form> |
68 |
</form> |
68 |
[% END %] |
69 |
[% END %] |
69 |
[% IF CAN_user_tools_items_batchmod %] |
70 |
[% IF CAN_user_tools_items_batchmod %] |
Lines 72-78
Link Here
|
72 |
<input name='src' type='hidden' value='CATALOGUING' /> |
73 |
<input name='src' type='hidden' value='CATALOGUING' /> |
73 |
<input name='biblionumber' type='hidden' value="[% biblionumber | html %]" /> |
74 |
<input name='biblionumber' type='hidden' value="[% biblionumber | html %]" /> |
74 |
<input name='op' type='hidden' value='cud-show' /> |
75 |
<input name='op' type='hidden' value='cud-show' /> |
75 |
<button type="submit" class="itemselection_action_modify btn btn-link" /><i class="fa-solid fa-pencil"></i> Modify selected items</button> |
76 |
<button type="submit" class="itemselection_action_modify btn btn-link"><i class="fa-solid fa-pencil"></i> Modify selected items</button> |
76 |
</form> |
77 |
</form> |
77 |
[% END %] |
78 |
[% END %] |
78 |
[% IF CAN_user_editcatalogue_manage_item_groups && biblio.item_groups.count %] |
79 |
[% IF CAN_user_editcatalogue_manage_item_groups && biblio.item_groups.count %] |
79 |
- |
|
|