mirror of
https://github.com/moodle/moodle.git
synced 2025-01-21 23:48:45 +01:00
12 lines
360 B
HTML
12 lines
360 B
HTML
<TR VALIGN=TOP>
|
|
<TD ALIGN=RIGHT><P><?php print_string("instructions", "auth") ?>:</TD>
|
|
<TD>
|
|
<TEXTAREA NAME=auth_instructions COLS=30 ROWS=10 WRAP=virtual><?php p($config->auth_instructions) ?></TEXTAREA>
|
|
</TD>
|
|
<TD>
|
|
<?php print_string("authinstructions","auth") ?>
|
|
<?php helpbutton("text", get_string("helptext")) ?>
|
|
</TD>
|
|
</TR>
|
|
|