"client_id", 'datatype' => "INTEGER", 'formtype' => "TEXT", 'op' => "=", 'prefix' => "", 'suffix' => "", 'width' => "", 'value' => ""); $liste["item"][] = array( 'field' => "active", 'datatype' => "VARCHAR", 'formtype' => "SELECT", 'op' => "=", 'prefix' => "", 'suffix' => "", 'width' => "", 'value' => array('1' => "
".$app->lng('yes_txt')."
", '0' => "
".$app->lng('no_txt')."
")); $liste['item'][] = array( 'field' => 'username', 'datatype' => 'VARCHAR', 'op' => 'like', 'prefix' => '%', 'suffix' => '%', 'width' => ''); $liste['item'][] = array( 'field' => 'groups', 'datatype' => 'VARCHAR', 'op' => 'like', 'prefix' => '%', 'suffix' => '%', 'width' => ''); ?>