mirror of
https://github.com/moodle/moodle.git
synced 2025-08-03 16:13:28 +02:00
fixing broken xhtml
This commit is contained in:
parent
027ce10e0e
commit
a880d5917b
1 changed files with 3 additions and 3 deletions
|
@ -186,14 +186,14 @@ function selectItemInCheckboxByName(formId, checkName, checked ) {
|
|||
echo "<td align=\"right\">";
|
||||
print_string("shortname");
|
||||
echo " :</td>";
|
||||
echo "<td><input type=\"text\" name=\"shortname\" maxlength=\"15\" size=\"10\" value=\"$form1->shortname\" alt=\" print_string(\"shortname\")\" />" ;
|
||||
echo "<td><input type=\"text\" name=\"shortname\" maxlength=\"15\" size=\"10\" value=\"$form1->shortname\" alt=\"".get_string("shortname")."\" />" ;
|
||||
helpbutton("courseshortname", get_string("shortname")) ;
|
||||
if (isset($err["shortname"])) formerr($err["shortname"]);
|
||||
echo "<tr valign=\"top\" >";
|
||||
echo "<td align=\"right\">";
|
||||
print_string("fullname");
|
||||
echo " :</td>";
|
||||
echo "<td><input type=\"text\" name=\"fullname\" maxlength=\"254\" size=\"50\" value=\"$form1->fullname\" alt=\" print_string(\"fullname\") \" />" ;
|
||||
echo "<td><input type=\"text\" name=\"fullname\" maxlength=\"254\" size=\"50\" value=\"$form1->fullname\" alt=\" ".get_string("fullname")."\" />" ;
|
||||
helpbutton("coursefullname", get_string("fullname")) ;
|
||||
if (isset($err["fullname"])) formerr($err["fullname"]);
|
||||
echo"</td></tr>";
|
||||
|
@ -415,7 +415,7 @@ function selectItemInCheckboxByName(formId, checkName, checked ) {
|
|||
echo "</td></tr>";
|
||||
}
|
||||
?>
|
||||
</table>
|
||||
</td></tr></table>
|
||||
|
||||
<hr/>
|
||||
<?php
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue