Lines 100-110
Link Here
|
100 |
<a class="btn btn-default" id="editsuggestion" href="suggestion.pl?op=edit_form&suggestionid=[% suggestionid | html %]"><i class="fa-solid fa-pencil" aria-hidden="true"></i> Edit</a> |
100 |
<a class="btn btn-default" id="editsuggestion" href="suggestion.pl?op=edit_form&suggestionid=[% suggestionid | html %]"><i class="fa-solid fa-pencil" aria-hidden="true"></i> Edit</a> |
101 |
<form class="delete_form" method="post" action="/cgi-bin/koha/suggestion/suggestion.pl"> |
101 |
<form class="delete_form" method="post" action="/cgi-bin/koha/suggestion/suggestion.pl"> |
102 |
[% INCLUDE 'csrf-token.inc' %] |
102 |
[% INCLUDE 'csrf-token.inc' %] |
103 |
<fieldset class="action"> |
103 |
<input type="hidden" name="op" value="cud-delete" /> |
104 |
<input type="hidden" name="op" value="cud-delete" /> |
104 |
<input type="hidden" name="suggestionid" value="[% suggestionid | html %]" /> |
105 |
<input type="hidden" name="suggestionid" value="[% suggestionid | html %]" /> |
105 |
<button type="submit" class="btn btn-default deletesuggestion"><i class="fa fa-trash-can"></i> Delete</button> |
106 |
<button type="submit" class="btn btn-primary">Delete</button> |
|
|
107 |
</fieldset> |
108 |
</form> |
106 |
</form> |
109 |
</div> |
107 |
</div> |
110 |
|
108 |
|
111 |
- |
|
|