mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 08:26:37 +02:00
XHTML compliance...
Merged from MOODLE_18_STABLE
This commit is contained in:
parent
6a42a9b456
commit
e8858fb1cb
1 changed files with 2 additions and 2 deletions
|
@ -22,7 +22,7 @@
|
||||||
<tr valign="top" class="required">
|
<tr valign="top" class="required">
|
||||||
<td align="right"><?php print_string("username") ?>:</td>
|
<td align="right"><?php print_string("username") ?>:</td>
|
||||||
<td>
|
<td>
|
||||||
<input name="user_attribute" type="text" size="30" value="<?php echo $config->user_attribute ?>">
|
<input name="user_attribute" type="text" size="30" value="<?php echo $config->user_attribute ?>" />
|
||||||
</td>
|
</td>
|
||||||
<td><?php print_string("auth_shib_username_description", "auth") ?></td>
|
<td><?php print_string("auth_shib_username_description", "auth") ?></td>
|
||||||
</tr>
|
</tr>
|
||||||
|
@ -52,7 +52,7 @@ instructions
|
||||||
<tr valign="top">
|
<tr valign="top">
|
||||||
<td align="right"><?php print_string("auth_shib_convert_data", "auth") ?>:</td>
|
<td align="right"><?php print_string("auth_shib_convert_data", "auth") ?>:</td>
|
||||||
<td>
|
<td>
|
||||||
<input name="convert_data" type="text" size="30" value="<?php echo $config->convert_data?>">
|
<input name="convert_data" type="text" size="30" value="<?php echo $config->convert_data?>" />
|
||||||
<?php
|
<?php
|
||||||
|
|
||||||
if ($config->convert_data and $config->convert_data != '' and !is_readable($config->convert_data)) {
|
if ($config->convert_data and $config->convert_data != '' and !is_readable($config->convert_data)) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue