From: mark-nielsen Date: Tue, 19 Sep 2006 05:57:57 +0000 (+0000) Subject: Attempted to improve the display of the table in collapsed view X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=096a664c013eca90161def99bee610ca7f252ec5;p=moodle.git Attempted to improve the display of the table in collapsed view --- diff --git a/mod/lesson/edit.php b/mod/lesson/edit.php index eabad28a90..692dbfc887 100644 --- a/mod/lesson/edit.php +++ b/mod/lesson/edit.php @@ -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';