Home
last modified time | relevance | path

Searched refs:all_day_event (Results 1 – 6 of 6) sorted by relevance

/plugin/bez/tpl/cron/
H A Dweekly-message-tasks.php29 <?php if ($task->all_day_event == '0'): ?>
/plugin/bez/tpl/
H A Dtask_form.php101 data-validation-depends-on="all_day_event"
108 data-validation-depends-on="all_day_event"
119 <?php if ($tpl->get('task')->acl_of('all_day_event') >= BEZ_PERMISSION_CHANGE): ?>
120 <input type="checkbox" name="all_day_event" value="1"
121 <?php if ($tpl->value('all_day_event') == '' ||
122 $tpl->value('all_day_event') == '1'): ?>
127 <?php if ($tpl->get('task')->all_day_event == '1'): ?>
130 <?php endif ?> <?php echo $tpl->getLang('all_day_event') ?>
H A Dtask_box.php59 <?php echo $tpl->get('task')->plan_date ?><?php if ($tpl->get('task')->all_day_event == '0'): ?>,
140 array('content', 'plan_date', 'all_day_event', 'start_time', 'finish_time', 'task_program_id', 'cost')
H A Dtasks.php215 <?php if ($task->all_day_event == '0'): ?>
/plugin/bez/db/
H A Dupdate0001.sql156 all_day_event INTEGER NOT NULL DEFAULT 0, -- 0 - false, 1 - true field
/plugin/bez/mdl/
H A DTask.php23 protected $cost, $plan_date, $all_day_event, $start_time, $finish_time;
44 'cost', 'plan_date', 'all_day_event', 'start_time', 'finish_time',
94 'all_day_event' => array(array('select', array('0', '1')), 'NOT NULL'),
151 $this->acl->grant('all_day_event', BEZ_PERMISSION_CHANGE);
166 $this->acl->grant('all_day_event', BEZ_PERMISSION_CHANGE);
211 $this->acl->grant('all_day_event', BEZ_PERMISSION_CHANGE);
222 $this->acl->grant('all_day_event', BEZ_PERMISSION_CHANGE);
252 if (!isset($post['all_day_event'])) {
253 $post['all_day_event'] = '0';