mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Set textarea size
This commit is contained in:
parent
812ed2bb4c
commit
52cdb50b3d
@ -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") . ">";
|
||||
|
||||
Loading…
Reference in New Issue
Block a user