Set textarea size

This commit is contained in:
Scott Ullrich 2011-02-06 13:41:42 -05:00
parent 812ed2bb4c
commit 52cdb50b3d

View File

@ -69,7 +69,7 @@ function output_crash_reporter_html($crash_reports) {
echo "<strong>" . gettext("Would you like to submit the crash debug logs to the pfSense developers for inspection?") . "</strong></p>";
echo "<p>";
echo gettext("Contents of crash reports") . ":<br/>";
echo "<textarea name='crashreports'>{$crash_reports}</textarea>";
echo "<textarea rows='60' cols='65' name='crashreports'>{$crash_reports}</textarea>";
echo "<p/>";
echo "<input name=\"Submit\" type=\"submit\" class=\"formbtn\" value=\"" . gettext("Yes") . ">";
echo "<input name=\"Submit\" type=\"submit\" class=\"formbtn\" value=\"" . gettext("No") . ">";