diff options
author | friendica <info@friendica.com> | 2012-01-12 13:59:07 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2012-01-12 13:59:07 -0800 |
commit | bb888feaef984a82d835e5b9bc9c93f3e39af76d (patch) | |
tree | f03e186785bb6c7c1af375c2942a2158e8f86ce9 /view/wall_item.tpl | |
parent | 87c4d1c3cd684a93d5d634ba41a04bfdd51f6fc9 (diff) | |
parent | 9b2669eb5d7113f32dd506a480d6eafe129a5666 (diff) | |
download | volse-hubzilla-bb888feaef984a82d835e5b9bc9c93f3e39af76d.tar.gz volse-hubzilla-bb888feaef984a82d835e5b9bc9c93f3e39af76d.tar.bz2 volse-hubzilla-bb888feaef984a82d835e5b9bc9c93f3e39af76d.zip |
Merge branch 'pull'
Diffstat (limited to 'view/wall_item.tpl')
-rw-r--r-- | view/wall_item.tpl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/view/wall_item.tpl b/view/wall_item.tpl index 96f3cee74..83e6dd361 100644 --- a/view/wall_item.tpl +++ b/view/wall_item.tpl @@ -1,10 +1,10 @@ -{{ if $indent }}{{ else }} + <div class="wall-item-decor"> <span class="icon s22 star $isstarred" id="starred-$id" title="$star.starred">$star.starred</span> {{ if $lock }}<span class="icon s22 lock fakelink" onclick="lockview(event,$id);" title="$lock">$lock</span>{{ endif }} <img id="like-rotator-$id" class="like-rotator" src="images/rotator.gif" alt="$wait" title="$wait" style="display: none;" /> </div> -{{ endif }} + <div class="wall-item-container $indent"> <div class="wall-item-item"> <div class="wall-item-info"> |