From 34dc11d68ee474cf7dbb1f2e86befe4bae3caf42 Mon Sep 17 00:00:00 2001 From: Zach Prezkuta Date: Fri, 11 Jan 2013 09:57:23 -0700 Subject: add warning messae about automatically generated templates --- view/tpl/smarty3/mail_head.tpl | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'view/tpl/smarty3/mail_head.tpl') diff --git a/view/tpl/smarty3/mail_head.tpl b/view/tpl/smarty3/mail_head.tpl index 1cd7145e7..d2eec5ecb 100644 --- a/view/tpl/smarty3/mail_head.tpl +++ b/view/tpl/smarty3/mail_head.tpl @@ -1,3 +1,7 @@ -

{{$messages}}

+{{* + * AUTOMATICALLY GENERATED TEMPLATE + * DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN + * + *}}

{{$messages}}

{{$tab_content}} -- cgit v1.2.3 From 690e278d956579a5d6b1b5b94e48c5b09b3134ba Mon Sep 17 00:00:00 2001 From: Zach Prezkuta Date: Fri, 11 Jan 2013 10:00:26 -0700 Subject: add newline at end of header --- view/tpl/smarty3/mail_head.tpl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'view/tpl/smarty3/mail_head.tpl') diff --git a/view/tpl/smarty3/mail_head.tpl b/view/tpl/smarty3/mail_head.tpl index d2eec5ecb..f7a39fa8b 100644 --- a/view/tpl/smarty3/mail_head.tpl +++ b/view/tpl/smarty3/mail_head.tpl @@ -2,6 +2,7 @@ * AUTOMATICALLY GENERATED TEMPLATE * DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN * - *}}

{{$messages}}

+ *}} +

{{$messages}}

{{$tab_content}} -- cgit v1.2.3