diff options
author | Simon <simon@kisikew.org> | 2012-03-15 12:08:59 -0700 |
---|---|---|
committer | Simon <simon@kisikew.org> | 2012-03-15 12:08:59 -0700 |
commit | ab89aa90caced4f60fc0ae944c7190e156a872e2 (patch) | |
tree | 15470bcf93da4a04164fcda4a7c3dfe7df0ad085 /view/theme/duepuntozero/wallwall_item.tpl | |
parent | f96aff5518d2d5fb726d381892893a68d8c36450 (diff) | |
parent | 5b757e4e0e2f33a17a5a17953e49aba44a6ae7b3 (diff) | |
download | volse-hubzilla-ab89aa90caced4f60fc0ae944c7190e156a872e2.tar.gz volse-hubzilla-ab89aa90caced4f60fc0ae944c7190e156a872e2.tar.bz2 volse-hubzilla-ab89aa90caced4f60fc0ae944c7190e156a872e2.zip |
Merge pull request #135 from simonlnu/master
commit latest to dispy-dark. fixes in html css and js
Diffstat (limited to 'view/theme/duepuntozero/wallwall_item.tpl')
-rwxr-xr-x | view/theme/duepuntozero/wallwall_item.tpl | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/view/theme/duepuntozero/wallwall_item.tpl b/view/theme/duepuntozero/wallwall_item.tpl index c37bcb4a2..211906c93 100755 --- a/view/theme/duepuntozero/wallwall_item.tpl +++ b/view/theme/duepuntozero/wallwall_item.tpl @@ -61,9 +61,6 @@ <a href="#" id="starred-$item.id" onclick="dostar($item.id); return false;" class="star-item icon $item.isstarred" title="$item.star.toggle"></a> <a href="#" id="tagger-$item.id" onclick="itemTag($item.id); return false;" class="tag-item icon tagged" title="$item.star.tagger"></a> {{ endif }} - {{ if $item.filer }} - <a href="#" id="filer-$item.id" onclick="itemFiler($item.id); return false;" class="filer-item filer-icon" title="$item.filer"></a> - {{ endif }} <div class="wall-item-delete-wrapper" id="wall-item-delete-wrapper-$item.id" > {{ if $item.drop.dropping }}<a href="item/drop/$item.id" onclick="return confirmDelete();" class="icon drophide" title="$item.drop.delete" onmouseover="imgbright(this);" onmouseout="imgdull(this);" ></a>{{ endif }} |