blob: 3d45dc538a2d69602fc8f61e153258fbc91bcdfb (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
<?php defined("SYSPATH") or die("No direct script access.") ?>
<style>
#g-define-schedule fieldset fieldset li {
margin-right: .5em;
}
#g-schedule-time {
width: 40px !important;
}
</style>
<?= $form ?>
|