Refactoring
This commit is contained in:
35
templates/email/emailBody.html
Normal file
35
templates/email/emailBody.html
Normal file
@@ -0,0 +1,35 @@
|
||||
<table width="610" align="center" cellpadding="0">
|
||||
<tr>
|
||||
<td>
|
||||
<table cellpadding="15">
|
||||
<tr>
|
||||
<td><img style="max-height: 100px;" src="#_logourl_#" /></td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td height="6" bgcolor="#405A6A"></td>
|
||||
</tr>
|
||||
<tr><td> </td></tr>
|
||||
<tr>
|
||||
<td>
|
||||
<font face="Arial, sans-serif" size="2" color="#4a4a4a">
|
||||
#_emailBody_#
|
||||
</font>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<table cellpadding="15">
|
||||
<tr>
|
||||
<td><font face="Arial, sans-serif" size="1" color="#4a4a4a">This email sent through <a href="#_url_#"><strong><font color="405A6A">#_url_#</font></strong></a>
|
||||
|
||||
<hr/>
|
||||
You are receiving this email because you are added as a user to <a href="#_url_#"><strong><font color="405A6A">#_url_#</font></strong></a>.
|
||||
If you are not the intended recipient please inform application admin #_adminEmail_#.
|
||||
</font></td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
||||
5
templates/email/notificationEmail.html
Normal file
5
templates/email/notificationEmail.html
Normal file
@@ -0,0 +1,5 @@
|
||||
Hello #_user_#<br/><br/>
|
||||
#_message_#
|
||||
<br/>
|
||||
<br/>
|
||||
Visit IceHrm: <a href="#_url_#">#_url_#</a>
|
||||
4
templates/email/passwordReset.html
Normal file
4
templates/email/passwordReset.html
Normal file
@@ -0,0 +1,4 @@
|
||||
<p>Hi,</p>
|
||||
<p>A password reset request has been recieved for your login at #_url_#.</p>
|
||||
<p>To reset your password, please follow this link: <a href="#_passurl_#">#_passurl_#</a>.</p>
|
||||
<p>Thanks!</p>
|
||||
Reference in New Issue
Block a user