Project

General

Profile

« Previous | Next » 

Revision f75a4575

Added by Scott Ullrich over 14 years ago

s/er//

View differences:

usr/local/www/crash_reporter.php
72 72
	echo "<textarea readonly rows='40' cols='65' name='crashreports'>{$crash_reports}</textarea>";
73 73
	echo "<p/>";
74 74
	echo "<input name=\"Submit\" type=\"submit\" class=\"formbtn\" value=\"" . gettext("Yes") .  "\">" . gettext(" - Submit this to the developers for inspection");
75
	echo "<p/><input name=\"Submit\" type=\"submit\" class=\"formbtn\" value=\"" . gettext("No") .  "\">" . gettext(" - Just delete the crash reporter and take me back to the Dashboard");
75
	echo "<p/><input name=\"Submit\" type=\"submit\" class=\"formbtn\" value=\"" . gettext("No") .  "\">" . gettext(" - Just delete the crash report and take me back to the Dashboard");
76 76
	echo "<p/>";
77 77
	echo "</form>";
78 78
}

Also available in: Unified diff