diff options
author | Arthur <arthur@hoa.ro> | 2017-01-04 16:35:29 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-01-04 16:35:29 +0100 |
commit | fc11ab2f290a3712b766d78fdbcd354625a35d0a (patch) | |
tree | b0c045269ae900ad131bb6762a56c0d13369f6cb /tpl/linklist.html | |
parent | 061f04fba06d2a78246de747e2bdd5625fc22400 (diff) | |
parent | f4ebd5fed20b29c4fb580983b4be7bd0a52151b9 (diff) | |
download | Shaarli-fc11ab2f290a3712b766d78fdbcd354625a35d0a.tar.gz Shaarli-fc11ab2f290a3712b766d78fdbcd354625a35d0a.tar.zst Shaarli-fc11ab2f290a3712b766d78fdbcd354625a35d0a.zip |
Merge pull request #682 from ArthurHoaro/delete-button
Bugfixes on link deletion, and use a GET form
Diffstat (limited to 'tpl/linklist.html')
-rw-r--r-- | tpl/linklist.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tpl/linklist.html b/tpl/linklist.html index 0f1a5e8c..d4232342 100644 --- a/tpl/linklist.html +++ b/tpl/linklist.html | |||
@@ -84,7 +84,7 @@ | |||
84 | <input type="hidden" name="edit_link" value="{$value.id}"> | 84 | <input type="hidden" name="edit_link" value="{$value.id}"> |
85 | <input type="image" alt="Edit" src="images/edit_icon.png#" title="Edit" class="button_edit"> | 85 | <input type="image" alt="Edit" src="images/edit_icon.png#" title="Edit" class="button_edit"> |
86 | </form><br> | 86 | </form><br> |
87 | <form method="POST" class="buttoneditform"> | 87 | <form method="GET" class="buttoneditform"> |
88 | <input type="hidden" name="lf_linkdate" value="{$value.id}"> | 88 | <input type="hidden" name="lf_linkdate" value="{$value.id}"> |
89 | <input type="hidden" name="token" value="{$token}"> | 89 | <input type="hidden" name="token" value="{$token}"> |
90 | <input type="hidden" name="delete_link"> | 90 | <input type="hidden" name="delete_link"> |