",$cmd->{'html'},"\n";
foreach $a (@{$cmd->{'args'}}) {
print "\n" if (!$col);
print "| ",&html_escape($a->{'desc'}),
" | \n";
$n = $a->{'name'};
if ($a->{'type'} == 0) {
print "\n";
}
elsif ($a->{'type'} == 1 || $a->{'type'} == 2) {
print " ",
&user_chooser_button($n, 0);
}
elsif ($a->{'type'} == 3 || $a->{'type'} == 4) {
print " ",
&group_chooser_button($n, 0);
}
elsif ($a->{'type'} == 5 || $a->{'type'} == 6) {
print " ",
&file_chooser_button($n, $a->{'type'}-5);
}
elsif ($a->{'type'} == 7) {
print " $text{'yes'}\n";
print " $text{'no'}\n";
}
elsif ($a->{'type'} == 8) {
print "\n";
}
elsif ($a->{'type'} == 9) {
print "\n";
}
elsif ($a->{'type'} == 10) {
print "\n";
}
elsif ($a->{'type'} == 11) {
print "\n";
}
print " | \n";
print " \n" if ($col);
$col = !$col;
}
print " | \n" if ($col);
$txt = $cmd->{'edit'} ? $text{'form_edit'} : $text{'form_exec'};
print " | ",
" | \n";
print " |