Lines 52-59
Link Here
|
52 |
[% INCLUDE 'csrf-token.inc' %] |
52 |
[% INCLUDE 'csrf-token.inc' %] |
53 |
<input type="hidden" name="op" value="cud-delete" /> |
53 |
<input type="hidden" name="op" value="cud-delete" /> |
54 |
<input type="hidden" name="id" value="[% id | html %]" /> |
54 |
<input type="hidden" name="id" value="[% id | html %]" /> |
|
|
55 |
<a class="dropdown-item submit-form-link" href="#" data-id="[% id | html %]" data-action="guided_reports.pl" data-method="post" data-op="cud-delete" data-confirmation-msg="Are you sure you want to delete this report?">Delete</a> |
55 |
</form> |
56 |
</form> |
56 |
<a href="#" class="dropdown-item delete">Delete</a> |
|
|
57 |
</li> |
57 |
</li> |
58 |
[% END %] |
58 |
[% END %] |
59 |
</ul> |
59 |
</ul> |
60 |
- |
|
|