diff options
author | friendica <info@friendica.com> | 2012-03-05 13:38:06 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2012-03-05 13:38:06 -0800 |
commit | 0d9c2ca06f9394bc039a43410d3902338e8412a1 (patch) | |
tree | 60e14a8b682b89025800460f7a140f06f45dd29f /view/theme/dispy/conversation.tpl | |
parent | c6dce8dd6bdbf52b017ac144a68ccd8edfae89ed (diff) | |
parent | 092115ca4467e2e3b801956e86373162ff5ccf5d (diff) | |
download | volse-hubzilla-0d9c2ca06f9394bc039a43410d3902338e8412a1.tar.gz volse-hubzilla-0d9c2ca06f9394bc039a43410d3902338e8412a1.tar.bz2 volse-hubzilla-0d9c2ca06f9394bc039a43410d3902338e8412a1.zip |
Merge branch 'pull'
Diffstat (limited to 'view/theme/dispy/conversation.tpl')
-rw-r--r-- | view/theme/dispy/conversation.tpl | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/view/theme/dispy/conversation.tpl b/view/theme/dispy/conversation.tpl index 0b14f1c80..41b6aeadf 100644 --- a/view/theme/dispy/conversation.tpl +++ b/view/theme/dispy/conversation.tpl @@ -17,5 +17,7 @@ {{ endfor }} {{ if $dropping }} +<div class="delete-checked"> <a href="#" onclick="deleteCheckedItems();return false;"><span class="icon delete"></span><span class="s22 text">$dropping</span></a> +</div> {{ endif }} |