]> git.mjollnir.org Git - moodle.git/commitdiff
MDL-13610 made assignment submissions table 100% wide; merged from MOODLE_19_STABLE
authorskodak <skodak>
Tue, 18 Mar 2008 17:18:44 +0000 (17:18 +0000)
committerskodak <skodak>
Tue, 18 Mar 2008 17:18:44 +0000 (17:18 +0000)
mod/assignment/lib.php

index 1908552b627b9edaac1a9924d19dc179e6784098..b90dd11517b2fed17fe406167745dbbf0dd3b133 100644 (file)
@@ -1121,7 +1121,7 @@ class assignment_base {
         $table->set_attribute('cellspacing', '0');
         $table->set_attribute('id', 'attempts');
         $table->set_attribute('class', 'submissions');
-        $table->set_attribute('width', '90%');
+        $table->set_attribute('width', '100%');
         //$table->set_attribute('align', 'center');
 
         $table->no_sorting('finalgrade');