diff options
author | Mike Macgirvin <mike@macgirvin.com> | 2010-07-26 17:01:37 -0700 |
---|---|---|
committer | Mike Macgirvin <mike@macgirvin.com> | 2010-07-26 17:01:37 -0700 |
commit | 7a6665b5cfb35daf3cb6ad13db00a19e89f8c8b8 (patch) | |
tree | 4940d6403b78da48d144506ad628444bb36ccf46 /view/wall_item_drop.tpl | |
parent | 17808daf5e72f6ff22c182d334ab3651abda0302 (diff) | |
download | volse-hubzilla-7a6665b5cfb35daf3cb6ad13db00a19e89f8c8b8.tar.gz volse-hubzilla-7a6665b5cfb35daf3cb6ad13db00a19e89f8c8b8.tar.bz2 volse-hubzilla-7a6665b5cfb35daf3cb6ad13db00a19e89f8c8b8.zip |
item deletion and hover images
Diffstat (limited to 'view/wall_item_drop.tpl')
-rw-r--r-- | view/wall_item_drop.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/wall_item_drop.tpl b/view/wall_item_drop.tpl index 46dfb870d..9ca1ec968 100644 --- a/view/wall_item_drop.tpl +++ b/view/wall_item_drop.tpl @@ -1 +1 @@ -<div class="wall-item-delete-wrapper" id="wall-item-delete-wrapper-$id" ><a href="item/drop/$id" onclick="return confirmDelete();" ><img src="images/b_drop.gif" alt="Delete" title="Delete" id="wall-item-delete-icon-$id" class="wall-item-delete-icon"></a></div> +<div class="wall-item-delete-wrapper" id="wall-item-delete-wrapper-$id" ><a href="item/drop/$id" onclick="return confirmDelete();" ><img src="images/b_drophide.gif" alt="Delete" title="Delete" id="wall-item-delete-icon-$id" class="wall-item-delete-icon" onmouseover="imgbright(this);" onmouseout="imgdull(this);" ></a></div><div class="wall-item-delete-end"></div> |