id = $context['id']; $this->style = $context['style']; } public function set() { global $database; $results = common_task_templates::get_details($this->id); $this->results =& $results; return $this; } public function details() { extract($this->results); ?>
Task Name:
Description:
   
Departments :
Groups :
details(); ?>
client_details(); ?>
details(); ?>
items(); ?>
notes(); ?>
payment_info(); ?>
terms(); return $this; } public function view_email() { $this->style_table_width = 'style="width:800px;"'; $this->style_left = 'style="width:150px;"'; $this->client_details(); ?>
details(); ?>
items(); ?>
notes(); ?>
payment_info(); ?>
terms(); return $this; } } ?>