Lines 95-101
Link Here
|
95 |
[% IF ( text_field.select_field ) %] |
95 |
[% IF ( text_field.select_field ) %] |
96 |
<td class="actions"> |
96 |
<td class="actions"> |
97 |
<a class="btn btn-default btn-xs" href="/cgi-bin/koha/labels/label-edit-[% label_element |url %].pl?op=edit_form&element_id=[% text_field.field_value |url %]"><i class="fa-solid fa-pencil" aria-hidden="true"></i> Edit</a> |
97 |
<a class="btn btn-default btn-xs" href="/cgi-bin/koha/labels/label-edit-[% label_element |url %].pl?op=edit_form&element_id=[% text_field.field_value |url %]"><i class="fa-solid fa-pencil" aria-hidden="true"></i> Edit</a> |
98 |
<a class="btn btn-default btn-xs delete" href="/cgi-bin/koha/labels/label-manage.pl?op=delete&label_element=[% label_element | html %]&element_id=[% text_field.field_value |url %]"><i class="fa fa-trash-can"></i> Delete</a> |
98 |
|
|
|
99 |
<a class="btn btn-default btn-xs submit-form-link" href="#" data-label_element="[% label_element | html %]" data-element_id="[% text_field.field_value | html %]" data-action="label-manage.pl" data-method="post" data-op="cud-delete" data-confirmation-msg="[% t('Are you sure you want to delete this?') | html %]"><i class="fa fa-trash-can"></i> Delete</a> |
99 |
</td> |
100 |
</td> |
100 |
[% IF label_element == 'batch' %] <td><input type="checkbox" name="action" value="[% text_field.field_value | html %]" /></td>[% END %] |
101 |
[% IF label_element == 'batch' %] <td><input type="checkbox" name="action" value="[% text_field.field_value | html %]" /></td>[% END %] |
101 |
[% ELSIF ( text_field.field_value ) %] |
102 |
[% ELSIF ( text_field.field_value ) %] |
Lines 134-139
Link Here
|
134 |
[% MACRO jsinclude BLOCK %] |
135 |
[% MACRO jsinclude BLOCK %] |
135 |
[% INCLUDE 'greybox.inc' %] |
136 |
[% INCLUDE 'greybox.inc' %] |
136 |
[% INCLUDE 'datatables.inc' %] |
137 |
[% INCLUDE 'datatables.inc' %] |
|
|
138 |
[% Asset.js("js/form-submit.js") | $raw %] |
137 |
<script> |
139 |
<script> |
138 |
function Xport() { |
140 |
function Xport() { |
139 |
batches= new Array; |
141 |
batches= new Array; |
140 |
- |
|
|