quattro: fix delete selected items

2022.09-rc
Fabio Comuni 2011-11-15 16:17:36 +01:00
rodzic ae43a96d70
commit 5c7fb2b0fe
2 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -56,7 +56,7 @@
<div class="wall-item-actions-tools">
{{ if $drop.dropping }}
<input type="checkbox" title="$drop.select" name="itemselected[]" value="$id" />
<input type="checkbox" title="$drop.select" name="itemselected[]" class="item-select" value="$id" />
<a href="item/drop/$id" onclick="return confirmDelete();" class="icon delete s16" title="$drop.delete">$drop.delete</a>
{{ endif }}
{{ if $edpost }}

Wyświetl plik

@ -62,7 +62,7 @@
<div class="wall-item-actions-tools">
{{ if $drop.dropping }}
<input type="checkbox" title="$drop.select" name="itemselected[]" value="$id" />
<input type="checkbox" title="$drop.select" name="itemselected[]" class="item-select" value="$id" />
<a href="item/drop/$id" onclick="return confirmDelete();" class="icon delete s16" title="$drop.delete">$drop.delete</a>
{{ endif }}
{{ if $edpost }}