diff options
author | Michael Vogel <icarus@dabo.de> | 2012-04-06 00:00:46 +0200 |
---|---|---|
committer | Michael Vogel <icarus@dabo.de> | 2012-04-06 00:00:46 +0200 |
commit | 34d268544e565985014ada4369e8673c87883a0a (patch) | |
tree | 49a30ed61668405d731df2e32b4548516ecb58b5 /view/theme/loozah/conversation.tpl | |
parent | 81dfb61f930005f0f65b1f72935c10edc247a985 (diff) | |
parent | 9b6e91086b29554fd04362f6c87ea148718e8b1c (diff) | |
download | volse-hubzilla-34d268544e565985014ada4369e8673c87883a0a.tar.gz volse-hubzilla-34d268544e565985014ada4369e8673c87883a0a.tar.bz2 volse-hubzilla-34d268544e565985014ada4369e8673c87883a0a.zip |
Merge commit 'upstream/master'
Diffstat (limited to 'view/theme/loozah/conversation.tpl')
-rwxr-xr-x | view/theme/loozah/conversation.tpl | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/view/theme/loozah/conversation.tpl b/view/theme/loozah/conversation.tpl deleted file mode 100755 index 33cedfb1e..000000000 --- a/view/theme/loozah/conversation.tpl +++ /dev/null @@ -1,13 +0,0 @@ -{{ for $threads as $thread }} -<div id="tread-wrapper-$thread.id" class="tread-wrapper"> - $thread.html -</div> -{{ 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> -{{ endif }} |