.htaccess
1 year ago
alert.tpl
1 year ago
checksum_alert.tpl
1 year ago
index.html
1 year ago
job_completed.tpl
1 year ago
job_monitor.tpl
1 year ago
main.tpl
1 year ago
web.config
1 year ago
job_monitor.tpl
14 lines
| 1 | <h1>JetBackup Status Update</h1> |
| 2 | <p>Hello,</p> |
| 3 | <p>This is a notification regarding the scheduled backup job <strong>"{$job_name}"</strong>.</p> |
| 4 | |
| 5 | <p>We are set to notify if the job was not executed for {$job_monitor} days. </p> |
| 6 | <p>It appears this interval has now passed.</p> |
| 7 | |
| 8 | <p><strong>Domain:</strong> {$backup_domain}</p> |
| 9 | <p>Last backup job run date: {$backup_date}</p> |
| 10 | |
| 11 | <p>Best regards,</p> |
| 12 | <p>JetBackup For WordPress</p> |
| 13 | |
| 14 |