|
|
|
$table->data[1][1] = "<b>".__('Priority')."</b><br/>".html_print_select (get_incidents_priorities (), 'priority', $result['prioridad'], '', '', 0, true, false, false);
|
|
|
|
$table->data[2][1] = "<b>".__('Resolution')."</b><br/>".html_print_select ($resolutions, 'resolution', $result['resolution'], '', '', 0, true, false, false);
|
|
|
|
$table->data[2][2] = "<b>".__('Status')."</b><br/>".html_print_select ($status, 'status', $result['estado'], '', '', 0, true, false, false);
|