diff options
author | Fabio Comuni <fabrix.xm@gmail.com> | 2011-09-27 10:19:32 +0200 |
---|---|---|
committer | Fabio Comuni <fabrix.xm@gmail.com> | 2011-09-27 10:19:32 +0200 |
commit | 3dca29b3d5071303e22f35ab73ffec4463cbc543 (patch) | |
tree | 5b74b8347e796d3e7f2a4c42f471ae739db50bb1 /view/theme/dispy/wall_item.tpl | |
parent | e9638b69801cee3e74a97825f9af3749c9322c53 (diff) | |
download | volse-hubzilla-3dca29b3d5071303e22f35ab73ffec4463cbc543.tar.gz volse-hubzilla-3dca29b3d5071303e22f35ab73ffec4463cbc543.tar.bz2 volse-hubzilla-3dca29b3d5071303e22f35ab73ffec4463cbc543.zip |
port old themes
Diffstat (limited to 'view/theme/dispy/wall_item.tpl')
-rw-r--r-- | view/theme/dispy/wall_item.tpl | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/view/theme/dispy/wall_item.tpl b/view/theme/dispy/wall_item.tpl index 4b8dd571b..1f5cbcaeb 100644 --- a/view/theme/dispy/wall_item.tpl +++ b/view/theme/dispy/wall_item.tpl @@ -19,10 +19,16 @@ </div> <div class="wall-item-lock-wrapper">$lock</div> <div class="wall-item-tools" id="wall-item-tools-$id"> + {{ if $star }} + <a href="#" id="starred-$id" onclick="dostar($id); return false;" class="star-item icon $isstarred" title="$star.toggle"></a> + {{ endif }} $vote - $plink + {{ if $plink }} + <div class="wall-item-links-wrapper"><a href="$plink.href" title="$plink.title" target="external-link" class="icon remote-link"></a></div> + {{ endif }} $edpost $drop + </div> <div class="wall-item-content" id="wall-item-content-$id" > <div class="wall-item-title" id="wall-item-title-$id">$title</div> |