]> git.mjollnir.org Git - moodle.git/commitdiff
Attempted to improve the display of the table in collapsed view
authormark-nielsen <mark-nielsen>
Tue, 19 Sep 2006 05:57:57 +0000 (05:57 +0000)
committermark-nielsen <mark-nielsen>
Tue, 19 Sep 2006 05:57:57 +0000 (05:57 +0000)
mod/lesson/edit.php

index eabad28a90926ed80a44806a888b0de00c927e21..692dbfc8876ad9cce90c26f7ed7a766a4f490357 100644 (file)
@@ -65,8 +65,7 @@
                 $table = new stdClass;
                 $table->head = array(get_string('pagetitle', 'lesson'), get_string('qtype', 'lesson'), get_string('jumps', 'lesson'), get_string('actions', 'lesson'));
                 $table->align = array('left', 'left', 'left', 'center');
-                //$table->wrap = array();
-                $table->width = '70%';
+                $table->wrap = array('', 'nowrap', '', 'nowrap');
                 $table->tablealign = 'center';
                 $table->cellspacing = 0;
                 $table->cellpadding = '2px';