diff options
author | Simon L'nu <simon.lnu@gmail.com> | 2012-03-05 15:55:17 -0500 |
---|---|---|
committer | Simon L'nu <simon.lnu@gmail.com> | 2012-03-05 15:55:17 -0500 |
commit | 9d461846e28f90b120292a900af1328e275496ce (patch) | |
tree | 1cccb62a24f0a45e99577b7e10bd3e96de5ab16d /view/theme/dispy/conversation.tpl | |
parent | 7f894794e4ecc820a2430a7c4362d60f0de63020 (diff) | |
download | volse-hubzilla-9d461846e28f90b120292a900af1328e275496ce.tar.gz volse-hubzilla-9d461846e28f90b120292a900af1328e275496ce.tar.bz2 volse-hubzilla-9d461846e28f90b120292a900af1328e275496ce.zip |
multiple fixes; the jot-header works as standalone, not sure what's up.
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.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 }} |