diff options
author | friendica <info@friendica.com> | 2012-03-26 14:55:35 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2012-03-26 14:55:35 -0700 |
commit | 70cc2fff6f6dfc2dc0b8aef195df84d7385bb9df (patch) | |
tree | 9e69a6c1f7fda621681fbc45240fa67642d2e8ea /view/theme/diabook-blue/wall_item.tpl | |
parent | 7a1d044b21a5518b3a626c2db38e5e2ae3ffba65 (diff) | |
parent | cc3617e28626cd5d3b5ecf64764e328589de7584 (diff) | |
download | volse-hubzilla-70cc2fff6f6dfc2dc0b8aef195df84d7385bb9df.tar.gz volse-hubzilla-70cc2fff6f6dfc2dc0b8aef195df84d7385bb9df.tar.bz2 volse-hubzilla-70cc2fff6f6dfc2dc0b8aef195df84d7385bb9df.zip |
Merge branch 'pull'
Diffstat (limited to 'view/theme/diabook-blue/wall_item.tpl')
-rw-r--r-- | view/theme/diabook-blue/wall_item.tpl | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/view/theme/diabook-blue/wall_item.tpl b/view/theme/diabook-blue/wall_item.tpl index 20d24702b..123834064 100644 --- a/view/theme/diabook-blue/wall_item.tpl +++ b/view/theme/diabook-blue/wall_item.tpl @@ -1,6 +1,5 @@ {{ if $item.indent }}{{ else }} <div class="wall-item-decor"> - {{ if $item.lock }}<span class="icon lock fakelink" onclick="lockview(event,$item.id);" title="$item.lock">$item.lock</span>{{ endif }} <img id="like-rotator-$item.id" class="like-rotator" src="images/rotator.gif" alt="$item.wait" title="$item.wait" style="display: none;" /> </div> {{ endif }} |