aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme/testbubble/mail_head.tpl
diff options
context:
space:
mode:
authorFabio Comuni <fabrix.xm@gmail.com>2011-10-03 08:13:40 +0200
committerFabio Comuni <fabrix.xm@gmail.com>2011-10-03 08:13:40 +0200
commit2465b3274aacaf81c50d2bd11375f02cb9b49d54 (patch)
tree48b0e70acffedfa4c9226a6b436c5b62556b3470 /view/theme/testbubble/mail_head.tpl
parent60e0f79b9f9e94b19cc412eac41e5d8f8fec2383 (diff)
parent297ab898b7642cf8251405cb60e787222f4e5974 (diff)
downloadvolse-hubzilla-2465b3274aacaf81c50d2bd11375f02cb9b49d54.tar.gz
volse-hubzilla-2465b3274aacaf81c50d2bd11375f02cb9b49d54.tar.bz2
volse-hubzilla-2465b3274aacaf81c50d2bd11375f02cb9b49d54.zip
Merge remote-tracking branch 'friendika/master'
Diffstat (limited to 'view/theme/testbubble/mail_head.tpl')
-rw-r--r--view/theme/testbubble/mail_head.tpl6
1 files changed, 3 insertions, 3 deletions
diff --git a/view/theme/testbubble/mail_head.tpl b/view/theme/testbubble/mail_head.tpl
index 2a4fc42ea..2a4596cd6 100644
--- a/view/theme/testbubble/mail_head.tpl
+++ b/view/theme/testbubble/mail_head.tpl
@@ -1,7 +1,7 @@
<h3>$messages</h3>
<ul class="tabs-wrapper">
-<li><a href="message" class="tabs button">$inbox</a></li>
-<li><a href="message/sent" class="tabs button">$outbox</a></li>
-<li><a href="message/new" class="tabs button">$new</a></li>
+<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>