diff options
author | Fabio Comuni <fabrix.xm@gmail.com> | 2012-03-28 15:31:58 +0200 |
---|---|---|
committer | Fabio Comuni <fabrix.xm@gmail.com> | 2012-03-28 15:31:58 +0200 |
commit | 50711040cbf3686f427e5ad8d0582674ef45a12b (patch) | |
tree | ee7d54e6dc0138bfc739e6bf584935a9cae98b17 /view/mail_display.tpl | |
parent | f86e909a82c372ff01222431a7084b4cc47a6e81 (diff) | |
download | volse-hubzilla-50711040cbf3686f427e5ad8d0582674ef45a12b.tar.gz volse-hubzilla-50711040cbf3686f427e5ad8d0582674ef45a12b.tar.bz2 volse-hubzilla-50711040cbf3686f427e5ad8d0582674ef45a12b.zip |
message: remove tabs, move new message link to aside, all message with gmail-style
Diffstat (limited to 'view/mail_display.tpl')
-rw-r--r-- | view/mail_display.tpl | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/view/mail_display.tpl b/view/mail_display.tpl new file mode 100644 index 000000000..69c7e0722 --- /dev/null +++ b/view/mail_display.tpl @@ -0,0 +1,6 @@ + +{{ for $mails as $mail }} + {{ inc mail_conv.tpl }}{{endinc}} +{{ endfor }} + +{{ inc prv_message.tpl }}{{ endinc }} |