From 5ba39fef9af977fe9b92fef1b6d582138aee7d4b Mon Sep 17 00:00:00 2001 From: Mario Vavti Date: Fri, 2 Oct 2015 17:51:37 +0200 Subject: private mail compositor changes --- view/tpl/prv_message.tpl | 111 ++++++++++++++++++++++++++--------------------- 1 file changed, 62 insertions(+), 49 deletions(-) (limited to 'view/tpl/prv_message.tpl') diff --git a/view/tpl/prv_message.tpl b/view/tpl/prv_message.tpl index a83896f32..c31c311cc 100755 --- a/view/tpl/prv_message.tpl +++ b/view/tpl/prv_message.tpl @@ -1,56 +1,69 @@ -

{{$header}}

- -
-
- -{{$parent}} - -
{{$to}}
- -{{if $showinputs}} - - -{{else}} -{{$select}} +{{if $new}} +
+
+

{{$header}}

+
+
{{/if}} +
+ - - + + -
{{$subject}}
- + {{if $new}} +
+ + + +
+
+ + +
+ {{/if}} -
{{$yourmessage}}
- + {{if $reply}} + + + + {{/if}} +
+ + +
-
- - - - - - - {{if $feature_expire}} - - {{/if}} - {{if $feature_encrypt}} - - {{/if}} -
-
-
-
-
- +
+
+ +
+
+ + + {{if $feature_expire}} + + {{/if}} + {{if $feature_encrypt}} + + {{/if}} +
+
+
+
+
+
+ +
+{{if $new}} +
+{{/if}} -- cgit v1.2.3 From 05050381d3d662fd880cd04142cf6ba399cbf104 Mon Sep 17 00:00:00 2001 From: Mario Vavti Date: Mon, 5 Oct 2015 12:26:04 +0200 Subject: bring our bbcode tools to private mail --- view/tpl/prv_message.tpl | 72 +++++++++++++++++++++++++++++++++++++----------- 1 file changed, 56 insertions(+), 16 deletions(-) (limited to 'view/tpl/prv_message.tpl') diff --git a/view/tpl/prv_message.tpl b/view/tpl/prv_message.tpl index c31c311cc..b0ea8b753 100755 --- a/view/tpl/prv_message.tpl +++ b/view/tpl/prv_message.tpl @@ -38,23 +38,63 @@
-
- - - {{if $feature_expire}} - - {{/if}} - {{if $feature_encrypt}} - +
+
+ + + + + +
+ + {{if $feature_expire || $feature_encrypt}} + {{/if}} + +
+ + +
+ +
-- cgit v1.2.3