Commit | Line | Data |
---|---|---|
a1ef7cbe | 1 | <tr valign="top"> |
2 | <td align="right"><p><?php print_string("instructions", "auth") ?>:</p></td> | |
3 | <td><textarea name="auth_instructions" cols="30" rows="10" wrap="virtual"><?php p($config->auth_instructions) ?></textarea> | |
4 | </td> | |
5 | <td> | |
6 | <?php print_string("authinstructions","auth") ?> | |
7 | <?php helpbutton("text", get_string("helptext")) ?> | |
8 | </td> | |
a4080313 | 9 | </tr> |
10 | <?php print_auth_lock_options($auth, $user_fields, get_string('auth_fieldlocks_help', 'auth'), false, false); ?> |