Project

General

Profile

« Previous | Next » 

Revision 9b091133

Added by Scott Ullrich over 14 years ago

Make textarea read only

View differences:

usr/local/www/crash_reporter.php
66 66
	echo "<strong>" . gettext("Would you like to submit the crash debug logs to the pfSense developers for inspection?") . "</strong></p>";
67 67
	echo "<p>";
68 68
	echo gettext("Contents of crash reports") . ":<br/>";
69
	echo "<textarea rows='40' cols='65' name='crashreports'>{$crash_reports}</textarea>";
69
	echo "<textarea readonly rows='40' cols='65' name='crashreports'>{$crash_reports}</textarea>";
70 70
	echo "<p/>";
71 71
	echo "<input name=\"Submit\" type=\"submit\" class=\"formbtn\" value=\"" . gettext("Yes") .  "\">";
72 72
	echo "<input name=\"Submit\" type=\"submit\" class=\"formbtn\" value=\"" . gettext("No") .  "\">";

Also available in: Unified diff