class = 'databox'; $table->width = '98%'; $table->data = array (); $table->style = array (); $table->style[0] = 'font-weight: bold; vertical-align:top'; $table->style[2] = 'font-weight: bold'; $table->size = array (); $table->size[0] = '10%'; $table->size[1] = '30%'; $table->size[2] = '10%'; $table->size[3] = '10%'; $table->size[4] = '10%'; $table->size[5] = '30%'; /* Source selection */ $table->id = 'source_table'; $table->data[0][0] = __('Group'); $table->data[0][1] = html_print_select_groups(false, "AR", true, 'source_id_group', $source_id_group, false, '', '', true); $table->data[0][2] = __('Group recursion'); $table->data[0][3] = html_print_checkbox ("source_recursion", 1, $source_recursion, true, false); $table->data[0][4] = __('Agent'); $table->data[0][4] .= ' '; $table->data[0][4] .= html_print_image ("images/spinner.png", true); $table->data[0][4] .= ''; $table->data[0][5] = html_print_select (agents_get_group_agents ($source_id_group, false, "none"), 'source_id_agent', $source_id_agent, false, __('Select'), 0, true); echo '
'; echo '