]> git.mjollnir.org Git - moodle.git/commitdiff
fixing broken xhtml
authortoyomoyo <toyomoyo>
Fri, 15 Dec 2006 05:30:56 +0000 (05:30 +0000)
committertoyomoyo <toyomoyo>
Fri, 15 Dec 2006 05:30:56 +0000 (05:30 +0000)
backup/restore_form.html

index 0e1f8bb2b3bcf3d4d47c2502baae388909bcb621..7c9f2c7eb2d410f245c01e9364c490cb416cc42d 100644 (file)
@@ -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