adjust layout of question db tool boxes, resorting to use of a table.
authorGreg Gay <info@atutor.ca>
Sun, 8 Aug 2010 14:02:44 +0000 (14:02 -0000)
committerGreg Gay <info@atutor.ca>
Sun, 8 Aug 2010 14:02:44 +0000 (14:02 -0000)
docs/tests/html/tests_questions.inc.php
docs/tests/question_db.php

index 4293258..0261d4e 100644 (file)
@@ -50,7 +50,8 @@ else if (isset($category_row)) {
 \r
 $cols = 3;\r
 ?>\r
-       <fieldset class="group_form"><legend class="group_form"><?php echo _AT('category'); ?></legend>\r
+<td>\r
+       <fieldset class="group_form1"><legend class="group_form1"><?php echo _AT('category'); ?></legend>\r
        <form method="get" action="<?php echo $_SERVER['PHP_SELF']; ?>">\r
                <input type="hidden" name="tid" value="<?php echo $tid; ?>" />\r
                <input type="hidden" name="_course_id" value="<?php echo $_course_id; ?>" />\r
@@ -68,7 +69,9 @@ $cols = 3;
        </form>\r
 \r
        </fieldset>\r
-\r
+</td></tr>\r
+</table>\r
+       <br style="clear:both;" /></div>\r
 <?php if ($tid): ?>\r
        <form method="post" action="tests/add_test_questions_confirm.php?_course_id=<?php echo $_course_id; ?>" name="form">\r
 <?php else: ?>\r
index f243536..91df731 100644 (file)
@@ -101,6 +101,6 @@ $tid = 0;
 require_once(TR_INCLUDE_PATH.'../tests/html/tests_questions.inc.php'); 
 ?>
 <br style="clear:both;" />
-</div>
+
 
 <?php require_once(TR_INCLUDE_PATH.'footer.inc.php');?>
\ No newline at end of file