php-mpos/public/templates/mail/idle_worker.tpl
Sebastian Grewe 9ac2dadd97 Progress on notifications
* Added main mail class
* notification class extends mail class
* Added mail template for IDLE workers
* Added notification table to SQL structure

This works already but once notified the status is not reset as soon as
a worker is active again. Need to think of a system to do that
automatically.

Addresses #116
2013-06-07 15:36:35 +02:00

10 lines
202 B
Smarty

<html>
<body>
<p>One of your workers is currently IDLE.</p>
<p>Since monitoring is enabled for this worker, this notification was sent.</p>
<p>Please check your workers!</p>
<br/>
<br/>
</body>
</html>