Technician: |
getLastName().', '.$technician->getFirstName(); ?> |
job date: |
|
start time: |
'2',
'maxlength' => '2')).' : '.
input_tag('start_time_minutes', $start_time_minutes, array(
'size' => '2',
'maxlength' => '2')); ?> |
|
end time: |
'2',
'maxlength' => '2')).' : '.
input_tag('end_time_minutes', $end_time_minutes, array(
'size' => '2',
'maxlength' => '2')); ?> |
|
|
getId(), array('confirm' => 'Are you sure you want to delete this job?')); ?> |
getId(), array('onClick' => "confirm('Are you sure you want to delete this job?')")); ?>
|