mirror of
https://github.com/myvesta/vesta
synced 2025-08-14 10:37:42 -07:00
cron email reporting
This commit is contained in:
parent
75a50c9cd6
commit
baae928144
6 changed files with 65 additions and 11 deletions
|
@ -21,6 +21,19 @@
|
|||
</select>
|
||||
<input type="submit" name="ok" value="›" class="submenu-button-select">
|
||||
</div>
|
||||
<div class="submenu-select-block">
|
||||
<?php
|
||||
if($panel[$user]['CRON_REPORTS'] == 'yes') {
|
||||
?>
|
||||
<a class="submenu-select-link" href="/delete/cron/reports/">[ <?php print __('disable email reports');?> ]</a>
|
||||
<?php
|
||||
} else {
|
||||
?>
|
||||
<a class="submenu-select-link" href="/add/cron/reports/">[ <?php print __('enable email reports');?> ]</a>
|
||||
<?php
|
||||
}
|
||||
?>
|
||||
</div>
|
||||
<?php display_error_block(); ?>
|
||||
</td>
|
||||
</tr>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue