Home
last modified time | relevance | path

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

/plugin/bez/tpl/cron/
Dweekly-message-tasks.php29 <?php if ($task->all_day_event == '0'): ?>
/plugin/bez/tpl/
Dtask_form.php127 <?php if ($tpl->get('task')->all_day_event == '1'): ?>
Dtask_box.php59 … <?php echo $tpl->get('task')->plan_date ?><?php if ($tpl->get('task')->all_day_event == '0'): ?>,
Dtasks.php215 <?php if ($task->all_day_event == '0'): ?>
/plugin/bez/db/
Dupdate0001.sql156 all_day_event INTEGER NOT NULL DEFAULT 0, -- 0 - false, 1 - true field
/plugin/bez/mdl/
DTask.php24 protected $cost, $plan_date, $all_day_event, $start_time, $finish_time;