diff options
author | redmatrix <redmatrix@redmatrix.me> | 2015-09-24 16:58:32 -0700 |
---|---|---|
committer | redmatrix <redmatrix@redmatrix.me> | 2015-09-24 16:58:32 -0700 |
commit | 2fe3d16bbed892b2c1287ba876ae54ff502edbad (patch) | |
tree | 2732d7fd9e57760665815c770a9bf5e4d4812726 /view/tpl/mail_head.tpl | |
parent | 2844f276b9af6154e36706b7fe53438352493d58 (diff) | |
parent | c42dcd5ac9c63cd42c7af1b2765dd33e7e9f5d6d (diff) | |
download | volse-hubzilla-2fe3d16bbed892b2c1287ba876ae54ff502edbad.tar.gz volse-hubzilla-2fe3d16bbed892b2c1287ba876ae54ff502edbad.tar.bz2 volse-hubzilla-2fe3d16bbed892b2c1287ba876ae54ff502edbad.zip |
Merge https://github.com/redmatrix/hubzilla into pending_merge
Diffstat (limited to 'view/tpl/mail_head.tpl')
-rwxr-xr-x | view/tpl/mail_head.tpl | 16 |
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> |