Line 133... |
Line 133... |
133 |
$pid_file = $upload_dir['basedir'].'/wpsg_cron_abo';
|
133 |
$pid_file = $upload_dir['basedir'].'/wpsg_cron_abo';
|
134 |
|
134 |
|
135 |
echo __('Status: ', 'wpsg');
|
135 |
echo __('Status: ', 'wpsg');
|
136 |
|
136 |
|
137 |
?><?php echo (($this->get_option('wpsg_mod_abo_cron_run') === '1')?_('Läuft gerade'):_('Wartend')); ?>
|
137 |
?><?php echo (($this->get_option('wpsg_mod_abo_cron_run') === '1')?_('Läuft gerade'):_('Wartend')); ?>
|
138 |
<?php if ($this->get_option('wpsg_mod_abo_cron_run') === '1' || file_exists($pid_fileJa)) { ?>
|
138 |
<?php if ($this->get_option('wpsg_mod_abo_cron_run') === '1' || file_exists($pid_file)) { ?>
|
139 |
(<?php echo __('Start: ', 'wpsg'); ?><?php echo wpsg_formatTimestamp($this->get_option('wpsg_mod_abo_cron_start'), false, true); ?>)
|
139 |
(<?php echo __('Start: ', 'wpsg'); ?><?php echo wpsg_formatTimestamp($this->get_option('wpsg_mod_abo_cron_start'), false, true); ?>)
|
140 |
<a href="<?php echo WPSG_URL_WP.'wp-admin/admin.php?page=wpsg-Admin&action=module&modul=wpsg_mod_abo&subaction=resetCron&noheader=1'; ?>"><?php echo __('Zurücksetzen', 'wpsg'); ?></a>
|
140 |
<a href="<?php echo WPSG_URL_WP.'wp-admin/admin.php?page=wpsg-Admin&action=module&modul=wpsg_mod_abo&subaction=resetCron&noheader=1'; ?>"><?php echo __('Zurücksetzen', 'wpsg'); ?></a>
|
141 |
<?php } ?>
|
141 |
<?php } ?>
|
142 |
</span>
|
142 |
</span>
|
143 |
|
143 |
|