aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl/mail_head.tpl
diff options
context:
space:
mode:
Diffstat (limited to 'view/tpl/mail_head.tpl')
-rwxr-xr-xview/tpl/mail_head.tpl11
1 files changed, 8 insertions, 3 deletions
diff --git a/view/tpl/mail_head.tpl b/view/tpl/mail_head.tpl
index 1cd7145e7..d52fa40e0 100755
--- a/view/tpl/mail_head.tpl
+++ b/view/tpl/mail_head.tpl
@@ -1,3 +1,8 @@
-<h3>{{$messages}}</h3>
-
-{{$tab_content}}
+<div class="widget">
+ <h3>{{$header}}</h3>
+ <ul class="nav nav-pills nav-stacked">
+ {{foreach $messages as $message}}
+ {{include file="mail_list.tpl"}}
+ {{/foreach}}
+ </ul>
+</div>