aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme/dispy/conversation.tpl
diff options
context:
space:
mode:
authorSimon L'nu <simon.lnu@gmail.com>2012-06-23 13:33:58 -0400
committerSimon L'nu <simon.lnu@gmail.com>2012-06-23 13:33:58 -0400
commit3b1d9d969547e08c3a421c7a3b870cfcb45f3bc5 (patch)
tree7be3f51ae1b656a67b6046a0f044e9cfea8a68a7 /view/theme/dispy/conversation.tpl
parent7a346bc7560c068e084155c98108b404eafc78b2 (diff)
downloadvolse-hubzilla-3b1d9d969547e08c3a421c7a3b870cfcb45f3bc5.tar.gz
volse-hubzilla-3b1d9d969547e08c3a421c7a3b870cfcb45f3bc5.tar.bz2
volse-hubzilla-3b1d9d969547e08c3a421c7a3b870cfcb45f3bc5.zip
update jquery to 1.7.2; fix some dispy templates to be more in sync with view/
Signed-off-by: Simon L'nu <simon.lnu@gmail.com>
Diffstat (limited to 'view/theme/dispy/conversation.tpl')
-rw-r--r--view/theme/dispy/conversation.tpl5
1 files changed, 3 insertions, 2 deletions
diff --git a/view/theme/dispy/conversation.tpl b/view/theme/dispy/conversation.tpl
index ca1b560a6..4a93dacf3 100644
--- a/view/theme/dispy/conversation.tpl
+++ b/view/theme/dispy/conversation.tpl
@@ -19,8 +19,9 @@
<div id="conversation-end"></div>
{{ if $dropping }}
-<div class="delete-checked">
-<a href="#" onclick="deleteCheckedItems();return false;"><span class="icon delete"></span><span class="s22 text" onmouseover="imgbright(this);" onmouseout="imgdull(this);">$dropping</span></a>
+<div id="item-delete-selected" class="fakelink" onclick="deleteCheckedItems(); return false;">
+ <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>
{{ endif }}