diff options
author | tommy tomson <thomas.bierey@gmx.de> | 2012-03-24 04:05:21 +0100 |
---|---|---|
committer | tommy tomson <thomas.bierey@gmx.de> | 2012-03-24 04:05:21 +0100 |
commit | d76b052f90346b49d64aeef9024ab56f8be79f53 (patch) | |
tree | 6924c1dba028b3e079d2b1113f31bfd782a8238a /view/theme/diabook/wallwall_item.tpl | |
parent | ce8cfb7b0531e72fe28b3a6a6440016e482bd016 (diff) | |
download | volse-hubzilla-d76b052f90346b49d64aeef9024ab56f8be79f53.tar.gz volse-hubzilla-d76b052f90346b49d64aeef9024ab56f8be79f53.tar.bz2 volse-hubzilla-d76b052f90346b49d64aeef9024ab56f8be79f53.zip |
add PostIt to right_aside, fixes in css
Diffstat (limited to 'view/theme/diabook/wallwall_item.tpl')
-rw-r--r-- | view/theme/diabook/wallwall_item.tpl | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/view/theme/diabook/wallwall_item.tpl b/view/theme/diabook/wallwall_item.tpl index e02e5a8be..c5b6b36b5 100644 --- a/view/theme/diabook/wallwall_item.tpl +++ b/view/theme/diabook/wallwall_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 }} |