diff options
author | Friendika <info@friendika.com> | 2011-04-28 15:43:52 -0700 |
---|---|---|
committer | Friendika <info@friendika.com> | 2011-04-28 15:43:52 -0700 |
commit | e14ab2d369391ee9c97d5568034423f303222019 (patch) | |
tree | 4f7609584fdcaf2f6063ac4b0f1b2a901373e024 /view/wall_item_drop.tpl | |
parent | 0ac4d6ecc97baf3a8b40e411d2e57e9908667675 (diff) | |
parent | f6984f9929074db46e38c1a26a03d91309b29af2 (diff) | |
download | volse-hubzilla-e14ab2d369391ee9c97d5568034423f303222019.tar.gz volse-hubzilla-e14ab2d369391ee9c97d5568034423f303222019.tar.bz2 volse-hubzilla-e14ab2d369391ee9c97d5568034423f303222019.zip |
Merged pull request #92 from fabrixxm/dispy.
Dispy theme [wip]
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> |