]> git.mjollnir.org Git - moodle.git/commitdiff
Text window a bit bigger
authormartin <martin>
Sun, 8 Sep 2002 09:47:10 +0000 (09:47 +0000)
committermartin <martin>
Sun, 8 Sep 2002 09:47:10 +0000 (09:47 +0000)
mod/choice/mod.html

index 9405973a3e28b327d363b74182e6ad7d67cd92c9..bf8a1b4d2018e64b6fb6bdcacb78bb5d68cbc101 100644 (file)
@@ -12,7 +12,7 @@
 <tr valign=top>
     <td align=right><P><B><? print_string("choicetext","choice") ?>:</B></P></TD>
     <td>
-        <textarea name="text" rows=15 cols=30 wrap="virtual"><? p($form->text) ?></textarea>
+        <textarea name="text" rows=20 cols=40 wrap="virtual"><? p($form->text) ?></textarea>
         <? helpbutton("text", get_string("helptext")); ?>
     </td>
 </tr>