Merge pull request #682 from ArthurHoaro/delete-button
Bugfixes on link deletion, and use a GET form
This commit is contained in:
commit
fc11ab2f29
3 changed files with 15 additions and 9 deletions
|
@ -84,7 +84,7 @@
|
|||
<input type="hidden" name="edit_link" value="{$value.id}">
|
||||
<input type="image" alt="Edit" src="images/edit_icon.png#" title="Edit" class="button_edit">
|
||||
</form><br>
|
||||
<form method="POST" class="buttoneditform">
|
||||
<form method="GET" class="buttoneditform">
|
||||
<input type="hidden" name="lf_linkdate" value="{$value.id}">
|
||||
<input type="hidden" name="token" value="{$token}">
|
||||
<input type="hidden" name="delete_link">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue