MDL-7861 - XHTML errors (strict) were found in course/editsection.html and mod/chat/view.php. They were corrected and additional css rules were written to replace the corrected inline styling.

This commit is contained in:
nicolasconnault
2007-03-02 02:40:30 +00:00
parent 78c698f3be
commit 8058aa051b
5 changed files with 24 additions and 12 deletions
+6 -6
View File
@@ -1,10 +1,9 @@
<center>
<form id="theform" method="post" action="editsection.php">
<table cellpadding="5">
<table summary="Summary of week" cellpadding="5" class="boxaligncenter">
<tr valign="top">
<td align="right"><p><b><?php print_string("summary") ?>:</b></p>
<br />
<font size="1">
<?php helpbutton("summaries", get_string("helpsummaries"), "moodle", true, true);
echo "<br />";
if ($usehtmleditor) {
@@ -14,15 +13,16 @@
}
?>
<br />
</font>
</td>
<td>
<?php print_textarea($usehtmleditor, 25, 60, 660, 200, "summary", $form->summary); ?>
</td>
</tr>
</table>
<div>
<input type="hidden" name="id" value="<?php echo $form->id ?>" />
<input type="hidden" name="sesskey" value="<?php echo sesskey() ?>" />
<input type="submit" value="<?php print_string("savechanges") ?>" />
</form>
</center>
</div>
</form>