diff options
author | Friendika <info@friendika.com> | 2011-11-09 00:29:14 -0800 |
---|---|---|
committer | Friendika <info@friendika.com> | 2011-11-09 00:29:14 -0800 |
commit | d6d4d3ed3a02c844a7ff0c48411f8b014cff3ee9 (patch) | |
tree | 8054bdd88ff780bd1bc7d3bc0c031347b57879eb /view/theme/testbubble/mail_head.tpl | |
parent | 20ca93191fda9f25f387e354a8ac4edd9582ded5 (diff) | |
download | volse-hubzilla-d6d4d3ed3a02c844a7ff0c48411f8b014cff3ee9.tar.gz volse-hubzilla-d6d4d3ed3a02c844a7ff0c48411f8b014cff3ee9.tar.bz2 volse-hubzilla-d6d4d3ed3a02c844a7ff0c48411f8b014cff3ee9.zip |
various testbubble fixes
Diffstat (limited to 'view/theme/testbubble/mail_head.tpl')
-rw-r--r-- | view/theme/testbubble/mail_head.tpl | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/view/theme/testbubble/mail_head.tpl b/view/theme/testbubble/mail_head.tpl index 2a4596cd6..afb65f537 100644 --- a/view/theme/testbubble/mail_head.tpl +++ b/view/theme/testbubble/mail_head.tpl @@ -1,7 +1,3 @@ <h3>$messages</h3> -<ul class="tabs-wrapper"> -<li><a href="message" class="tabs button {{if $activetab==inbox}}active{{endif}}">$inbox</a></li> -<li><a href="message/sent" class="tabs button {{if $activetab==sent}}active{{endif}}">$outbox</a></li> -<li><a href="message/new" class="tabs button {{if $activetab==new}}active{{endif}}">$new</a></li> -</ul> +$tab_content |