24 lines
691 B
Smarty
24 lines
691 B
Smarty
<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> |