Slight, temporary fix for one thing caused by new print_simple_box (see bug 4943)

This commit is contained in:
moodler 2006-03-20 15:27:35 +00:00
parent 9ecf1c7727
commit 8e62501630

View File

@ -371,7 +371,7 @@
$table->wrap = array ("nowrap", "nowrap");
$table->cellpadding = 5;
$table->cellspacing = 0;
$table->width = "40%";
$table->width = '100%';
$configdata = '<div class="adminlink"><a href="config.php">'.get_string('configvariables', 'admin').
'</a> - <span class="explanation">'.get_string('adminhelpconfigvariables').'</span></div>';