summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJared Dillard <jdillard@netgate.com>2015-11-30 11:34:17 -0600
committerJared Dillard <jdillard@netgate.com>2015-11-30 11:40:58 -0600
commit7c93c95469f423919cfe3ae2624d3b8ae8136d5b (patch)
tree597133049d3f3dd39eb7825b6b754637dc2cb9c5 /src
parent7b91ab09a7f40c756c132dbb2467b3c3e4744c62 (diff)
downloadpfsense-7c93c95469f423919cfe3ae2624d3b8ae8136d5b.zip
pfsense-7c93c95469f423919cfe3ae2624d3b8ae8136d5b.tar.gz
clean up crash reporter page
Diffstat (limited to 'src')
-rw-r--r--src/usr/local/www/crash_reporter.php30
1 files changed, 15 insertions, 15 deletions
diff --git a/src/usr/local/www/crash_reporter.php b/src/usr/local/www/crash_reporter.php
index 3c28cea0..01c1b71 100644
--- a/src/usr/local/www/crash_reporter.php
+++ b/src/usr/local/www/crash_reporter.php
@@ -153,23 +153,23 @@ exec("/usr/bin/grep -vi warning /tmp/PHP_errors.log", $php_errors);
echo "Could not locate any crash data.";
}
?>
- <div class="jumbotron">
<div class="panel panel-default">
- <div class="panel-heading"><h3><?=gettext("Unfortunately we have detected a programming bug.")?></h3></div>
+ <div class="panel-heading"><?=gettext("Unfortunately we have detected a programming bug.")?></div>
<div class="panel-body">
- <p>
- <?=gettext("Would you like to submit the programming debug logs to the pfSense developers for inspection?")?>
- <i><?=gettext("Please double check the contents to ensure you are comfortable sending this information before clicking Yes.")?></i>
- </p>
- <textarea readonly style="width: 100%; height: 350px;">
- <?=$crash_reports?>
- </textarea>
- <form action="crash_reporter.php" method="post">
- <button class="btn btn-primary" name="Submit" type="submit" value="Yes"><?=gettext("Yes")?> - <?=gettext("Submit this to the developers for inspection")?></button>
- <button class="btn btn-default" name="Submit" type="submit" value="No"><?=gettext("No")?> - <?=gettext("Just delete the crash report and take me back to the Dashboard")?></button>
- </form>
- </div>
- </div>
+ <div class="content">
+ <p>
+ <?=gettext("Would you like to submit the programming debug logs to the pfSense developers for inspection?")?>
+ <i><?=gettext("Please double check the contents to ensure you are comfortable sending this information before clicking Yes.")?></i>
+ </p>
+ <textarea readonly style="width: 100%; height: 350px;">
+ <?=$crash_reports?>
+ </textarea>
+ <form action="crash_reporter.php" method="post">
+ <button class="btn btn-primary" name="Submit" type="submit" value="Yes"><?=gettext("Yes")?> - <?=gettext("Submit this to the developers for inspection")?></button>
+ <button class="btn btn-default" name="Submit" type="submit" value="No"><?=gettext("No")?> - <?=gettext("Just delete the crash report and take me back to the Dashboard")?></button>
+ </form>
+ </div>
+ </div>
<?php
}
?>
OpenPOWER on IntegriCloud