aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme/testbubble
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2012-01-30 15:14:41 -0800
committerfriendica <info@friendica.com>2012-01-30 15:14:41 -0800
commit95878a3e848f2498b2cb4ac39c7dd5879456e913 (patch)
treea6aa512937e3e6121022790875a8399672651dcd /view/theme/testbubble
parentc76b224d8ac79d10ee68134d5585e0832e49a3c8 (diff)
parentde645516ba53b57acc41882447c7ad7e9ae0a9d8 (diff)
downloadvolse-hubzilla-95878a3e848f2498b2cb4ac39c7dd5879456e913.tar.gz
volse-hubzilla-95878a3e848f2498b2cb4ac39c7dd5879456e913.tar.bz2
volse-hubzilla-95878a3e848f2498b2cb4ac39c7dd5879456e913.zip
Merge branch 'pull'
Diffstat (limited to 'view/theme/testbubble')
-rwxr-xr-xview/theme/testbubble/wallwall_item.tpl22
1 files changed, 11 insertions, 11 deletions
diff --git a/view/theme/testbubble/wallwall_item.tpl b/view/theme/testbubble/wallwall_item.tpl
index 015e62f3e..e29b66c57 100755
--- a/view/theme/testbubble/wallwall_item.tpl
+++ b/view/theme/testbubble/wallwall_item.tpl
@@ -26,6 +26,17 @@
{{ if $lock }}<div class="wall-item-lock"><img src="images/lock_icon.gif" class="lockview" alt="$lock" onclick="lockview(event,$id);" /></div>
{{ else }}<div class="wall-item-lock"></div>{{ endif }}
</div>
+ <div class="wall-item-content" id="wall-item-content-$id" >
+ <div class="wall-item-title" id="wall-item-title-$id">$title</div>
+ <div class="wall-item-title-end"></div>
+ <div class="wall-item-body" id="wall-item-body-$id" >$body
+ <div class="body-tag">
+ {{ for $tags as $tag }}
+ <span class='tag'>$tag</span>
+ {{ endfor }}
+ </div>
+ </div>
+ </div>
<div class="wall-item-tools" id="wall-item-tools-$id">
{{ if $vote }}
<div class="wall-item-like-buttons" id="wall-item-like-buttons-$id">
@@ -53,17 +64,6 @@
{{ if $drop.dropping }}<input type="checkbox" onclick="checkboxhighlight(this);" title="$drop.select" class="item-select" name="itemselected[]" value="$id" />{{ endif }}
<div class="wall-item-delete-end"></div>
</div>
- <div class="wall-item-content" id="wall-item-content-$id" >
- <div class="wall-item-title" id="wall-item-title-$id">$title</div>
- <div class="wall-item-title-end"></div>
- <div class="wall-item-body" id="wall-item-body-$id" >$body
- <div class="body-tag">
- {{ for $tags as $tag }}
- <span class='tag'>$tag</span>
- {{ endfor }}
- </div>
- </div>
- </div>
<div class="wall-item-author">
<a href="$profile_url" title="$linktitle" class="wall-item-name-link"><span class="wall-item-name$sparkle" id="wall-item-name-$id" >$name</span></a>
<div class="wall-item-ago" id="wall-item-ago-$id">$ago</div>