aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme/dispy/wall_item.tpl
diff options
context:
space:
mode:
authorSimon <simon@kisikew.org>2012-03-29 17:21:06 -0700
committerSimon <simon@kisikew.org>2012-03-29 17:21:06 -0700
commit1326c1388e4a5b795037f940df24bfb303fb6767 (patch)
tree7e36f9d83c9376ba48255ded398a5e49bb00a6db /view/theme/dispy/wall_item.tpl
parent5921dc6f1679afdcc0551da248f94d24db9ed360 (diff)
parent3b4016168ddb9927f710775008d3a80ee582e34f (diff)
downloadvolse-hubzilla-1326c1388e4a5b795037f940df24bfb303fb6767.tar.gz
volse-hubzilla-1326c1388e4a5b795037f940df24bfb303fb6767.tar.bz2
volse-hubzilla-1326c1388e4a5b795037f940df24bfb303fb6767.zip
Merge pull request #186 from simonlnu/master
tweaking stuff in dispys. i thought i fixed the login screens, but they're b0rked right now.
Diffstat (limited to 'view/theme/dispy/wall_item.tpl')
-rw-r--r--view/theme/dispy/wall_item.tpl8
1 files changed, 4 insertions, 4 deletions
diff --git a/view/theme/dispy/wall_item.tpl b/view/theme/dispy/wall_item.tpl
index 4b973bf93..b54f753d3 100644
--- a/view/theme/dispy/wall_item.tpl
+++ b/view/theme/dispy/wall_item.tpl
@@ -16,11 +16,11 @@
<div class="wall-item-location" id="wall-item-location-$item.id">{{ if $item.location }}<span class="icon globe"></span>$item.location {{ endif }}</div>
</div>
<div class="wall-item-tools" id="wall-item-tools-$item.id">
- <ul class="wall-item-subtools1">
- <li class="wall-item-lock-wrapper">
+ <div class="wall-item-lock-wrapper">
{{ if $item.lock }}<div class="wall-item-lock"><img src="images/lock_icon.gif" class="lockview" alt="$item.lock" onclick="lockview(event,$item.id);" /></div>
{{ else }}<div class="wall-item-lock"></div>{{ endif }}
- </li>
+ </div>
+ <ul class="wall-item-subtools1">
{{ if $item.star }}
<li>
<a href="#" id="starred-$item.id" onclick="dostar($item.id); return false;" class="star-item icon $item.isstarred" title="$item.star.toggle"></a>
@@ -37,7 +37,7 @@
<img id="like-rotator-$item.id" class="like-rotator" src="images/rotator.gif" alt="$item.wait" title="$item.wait" style="display: none;" />
</li>
{{ endif }}
- </ul>
+ </ul><br style="clear:left;" />
<ul class="wall-item-subtools2">
{{ if $item.filer }}
<li><a href="#" id="filer-$item.id" onclick="itemFiler($item.id); return false;" class="filer-item icon file-as" title="$item.star.filer"></a></li>