aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl/mail_head.tpl
diff options
context:
space:
mode:
authorHaakon Meland Eriksen <haakon.eriksen@far.no>2015-09-24 23:32:18 +0200
committerHaakon Meland Eriksen <haakon.eriksen@far.no>2015-09-24 23:32:18 +0200
commit414b5ea6f3ad616c5211b0e9d4b811c149decf26 (patch)
tree58d7a19079cc1c7de0790b0e2f3b829967344ea1 /view/tpl/mail_head.tpl
parent8cbccb20ef7f1fa82c4a16c6c786d5d748901c02 (diff)
parentc42dcd5ac9c63cd42c7af1b2765dd33e7e9f5d6d (diff)
downloadvolse-hubzilla-414b5ea6f3ad616c5211b0e9d4b811c149decf26.tar.gz
volse-hubzilla-414b5ea6f3ad616c5211b0e9d4b811c149decf26.tar.bz2
volse-hubzilla-414b5ea6f3ad616c5211b0e9d4b811c149decf26.zip
Merge remote-tracking branch 'upstream/master'
Diffstat (limited to 'view/tpl/mail_head.tpl')
-rwxr-xr-xview/tpl/mail_head.tpl16
1 files changed, 7 insertions, 9 deletions
diff --git a/view/tpl/mail_head.tpl b/view/tpl/mail_head.tpl
index 7bc854fff..d52fa40e0 100755
--- a/view/tpl/mail_head.tpl
+++ b/view/tpl/mail_head.tpl
@@ -1,10 +1,8 @@
-<div class="generic-content-wrapper">
- <div class="section-title-wrapper">
- <h2>{{$header}}</h2>
- </div>
- <div class="section-content-wrapper">
- {{foreach $messages as $message}}
- {{include file="mail_list.tpl"}}
- {{/foreach}}
- </div>
+<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>