Commit f0c3ae03 by Nilu

bold email address

parent 883aae47
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<OBJECTS xmlns:oneit="http://www.1iT.com.au" name="">
<!-- @AutoRun --> <!-- @AutoRun -->
<OBJECTS xmlns:oneit="http://www.1iT.com.au" name="">
<NODE factory="Vector" name="Script"> <NODE factory="Vector" name="Script">
<NODE class="oneit.appservices.upgrade.cms.CMSArticleUpdateOperation" factory="Participant" name="Company Account Verification Mail"> <NODE class="oneit.appservices.upgrade.cms.CMSArticleUpdateOperation" factory="Participant" name="Company Account Verification Mail">
<createSpecificIdentifier factory='String' value='P1U6WNGWG39B7X9W9Q7MX0Q8YAZGOB'/> <createSpecificIdentifier factory='String' value='P1U6WNGWG39B7X9W9Q7MX0Q8YAZGOB'/>
...@@ -8,7 +8,6 @@ ...@@ -8,7 +8,6 @@
<NODE factory="String" value="P1U6WNGWG39B7X9W9Q7MX0Q8YAZGOB"/> <NODE factory="String" value="P1U6WNGWG39B7X9W9Q7MX0Q8YAZGOB"/>
</articleIdentifiers> </articleIdentifiers>
<createdLabel factory="String" value="P1U6WNGWG39B7X9W9Q7MX0Q8YAZGOB"/> <createdLabel factory="String" value="P1U6WNGWG39B7X9W9Q7MX0Q8YAZGOB"/>
<newParentCategory factory="String" value="RESOURCE_LIBRARY"/>
<articleAttributeChanges factory="Map"> <articleAttributeChanges factory="Map">
<NODE name="EmailTo" factory="Null"/> <NODE name="EmailTo" factory="Null"/>
<NODE name="EmailFrom" factory="String" value="help@talentology.com"/> <NODE name="EmailFrom" factory="String" value="help@talentology.com"/>
...@@ -37,7 +36,7 @@ ...@@ -37,7 +36,7 @@
<body> <body>
<p>Hi ${SecUser:FirstName},</p> <p>Hi ${SecUser:FirstName},</p>
<p>Thank you for choosing Talentology! &nbsp;</p> <p>Thank you for choosing Talentology! &nbsp;</p>
<p>You entered ${SecUser:UserName} as your email address for your Talentology account. Please verify this email address by clicking this link:</p> <p>You entered <strong>${SecUser:UserName}</strong> as your email address for your Talentology account. Please verify this email address by clicking this link:</p>
<p> <p>
<a href="${link}">Verify now</a> <a href="${link}">Verify now</a>
</p> </p>
...@@ -46,7 +45,7 @@ ...@@ -46,7 +45,7 @@
</body> </body>
</html> </html>
]]></NODE> ]]></NODE>
<NODE name="TransformedContent" factory="String"><![CDATA[<p>Hi ${SecUser:FirstName},</p><p>Thank you for choosing Talentology! &nbsp;</p><p>You entered ${SecUser:UserName} as your email address for your Talentology account. Please verify this email address by clicking this link:</p><p> <NODE name="TransformedContent" factory="String"><![CDATA[<p>Hi ${SecUser:FirstName},</p><p>Thank you for choosing Talentology! &nbsp;</p><p>You entered <strong>${SecUser:UserName}</strong> as your email address for your Talentology account. Please verify this email address by clicking this link:</p><p>
<a href="${link}">Verify now</a> <a href="${link}">Verify now</a>
</p><p>Thanks,</p><p>The Talentology Team</p> </p><p>Thanks,</p><p>The Talentology Team</p>
]]></NODE> ]]></NODE>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment