\n";
print " | $text{'vform_from'} | \n";
printf " %s \n",
$_[0] && !$_[0]->{'from'} ? "checked" : "", $text{'vform_all'};
printf " %s\n",
!$_[0] || $_[0]->{'domain'} && !$_[0]->{'user'} ? "checked" : "",
$text{'vform_domain'};
printf " \n",
$_[0] && $_[0]->{'domain'} && !$_[0]->{'user'} ? $_[0]->{'domain'} : "";
printf " %s\n",
$_[0] && $_[0]->{'user'} ? "checked" : "",
$text{'vform_user'};
printf "@",
$_[0] && $_[0]->{'user'} ? $_[0]->{'user'} : "";
printf " | ",
$_[0] && $_[0]->{'user'} ? $_[0]->{'domain'} : "";
print " | $text{'vform_to'} | \n";
printf " %s \n",
$_[0] && !$_[0]->{'prepend'} ? "checked" : "", $text{'vform_none'};
if (!$_[0]) {
printf " %s \n",
"checked", $text{'vform_auto'};
}
printf " %s\n",
$_[0] && $_[0]->{'prepend'} ? "checked" : "", $text{'vform_prepend'};
printf " | \n",
$_[0] && $_[0]->{'prepend'} ? $_[0]->{'prepend'} : "";
print " | \n";
if ($_[0]) {
print "\n";
print "\n";
}
else { print "\n"; }
print " | \n";
print " |