Temporarily switching off "Save as new question" button until bug 3445 is fixed

This commit is contained in:
gustav_delius
2005-06-07 20:44:59 +00:00
parent 52c1134dd4
commit 2876a137d8
+2 -1
View File
@@ -1014,7 +1014,8 @@ class quiz_default_questiontype {
<td colspan="2" align="center">
<input type="submit" '.$submitscript.' value="'.get_string('savechanges').'" /> ';
if ($question->id) {
echo '<input type="submit" name="makecopy" '.$submitscript.' value="'.get_string("makecopy", "quiz").'" /> ';
// Switched off until bug 3445 is fixed
// echo '<input type="submit" name="makecopy" '.$submitscript.' value="'.get_string("makecopy", "quiz").'" /> ';
}
echo '<input type="submit" name="cancel" value="'.get_string("cancel").'" />
<input type="hidden" name="sesskey" value="'.$USER->sesskey.'" />