mirror of
https://github.com/moodle/moodle.git
synced 2025-04-22 17:02:03 +02:00
Wider question textareas
This commit is contained in:
parent
7142bc1bbd
commit
0880e50d53
@ -21,7 +21,7 @@
|
||||
formerr($err["questiontext"]);
|
||||
echo "<BR \>";
|
||||
}
|
||||
print_textarea($usehtmleditor, 15, 60, 595, 300, "questiontext", $question->questiontext);
|
||||
print_textarea($usehtmleditor, 15, 60, 630, 300, "questiontext", $question->questiontext);
|
||||
if ($usehtmleditor) {
|
||||
helpbutton("richtext", get_string("helprichtext"), "moodle");
|
||||
} else {
|
||||
|
@ -21,7 +21,7 @@
|
||||
formerr($err["questiontext"]);
|
||||
echo "<BR \>";
|
||||
}
|
||||
print_textarea($usehtmleditor, 15, 60, 595, 300, "questiontext", $question->questiontext);
|
||||
print_textarea($usehtmleditor, 15, 60, 630, 300, "questiontext", $question->questiontext);
|
||||
if ($usehtmleditor) {
|
||||
helpbutton("richtext", get_string("helprichtext"), "moodle");
|
||||
} else {
|
||||
|
@ -30,7 +30,7 @@
|
||||
if (empty($question->questiontext)) {
|
||||
$question->questiontext = get_string("randomsamatchintro", "quiz");
|
||||
}
|
||||
print_textarea($usehtmleditor, 15, 60, 595, 300, "questiontext", $question->questiontext);
|
||||
print_textarea($usehtmleditor, 15, 60, 630, 300, "questiontext", $question->questiontext);
|
||||
if ($usehtmleditor) {
|
||||
helpbutton("richtext", get_string("helprichtext"), "moodle");
|
||||
} else {
|
||||
|
@ -21,7 +21,7 @@
|
||||
formerr($err["questiontext"]);
|
||||
echo "<BR \>";
|
||||
}
|
||||
print_textarea($usehtmleditor, 15, 60, 595, 300, "questiontext", $question->questiontext);
|
||||
print_textarea($usehtmleditor, 15, 60, 630, 300, "questiontext", $question->questiontext);
|
||||
if ($usehtmleditor) {
|
||||
helpbutton("richtext", get_string("helprichtext"), "moodle");
|
||||
} else {
|
||||
|
@ -21,7 +21,7 @@
|
||||
formerr($err["questiontext"]);
|
||||
echo "<BR \>";
|
||||
}
|
||||
print_textarea($usehtmleditor, 15, 60, 595, 300, "questiontext", $question->questiontext);
|
||||
print_textarea($usehtmleditor, 15, 60, 630, 300, "questiontext", $question->questiontext);
|
||||
if ($usehtmleditor) {
|
||||
helpbutton("richtext", get_string("helprichtext"), "moodle");
|
||||
} else {
|
||||
|
Loading…
x
Reference in New Issue
Block a user