summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/diag_reboot.php
diff options
context:
space:
mode:
authorjim-p <jimp@pfsense.org>2016-03-11 09:34:56 -0500
committerjim-p <jimp@pfsense.org>2016-03-11 09:34:56 -0500
commit6400975d5d398d9c3771808c637506c9d1d20534 (patch)
tree308df6d42099a3cba3d88b91e3a28a9d0f3f8d59 /src/usr/local/www/diag_reboot.php
parent418695882980cce2450e97608ee0864885208250 (diff)
downloadpfsense-6400975d5d398d9c3771808c637506c9d1d20534.zip
pfsense-6400975d5d398d9c3771808c637506c9d1d20534.tar.gz
Use less confusing button text/colors/icons for Factory defaults/Halt/Reboot. Ticket #5965
Diffstat (limited to 'src/usr/local/www/diag_reboot.php')
-rwxr-xr-xsrc/usr/local/www/diag_reboot.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/usr/local/www/diag_reboot.php b/src/usr/local/www/diag_reboot.php
index bfdf873..e8e4535 100755
--- a/src/usr/local/www/diag_reboot.php
+++ b/src/usr/local/www/diag_reboot.php
@@ -147,9 +147,9 @@ events.push(function() {
<i class="fa fa-refresh"></i>
<?=gettext("Reboot")?>
</button>
- <a href="/" class="btn btn-success">
- <i class="fa fa-play"></i>
- <?=gettext("No")?>
+ <a href="/" class="btn btn-info">
+ <i class="fa fa-undo"></i>
+ <?=gettext("Cancel")?>
</a>
</form>
</div>
OpenPOWER on IntegriCloud