diff options
author | Fabio Comuni <fabrix.xm@gmail.com> | 2011-11-21 12:34:22 +0100 |
---|---|---|
committer | Fabio Comuni <fabrix.xm@gmail.com> | 2011-11-21 12:34:22 +0100 |
commit | a86fd26bd86945fe75b7220e149b8986f88feb01 (patch) | |
tree | 75d3f73e9bcb4fc990bc35b0781d479f40ac9cfb /view/conversation.tpl | |
parent | 590f1d2b25c00fc7bea85cb5de1a4f667ea86af1 (diff) | |
download | volse-hubzilla-a86fd26bd86945fe75b7220e149b8986f88feb01.tar.gz volse-hubzilla-a86fd26bd86945fe75b7220e149b8986f88feb01.tar.bz2 volse-hubzilla-a86fd26bd86945fe75b7220e149b8986f88feb01.zip |
more work on quattro. remove html from php for groups and saved searches widgets.
Diffstat (limited to 'view/conversation.tpl')
-rw-r--r-- | view/conversation.tpl | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/view/conversation.tpl b/view/conversation.tpl index 446814959..86445aab8 100644 --- a/view/conversation.tpl +++ b/view/conversation.tpl @@ -5,9 +5,7 @@ {{ endfor }} {{ if $dropping }} -<div id="item-delete-selected" class="fakelink" onclick="deleteCheckedItems();"> - <div id="item-delete-selected-icon" class="icon drophide" title="$dropping" onmouseover="imgbright(this);" onmouseout="imgdull(this);" ></div> - <div id="item-delete-selected-desc" >$dropping</div> -</div> -<div id="item-delete-selected-end"></div> +<a href="#" onclick="deleteCheckedItems();return false;"> + <span class="icon s22 delete text">$dropping</span> +</a> {{ endif }} |