From 8b6a3d80d51f3c92b71bb21c79ad5464fd011077 Mon Sep 17 00:00:00 2001 From: KevinParf Date: Wed, 12 Aug 2015 15:31:33 -0500 Subject: [PATCH 1/2] Edit on the New account message Changed the message around so that it is a clearer message and --- application/views/notifier/new_account.php | 17 +++++++---------- 1 file changed, 7 insertions(+), 10 deletions(-) diff --git a/application/views/notifier/new_account.php b/application/views/notifier/new_account.php index 5c9a33d..5419ad7 100644 --- a/application/views/notifier/new_account.php +++ b/application/views/notifier/new_account.php @@ -1,10 +1,7 @@ -getContact()->getDisplayName()) ?>, - -getCreatedBy()->getContact()->getDisplayName()) ?>. -: - -: getUsername() ?> - -: - - \ No newline at end of file +getContact()->getDisplayName()) ?>, +getCreatedBy()->getContact()->getDisplayName()) ?>. + +: + +: getUsername() ?> +: From ee99018eaee70dae3085f65fb31d599a35eddeff Mon Sep 17 00:00:00 2001 From: KevinParf Date: Thu, 13 Aug 2015 10:50:26 -0500 Subject: [PATCH 2/2] New Account message Just a few minor adjustments to the message. --- application/views/notifier/new_account.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/application/views/notifier/new_account.php b/application/views/notifier/new_account.php index 5419ad7..539c937 100644 --- a/application/views/notifier/new_account.php +++ b/application/views/notifier/new_account.php @@ -5,3 +5,5 @@ : getUsername() ?> : + + \ No newline at end of file