diff options
author | friendica <info@friendica.com> | 2012-03-04 02:26:13 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2012-03-04 02:26:13 -0800 |
commit | 638bbb2171b6d1dcd68f0d46359441afb848561d (patch) | |
tree | 7686f4f3866e79e51fe225d3eaaa8033844679e1 /view/theme/dispy/mail_head.tpl | |
parent | 20d37f2e3ec7736ebf04e4c637398eee0aea78a5 (diff) | |
parent | ae158aa6f9ae151cda613812f50073c4666a4edc (diff) | |
download | volse-hubzilla-638bbb2171b6d1dcd68f0d46359441afb848561d.tar.gz volse-hubzilla-638bbb2171b6d1dcd68f0d46359441afb848561d.tar.bz2 volse-hubzilla-638bbb2171b6d1dcd68f0d46359441afb848561d.zip |
Merge branch 'pull'
Diffstat (limited to 'view/theme/dispy/mail_head.tpl')
-rw-r--r--[-rwxr-xr-x] | view/theme/dispy/mail_head.tpl | 8 |
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> |