diff options
author | Mario Vavti <mario@mariovavti.com> | 2015-09-17 19:25:13 +0200 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2015-09-17 19:25:13 +0200 |
commit | 1cf404177dc3824096e724308f4e26716b6e2c8d (patch) | |
tree | c9b5886dac9a2cd3bf06c871dab2a5b36e4e26f4 /view/tpl/mail_head.tpl | |
parent | 6cd5826d214701071c0ea14a0be16284afc926b4 (diff) | |
download | volse-hubzilla-1cf404177dc3824096e724308f4e26716b6e2c8d.tar.gz volse-hubzilla-1cf404177dc3824096e724308f4e26716b6e2c8d.tar.bz2 volse-hubzilla-1cf404177dc3824096e724308f4e26716b6e2c8d.zip |
quickfix for private messages - needs a lot more work
Diffstat (limited to 'view/tpl/mail_head.tpl')
-rwxr-xr-x | view/tpl/mail_head.tpl | 13 |
1 files changed, 10 insertions, 3 deletions
diff --git a/view/tpl/mail_head.tpl b/view/tpl/mail_head.tpl index 1cd7145e7..7bc854fff 100755 --- a/view/tpl/mail_head.tpl +++ b/view/tpl/mail_head.tpl @@ -1,3 +1,10 @@ -<h3>{{$messages}}</h3> - -{{$tab_content}} +<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> |