mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 08:26:37 +02:00
MDL-7861 xhtml transient fixes for not closed input fields - I hope all of them except imported libs are now fixed
This commit is contained in:
parent
c0fe837eeb
commit
60af27037b
44 changed files with 197 additions and 197 deletions
|
@ -124,7 +124,7 @@ print "</select><br /><br />";
|
|||
|
||||
} else {
|
||||
|
||||
print "<input type=\"hidden\" name=\"seldrawmode\" value=\"0\">";
|
||||
print "<input type=\"hidden\" name=\"seldrawmode\" value=\"0\" />";
|
||||
|
||||
}
|
||||
|
||||
|
@ -134,7 +134,7 @@ print "</select><br /><br />";
|
|||
<?php
|
||||
if($drawmode == "GD") {
|
||||
print '
|
||||
<input type="hidden" name="cssdot" value="reddot.gif">
|
||||
<input type="hidden" name="cssdot" value="reddot.gif" />
|
||||
|
||||
<table><tr>
|
||||
|
||||
|
@ -201,9 +201,9 @@ print "<option value=\"$filename\">$curdot";
|
|||
print "</select><br />";
|
||||
|
||||
print '
|
||||
<input type="hidden" name="shape" value="Diamond">
|
||||
<input type="hidden" name="color" value="Red">
|
||||
<input type="hidden" name="size" value="3">
|
||||
<input type="hidden" name="shape" value="Diamond" />
|
||||
<input type="hidden" name="color" value="Red" />
|
||||
<input type="hidden" name="size" value="3" />
|
||||
';
|
||||
|
||||
}
|
||||
|
|
|
@ -125,7 +125,7 @@ print '
|
|||
<br /><br />
|
||||
<form method="GET" action="'.$PHP_SELF.'#map">
|
||||
<table width="100%"><tr><td nowrap align="left">
|
||||
'.t("IP/Hostname:").' <input value="'.$values["address"].'" type="text" size="30" name="address"><input type="Submit" value="'.t("Submit").'"></td><td align="right" width="100%">
|
||||
'.t("IP/Hostname:").' <input value="'.$values["address"].'" type="text" size="30" name="address" /><input type="Submit" value="'.t("Submit").'" /></td><td align="right" width="100%">
|
||||
[ <a href="ip-atlas_prefs.php?lastquery='?><?php if(isset($HTTP_GET_VARS["address"])) { echo $HTTP_GET_VARS["address"]; } ?><?php echo '">'.t("preferences").'</a> ]
|
||||
[ <a href="'."$PHP_SELF".'">'.t("locate me").'</a> ]
|
||||
</td></tr></table>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue