quoting type

This commit is contained in:
skodak
2005-11-16 16:33:45 +00:00
parent 8dc163f571
commit 7a12269386
+1 -1
View File
@@ -555,7 +555,7 @@ function quiz_print_cat_question_list($course, $categoryid, $quizid,
$sortoptions = array('qtype, name ASC' => $strsortalpha,
'id ASC' => $strsortage);
$orderselect = choose_from_menu ($sortoptions, 'sortorder', $sortorder, false, 'this.form.submit();', '0', true);
$orderselect .= '<noscript><input type="submit" value="$strsortsubmit" /></noscript>';
$orderselect .= '<noscript><input type="submit" value="'.$strsortsubmit.'" /></noscript>';
echo "<th width=\"100%\" align=\"left\" nowrap=\"nowrap\" class=\"header\">$strquestionname $orderselect</th>
<th nowrap=\"nowrap\" class=\"header\">$strtype</th>";
echo "</tr>\n";