diff options
author | Fabio Comuni <fabrix.xm@gmail.com> | 2012-01-12 10:37:11 +0100 |
---|---|---|
committer | Fabio Comuni <fabrix.xm@gmail.com> | 2012-01-12 10:37:11 +0100 |
commit | 302d62f7a3e7b60bc29f1f9f89bcee9bfc278fb8 (patch) | |
tree | 92923b8d49cd3450cf414e1a549ea0a0c1ad3fa9 /view/wall_item.tpl | |
parent | 1f9e8f90a24ba0d3b02bae19b351d1d40a0d28de (diff) | |
download | volse-hubzilla-302d62f7a3e7b60bc29f1f9f89bcee9bfc278fb8.tar.gz volse-hubzilla-302d62f7a3e7b60bc29f1f9f89bcee9bfc278fb8.tar.bz2 volse-hubzilla-302d62f7a3e7b60bc29f1f9f89bcee9bfc278fb8.zip |
templates: add class to comment preview div, fix search_item.tpl
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"> |