\n";
$rv .= " | $text{'mod_auth_ufile'} | ".
&opt_input($_[0]->{'value'}, "AuthUserFile", $text{'default'}, 45).
&file_chooser_button("AuthUserFile", 0).
($uf ? " {'value'}.
"&url=".&urlize(&this_url())."\">$text{'mod_auth_uedit'}" : "")." | \n";
$rv .= " | $text{'mod_auth_gfile'} | ".
&opt_input($_[1]->{'value'}, "AuthGroupFile", $text{'default'}, 45).
&file_chooser_button("AuthGroupFile", 0).
($gf ? " {'value'}.
"&url=".&urlize(&this_url())."\">$text{'mod_auth_gedit'}" : "")." | \n";
$rv .= " | $text{'mod_auth_pass'} | ".
&choice_input($_[2]->{'value'}, "AuthAuthoritative", "",
"$text{'yes'},off", "$text{'no'},on", "$text{'default'},").
" | \n";
$rv .= " |