A significant new system for authentication configuration that
[moodle.git] / auth / nntp / config.html
1 <tr valign="top">
2         <TD ALIGN=RIGHT><P>auth_nntphost:</TD>
3         <TD>
4         <INPUT name="auth_nntphost" TYPE="text" SIZE=30 VALUE="<?=$config->auth_nntphost?>">
5         <? formerr($err["ldap_nntphost"]); ?>
6         </TD>
7     <TD>
8     <? print_string("auth_nntphost","auth") ?>
9     </TD>
10 </TR>
12 <TR VALIGN=TOP>
13         <TD ALIGN=RIGHT><P>auth_nntpport:</TD>
14         <TD>
15     <INPUT name=auth_imapport TYPE=text SIZE=6 VALUE="<?=$config->auth_nntpport?>">
16     <? formerr($err["auth_nntpport"]); ?>
17     </TD>
18     <TD>
19     <? print_string("auth_nntpport","auth") ?>
20     </TD>
21 </TR>
23 <TR VALIGN=TOP>
24         <TD ALIGN=RIGHT><P>auth_instructions:</TD>
25         <TD>
26     <TEXTAREA NAME=auth_instructions COLS=30 ROWS=10 WRAP=virtual><? p($config->auth_instructions) ?></TEXTAREA> 
27     </TD>
28     <TD>
29     <? print_string("authinstructions","auth") ?>
30     <? helpbutton("text", get_string("helptext")) ?>
31     </TD>
32 </TR>