aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme/dispy/mail_head.tpl
diff options
context:
space:
mode:
authorSimon <simon@kisikew.org>2012-03-03 16:23:07 -0800
committerSimon <simon@kisikew.org>2012-03-03 16:23:07 -0800
commitf3c1e2c546a7c9b5c3d04796d37dce6ac5d039d3 (patch)
tree8d8ff10c21a7490a13b7c472dc48269c7017df47 /view/theme/dispy/mail_head.tpl
parent74866a96de8f1cdf3114e05530641901e89dca42 (diff)
parent09c2f81cb30a74652b81ab48ffb44cfdad097cb6 (diff)
downloadvolse-hubzilla-f3c1e2c546a7c9b5c3d04796d37dce6ac5d039d3.tar.gz
volse-hubzilla-f3c1e2c546a7c9b5c3d04796d37dce6ac5d039d3.tar.bz2
volse-hubzilla-f3c1e2c546a7c9b5c3d04796d37dce6ac5d039d3.zip
Merge pull request #73 from simonlnu/master
dispy! (and minor formatting)
Diffstat (limited to 'view/theme/dispy/mail_head.tpl')
-rw-r--r--[-rwxr-xr-x]view/theme/dispy/mail_head.tpl8
1 files changed, 3 insertions, 5 deletions
diff --git a/view/theme/dispy/mail_head.tpl b/view/theme/dispy/mail_head.tpl
index 89615cbd0..d49d7c1af 100755..100644
--- a/view/theme/dispy/mail_head.tpl
+++ b/view/theme/dispy/mail_head.tpl
@@ -1,7 +1,5 @@
<h3>$messages</h3>
-<ul class="tabs-wrapper">
-<li><a href="message" class="tabs">$inbox</a></li>
-<li><a href="message/sent" class="tabs">$outbox</a></li>
-<li><a href="message/new" class="tabs">$new</a></li>
-</ul>
+<div class="tabs-wrapper">
+$tab_content
+</div>