* Added things to mail templates * Modified user password reset call for new mail template * Added BASEPATH to smarty code to ensure templates are compiled in the proper directory * Updated mail and notification class * Updated notification cron * Added notification cron to run-cron list
10 lines
219 B
Smarty
10 lines
219 B
Smarty
<html>
|
|
<body>
|
|
<p>One of your workers is currently IDLE: {$DATA.username}</p>
|
|
<p>Since monitoring is enabled for this worker, this notification was sent.</p>
|
|
<p>Please check your workers!</p>
|
|
<br/>
|
|
<br/>
|
|
</body>
|
|
</html>
|