$text{'search_gnotfound'}
\n"; } else { print &ui_columns_start([ $text{'gedit_group'}, $text{'gedit_gid'}, $text{'gedit_members'}, $text{'search_hosts'} ], 100); foreach $m (@match) { local $members = join(" ", split(/,/, $m->{'members'})); @h = @{$hosts{$m->{'group'}}}; @h = @h[0 .. 10], ".." if (@h > 10); print &ui_columns_row([ &ui_link("edit_group.cgi?group=". &urlize($m->{'group'}), &html_escape($m->{'group'})), $m->{'gid'}, &html_escape($members), join(", ", @h), ]); } print &ui_columns_end(); } &ui_print_footer("", $text{'index_return'}); }