mirror of
https://github.com/myvesta/vesta
synced 2025-08-21 05:44:08 -07:00
Cron fix from Diman
This commit is contained in:
parent
a162fe06e8
commit
40b5aac821
6 changed files with 656 additions and 692 deletions
|
@ -56,7 +56,7 @@
|
|||
</select>
|
||||
</p>
|
||||
<p class="step-top">
|
||||
<input type="submit" value="<?=__('Generate')?>" class="button">
|
||||
<input type="submit" value="<?=__('generate')?>" class="button">
|
||||
</p>
|
||||
</form>
|
||||
</div>
|
||||
|
@ -438,21 +438,4 @@
|
|||
</tr>
|
||||
</table>
|
||||
</form>
|
||||
</div>
|
||||
<script>
|
||||
$(function() {
|
||||
$( "#tabs" ).tabs();
|
||||
$('.context-helper').click(function(){ $('#tabs').toggle(); $('.context-helper').toggle(); });
|
||||
$('.context-helper-close').click(function(){ $('#tabs').toggle(); $('.context-helper').toggle(); });
|
||||
|
||||
$('.helper-container form').submit(function(){
|
||||
$('#vstobjects input[name=v_min]').val($(this).find(':input[name=h_min]').val()).effect('highlight');
|
||||
$('#vstobjects input[name=v_hour]').val($(this).find(':input[name=h_hour]').val()).effect('highlight');
|
||||
$('#vstobjects input[name=v_day]').val($(this).find(':input[name=h_day]').val()).effect('highlight');
|
||||
$('#vstobjects input[name=v_month]').val($(this).find(':input[name=h_month]').val()).effect('highlight');
|
||||
$('#vstobjects input[name=v_wday]').val($(this).find(':input[name=h_wday]').val()).effect('highlight');
|
||||
|
||||
return false;
|
||||
})
|
||||
});
|
||||
</script>
|
||||
</div>
|
Loading…
Add table
Add a link
Reference in a new issue