BUG 8730 add template and javascript de este bug.
This commit is contained in:
24
workflow/engine/templates/admin/email.tpl
Normal file
24
workflow/engine/templates/admin/email.tpl
Normal file
@@ -0,0 +1,24 @@
|
||||
<table style=\'background-color: white; font-family: Arial,Helvetica,sans-serif; color: black; font-size: 11px; text-align: left;\' cellpadding='10' cellspacing='0' width='100%'>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td>
|
||||
<img id='logo' src='http://{server}/images/processmaker.logo.jpg' />
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td style='font-size: 14px;'>
|
||||
{msg} [{date}] - {engine}
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td style='vertical-align:middel;'>
|
||||
<br />
|
||||
<hr>
|
||||
<b>This Business Process is powered by ProcessMaker ver. {ver}.</b>
|
||||
<br />
|
||||
<a href='http://www.processmaker.com' style='color:#c40000;'>www.processmaker.com </a>
|
||||
<br />
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
Reference in New Issue
Block a user