mirror of
https://github.com/moodle/moodle.git
synced 2025-01-19 14:27:22 +01:00
9 lines
367 B
HTML
9 lines
367 B
HTML
<tr valign="top">
|
|
<td align="right"><p><?php print_string("instructions", "auth") ?>:</p></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> |