adjust base_href
authorGreg Gay <info@atutor.ca>
Mon, 7 Jun 2010 19:13:08 +0000 (19:13 -0000)
committerGreg Gay <info@atutor.ca>
Mon, 7 Jun 2010 19:13:08 +0000 (19:13 -0000)
docs/tests/preview.php
docs/tests/preview_question.php

index b11328e..757a1c7 100644 (file)
@@ -52,7 +52,7 @@ $count = 1;
 <form method="post" action="<?php echo $_SERVER['PHP_SELF'].'?_course_id='.$_course_id; ?>" name="preview">
 
 <?php if (is_array($rows)) {?>
-       <div class="input-form" style="width:80%">
+       <div class="input-form">
        <div class="row"><h2><?php echo $test_row['title']; ?></h2></div>
 
 
index f29b872..7b6a473 100644 (file)
@@ -40,7 +40,7 @@ $rows = $testsQuestionsDAO->getByQuestionIDs($qids);
 ?>\r
 \r
 <form method="get" action="<?php echo $_SERVER['PHP_SELF']; ?>">\r
-<input type="hidden" name="_course_id" value="<?php echo $_course_id; ?>" />
+<input type="hidden" name="_course_id" value="<?php echo $_course_id; ?>" />\r
 <div class="input-form">\r
        <?php\r
        if (is_array($rows)) {\r