MDL-7861, xhtml related issues, added class for some fieldsets to not display border

This commit is contained in:
toyomoyo
2007-01-05 02:00:20 +00:00
parent 78baf48695
commit e9f044341f
4 changed files with 21 additions and 18 deletions
+2 -2
View File
@@ -307,7 +307,7 @@
print_heading(get_string('uploadrecords', 'data'), '', 3);
$maxuploadsize = get_max_upload_file_size();
echo '<div align="center">';
echo '<div style="text-align:center">';
echo '<form enctype="multipart/form-data" action="import.php" method="post">';
echo '<input type="hidden" name="MAX_FILE_SIZE" value="'.$maxuploadsize.'">';
echo '<input name="d" value="'.$data->id.'" type="hidden" />';
@@ -332,7 +332,7 @@
echo '</div>';
print_simple_box_end();
} else {
echo '<div align="center">';
echo '<div style="text-align:center">';
echo '<a href="edit.php?d='.$data->id.'&amp;import=1">'.get_string('uploadrecords', 'data').'</a>';
echo '</div>';
}