Cron fix from Diman

This commit is contained in:
Serghey Rodin 2016-06-30 21:12:25 +03:00
commit 40b5aac821
6 changed files with 656 additions and 692 deletions

View file

@ -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>