php-mpos/public/templates/mail/notifications/idle_worker.tpl
Sebastian Grewe 4ea8b6c695 Adding new notification system for new blocks
* Modified findblocks cron
* Modified notifications cron for new structure
* Improved notification class
* Added new template for new_block type
* Moved idle_worker type template
* Added new_block type to notification settings
2013-06-09 14:26:18 +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>