php-mpos/public/templates/mail/idle_worker.tpl
Sebastian Grewe 4da9fd2369 Working notification system
* 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
2013-06-07 15:36:35 +02:00

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>