auth_pop3host: |
formerr($err["ldap_host_url"]); ?>
|
print_string("auth_pop3host","auth") ?>
|
auth_pop3type: |
$pop3types = array("pop3","pop3cert");
foreach($pop3types as $pop3type) {
$pop3options[$pop3type] = $pop3type;
}
choose_from_menu($pop3options, "auth_pop3type", $config->auth_pop3type, "");
?>
formerr($err["auth_pop3type"]); ?>
|
print_string("auth_pop3type","auth") ?>
|
auth_pop3port: |
formerr($err["auth_pop3port"]); ?>
|
print_string("auth_pop3port","auth") ?>
|
print_string("instructions", "auth") ?>: |
|
print_string("authinstructions","auth") ?>
helpbutton("text", get_string("helptext")) ?>
|