From fcab9a799e57b77daff98e941d5bbfd3c2a88fd6 Mon Sep 17 00:00:00 2001 From: Steve Sutton Date: Tue, 14 Apr 2015 12:00:11 -0400 Subject: [PATCH] More updates with email template Make the table have small border --- .../Contacts/templates/passportConfEmail.tpl | 49 +++++++++++-------- 1 file changed, 28 insertions(+), 21 deletions(-) diff --git a/Toolkit/Contacts/templates/passportConfEmail.tpl b/Toolkit/Contacts/templates/passportConfEmail.tpl index e6b4a20..606c458 100755 --- a/Toolkit/Contacts/templates/passportConfEmail.tpl +++ b/Toolkit/Contacts/templates/passportConfEmail.tpl @@ -20,27 +20,34 @@

This is a confirmation receipt for:

- - {foreach:formData[fields],label,value} - - - - - {end:} - - - - - - - - - - - - - -
{label}{value}
{formData[qtyPassports]} Passports at ${formData[perPrice]} each${formData[passportPrice]}
Shipping Charge${formData[shipping]}
Total Charge${formData[totalCharge]}
+ + + + +
+ + {foreach:formData[fields],label,value} + + + + + {end:} + + + + + + + + + + + + + +
{label}{value}
{formData[qtyPassports]} Passports at ${formData[perPrice]} each${formData[passportPrice]}
Shipping Charge${formData[shipping]}
Total Charge${formData[totalCharge]}
+ +
-- 2.17.1