diff options
author | fabrixxm <fabrix.xm@gmail.com> | 2011-04-28 19:01:35 +0200 |
---|---|---|
committer | fabrixxm <fabrix.xm@gmail.com> | 2011-04-28 19:01:35 +0200 |
commit | daa7dc983bbae309dc984617dbb31a0dba52e481 (patch) | |
tree | a59ce035586f08f4a0da82a576c344461926d7e0 /view/wall_item_drop.tpl | |
parent | 0ac4d6ecc97baf3a8b40e411d2e57e9908667675 (diff) | |
download | volse-hubzilla-daa7dc983bbae309dc984617dbb31a0dba52e481.tar.gz volse-hubzilla-daa7dc983bbae309dc984617dbb31a0dba52e481.tar.bz2 volse-hubzilla-daa7dc983bbae309dc984617dbb31a0dba52e481.zip |
Icons as CSS classes, hide net/home/mail/notify-update divs with no value
Diffstat (limited to 'view/wall_item_drop.tpl')
-rw-r--r-- | view/wall_item_drop.tpl | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/view/wall_item_drop.tpl b/view/wall_item_drop.tpl index 9aa565f69..b4ea62b45 100644 --- a/view/wall_item_drop.tpl +++ b/view/wall_item_drop.tpl @@ -1,2 +1,4 @@ -<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> +<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> +<div class="wall-item-delete-end"></div> |