mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 16:44:20 +01:00
fixed not settable minutes for sheduling backups
This commit is contained in:
parent
cc02f439d7
commit
92474ad4ca
@ -173,7 +173,7 @@
|
||||
}
|
||||
}
|
||||
// input-fields to create a new scheduled backup
|
||||
foreach($times=array('year'=>'*','month'=>'*','day'=>'*','dow'=>'2-6','hour'=>3,'minute'=>0) as $name => $default)
|
||||
foreach($times=array('year'=>'*','month'=>'*','day'=>'*','dow'=>'2-6','hour'=>3,'min'=>0) as $name => $default)
|
||||
{
|
||||
$setup_tpl->set_var($name,'<input name="times['.$name.']" size="5" value="'.$default.'" />');
|
||||
}
|
||||
|
@ -43,7 +43,7 @@
|
||||
<td>{day}</td>
|
||||
<td>{dow}</td>
|
||||
<td>{hour}</td>
|
||||
<td>{minute}</td>
|
||||
<td>{min}</td>
|
||||
<td>{next_run}</td>
|
||||
<td>{actions}</td>
|
||||
</tr>
|
||||
|
Loading…
Reference in New Issue
Block a user