From 096a664c013eca90161def99bee610ca7f252ec5 Mon Sep 17 00:00:00 2001 From: mark-nielsen Date: Tue, 19 Sep 2006 05:57:57 +0000 Subject: [PATCH] Attempted to improve the display of the table in collapsed view --- mod/lesson/edit.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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'; -- 2.39.5