diff options
author | Fabio Comuni <fabrix.xm@gmail.com> | 2011-03-08 16:51:14 +0100 |
---|---|---|
committer | Fabio Comuni <fabrix.xm@gmail.com> | 2011-03-08 16:51:14 +0100 |
commit | b00abf7e329de95791f1e50e39a2eba37ba73f10 (patch) | |
tree | f69b2a147984802ebbf191a3efb6fef1039a196c /view/wall_item.tpl | |
parent | 33264dc2941dda39bc024517ce70efece8d90ac4 (diff) | |
download | volse-hubzilla-b00abf7e329de95791f1e50e39a2eba37ba73f10.tar.gz volse-hubzilla-b00abf7e329de95791f1e50e39a2eba37ba73f10.tar.bz2 volse-hubzilla-b00abf7e329de95791f1e50e39a2eba37ba73f10.zip |
reworked items template
Diffstat (limited to 'view/wall_item.tpl')
-rw-r--r-- | view/wall_item.tpl | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/view/wall_item.tpl b/view/wall_item.tpl index 1cad41118..5cae6b142 100644 --- a/view/wall_item.tpl +++ b/view/wall_item.tpl @@ -8,18 +8,21 @@ <div class="wall-item-photo-end"></div> <div class="wall-item-wrapper" id="wall-item-wrapper-$id" > $lock - <a href="$profile_url" title="$linktitle" class="wall-item-name-link"><span class="wall-item-name$sparkle" id="wall-item-name-$id" >$name</span></a> - <div class="wall-item-ago" id="wall-item-ago-$id">$ago</div> - <div class="wall-item-location" id="wall-item-location-$id">$location</div> - $vote + <div class="wall-item-location" id="wall-item-location-$id">$location</div> </div> </span> + <div class="wall-item-author"> + <a href="$profile_url" title="$linktitle" class="wall-item-name-link"><span class="wall-item-name$sparkle" id="wall-item-name-$id" >$name</span></a> + <div class="wall-item-ago" id="wall-item-ago-$id">$ago</div> + + </div> <div class="wall-item-content" id="wall-item-content-$id" > <div class="wall-item-title" id="wall-item-title-$id">$title</div> <div class="wall-item-title-end"></div> <div class="wall-item-body" id="wall-item-body-$id" >$body</div> </div> <div class="wall-item-tools" id="wall-item-tools-$id"> + $vote $plink $drop </div> |