diff options
author | Fabio Comuni <fabrix.xm@gmail.com> | 2011-09-27 16:54:33 +0200 |
---|---|---|
committer | Fabio Comuni <fabrix.xm@gmail.com> | 2011-09-27 16:54:33 +0200 |
commit | e986fc3e301f2a0cfb3b975fe60974fc5dcfd76b (patch) | |
tree | 27fd8c5e4d63c8142710a172e7858d738190f6e4 /view/wall_item_drop.tpl | |
parent | 30df9abeac7c80a27f4727e29a1cad6b928edf4e (diff) | |
download | volse-hubzilla-e986fc3e301f2a0cfb3b975fe60974fc5dcfd76b.tar.gz volse-hubzilla-e986fc3e301f2a0cfb3b975fe60974fc5dcfd76b.tar.bz2 volse-hubzilla-e986fc3e301f2a0cfb3b975fe60974fc5dcfd76b.zip |
quattro: actions in wall_item
less html in conversation.php
removed unused tpls
fixed old themes
Diffstat (limited to 'view/wall_item_drop.tpl')
-rw-r--r-- | view/wall_item_drop.tpl | 6 |
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> |