summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/crash_reporter.php
diff options
context:
space:
mode:
Diffstat (limited to 'src/usr/local/www/crash_reporter.php')
-rw-r--r--src/usr/local/www/crash_reporter.php11
1 files changed, 9 insertions, 2 deletions
diff --git a/src/usr/local/www/crash_reporter.php b/src/usr/local/www/crash_reporter.php
index cfffd0d..df650bf 100644
--- a/src/usr/local/www/crash_reporter.php
+++ b/src/usr/local/www/crash_reporter.php
@@ -160,9 +160,16 @@ exec("/usr/bin/grep -vi warning /tmp/PHP_errors.log", $php_errors);
<textarea readonly style="width: 100%; height: 350px;">
<?=$crash_reports?>
</textarea>
+ <br/><br/>
<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>
+ <button class="btn btn-primary" name="Submit" type="submit" value="Yes">
+ <i class="fa fa-upload"></i>
+ <?=gettext("Yes")?> - <?=gettext("Submit this to the developers for inspection")?>
+ </button>
+ <button class="btn btn-warning" name="Submit" type="submit" value="No">
+ <i class="fa fa-undo"></i>
+ <?=gettext("No")?> - <?=gettext("Just delete the crash report and take me back to the Dashboard")?>
+ </button>
</form>
</div>
</div>
OpenPOWER on IntegriCloud