Ejemplo n.º 1
0
 protected function getSearchDefinition()
 {
     $form_values = array('class' => 'ClassEquipment', 'controller' => $this->search_controller, 'form' => array('id_equipment' => array('class' => 'table_id', 'type' => 'text'), 'name' => array('class' => 'table_name', 'type' => 'text'), 'id_equipment_type' => array('class' => 'table_type', 'type' => 'select', 'search' => true, 'optgroup' => ClassEquipmentType::getEquipmentTypes()), 'active' => array('class' => 'table_status', 'type' => 'select', 'options' => array('0' => 'Wyłączony', '1' => 'Włączony')), 'actions' => array('class' => 'table_akcje')));
     return $form_values;
 }