From 8d0adbde61b0b9fec7a06a0dba95c7cedbcee930 Mon Sep 17 00:00:00 2001 From: Hillel Coren Date: Mon, 19 Sep 2016 12:49:15 +0300 Subject: [PATCH] Enabled usign raw HTML with email templates --- resources/lang/en/texts.php | 3 + resources/views/accounts/template.blade.php | 5 +- .../templates_and_reminders.blade.php | 69 ++++++++++++++++++- 3 files changed, 74 insertions(+), 3 deletions(-) diff --git a/resources/lang/en/texts.php b/resources/lang/en/texts.php index 9606ed251d78..ea174b32d1a6 100644 --- a/resources/lang/en/texts.php +++ b/resources/lang/en/texts.php @@ -2130,6 +2130,9 @@ $LANG = array( 'limits_not_met' => 'This invoice does not meet the limits for that payment type.', 'date_range' => 'Date Range', + 'raw' => 'Raw', + 'raw_html' => 'Raw HTML', + 'update' => 'Update', ); diff --git a/resources/views/accounts/template.blade.php b/resources/views/accounts/template.blade.php index 629b582d8e3a..acdfbdb83151 100644 --- a/resources/views/accounts/template.blade.php +++ b/resources/views/accounts/template.blade.php @@ -64,10 +64,11 @@

 

-
+