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/wallwall_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/wallwall_item.tpl')
-rw-r--r-- | view/theme/dispy/wallwall_item.tpl | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/view/theme/dispy/wallwall_item.tpl b/view/theme/dispy/wallwall_item.tpl index 4fe677ab4..add2cd5a0 100644 --- a/view/theme/dispy/wallwall_item.tpl +++ b/view/theme/dispy/wallwall_item.tpl @@ -24,8 +24,13 @@ </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> |