diff options
author | Simon L'nu <simon.lnu@gmail.com> | 2012-06-23 13:33:58 -0400 |
---|---|---|
committer | Simon L'nu <simon.lnu@gmail.com> | 2012-06-23 13:33:58 -0400 |
commit | 3b1d9d969547e08c3a421c7a3b870cfcb45f3bc5 (patch) | |
tree | 7be3f51ae1b656a67b6046a0f044e9cfea8a68a7 /view/theme/dispy/wall_item.tpl | |
parent | 7a346bc7560c068e084155c98108b404eafc78b2 (diff) | |
download | volse-hubzilla-3b1d9d969547e08c3a421c7a3b870cfcb45f3bc5.tar.gz volse-hubzilla-3b1d9d969547e08c3a421c7a3b870cfcb45f3bc5.tar.bz2 volse-hubzilla-3b1d9d969547e08c3a421c7a3b870cfcb45f3bc5.zip |
update jquery to 1.7.2; fix some dispy templates to be more in sync with view/
Signed-off-by: Simon L'nu <simon.lnu@gmail.com>
Diffstat (limited to 'view/theme/dispy/wall_item.tpl')
-rw-r--r-- | view/theme/dispy/wall_item.tpl | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/view/theme/dispy/wall_item.tpl b/view/theme/dispy/wall_item.tpl index 115f05ad7..8ffae0403 100644 --- a/view/theme/dispy/wall_item.tpl +++ b/view/theme/dispy/wall_item.tpl @@ -78,9 +78,9 @@ </div> </div> <div class="wall-item-wrapper-end"></div> - <div class="wall-item-like" id="wall-item-like-$item.id">$item.like</div> - <div class="wall-item-dislike" id="wall-item-dislike-$item.id">$item.dislike</div> - <div class="wall-item-comment-wrapper"> + <div class="wall-item-like $item.indent" id="wall-item-like-$item.id">$item.like</div> + <div class="wall-item-dislike $item.indent" id="wall-item-dislike-$item.id">$item.dislike</div> + <div class="wall-item-comment-wrapper" > $item.comment </div> |