aboutsummaryrefslogtreecommitdiffstats
path: root/view/wall_item_drop.tpl
diff options
context:
space:
mode:
authorfabrixxm <fabrix.xm@gmail.com>2011-09-28 01:35:32 -0700
committerfabrixxm <fabrix.xm@gmail.com>2011-09-28 01:35:32 -0700
commit207f739f90ff527b88664ae655c2e1b5a71da149 (patch)
tree4ad463c485fedcca440acc561587098806b21294 /view/wall_item_drop.tpl
parent4343a730763243af5478e462580f7c55900bfbba (diff)
parent41617ee987d9153ba9598b6c095a789d0998dd3d (diff)
downloadvolse-hubzilla-207f739f90ff527b88664ae655c2e1b5a71da149.tar.gz
volse-hubzilla-207f739f90ff527b88664ae655c2e1b5a71da149.tar.bz2
volse-hubzilla-207f739f90ff527b88664ae655c2e1b5a71da149.zip
Merge pull request #6 from fabrixxm/master
more work on ui
Diffstat (limited to 'view/wall_item_drop.tpl')
-rw-r--r--view/wall_item_drop.tpl6
1 files changed, 0 insertions, 6 deletions
diff --git a/view/wall_item_drop.tpl b/view/wall_item_drop.tpl
deleted file mode 100644
index 30fa6c335..000000000
--- a/view/wall_item_drop.tpl
+++ /dev/null
@@ -1,6 +0,0 @@
-<div class="wall-item-delete-wrapper" id="wall-item-delete-wrapper-$id" >
-
- <a href="item/drop/$id" onclick="return confirmDelete();" class="icon drophide" title="$delete" onmouseover="imgbright(this);" onmouseout="imgdull(this);" ></a>
-</div>
-<input type="checkbox" onclick="checkboxhighlight(this);" title="$select" class="item-select" name="itemselected[]" value="$id" />
-<div class="wall-item-delete-end"></div>