aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme/dispy/mail_head.tpl
diff options
context:
space:
mode:
authorSimon L'nu <simon.lnu@gmail.com>2012-03-03 19:19:35 -0500
committerSimon L'nu <simon.lnu@gmail.com>2012-03-03 19:19:35 -0500
commit64400e8d59cab64cfa57b969df88a4cafe76f168 (patch)
tree5815b02950bb3a4f7dda3a126c1bbfaf1338bf38 /view/theme/dispy/mail_head.tpl
parent1bed4010aa5dc711be674b41fac97d1448f4e5cd (diff)
downloadvolse-hubzilla-64400e8d59cab64cfa57b969df88a4cafe76f168.tar.gz
volse-hubzilla-64400e8d59cab64cfa57b969df88a4cafe76f168.tar.bz2
volse-hubzilla-64400e8d59cab64cfa57b969df88a4cafe76f168.zip
first commit for dispy New Edition
Signed-off-by: Simon L'nu <simon.lnu@gmail.com>
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>