summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/diag_reboot.php
diff options
context:
space:
mode:
authorjim-p <jimp@pfsense.org>2016-03-09 14:30:05 -0500
committerjim-p <jimp@pfsense.org>2016-03-09 14:30:55 -0500
commit37676f4e5c40e5e2ea60a5de36608e956a76fb08 (patch)
tree2c777eab62447adf0f706f86879791a8b1c11dec /src/usr/local/www/diag_reboot.php
parentea76852be1665670dbf01a2998aa588c2b65ab53 (diff)
downloadpfsense-37676f4e5c40e5e2ea60a5de36608e956a76fb08.zip
pfsense-37676f4e5c40e5e2ea60a5de36608e956a76fb08.tar.gz
Bring some consistency to the way most buttons are displayed (color, icons, etc). Ticket #5965
Still need to review Advanced buttons and Repeatable block buttons.
Diffstat (limited to 'src/usr/local/www/diag_reboot.php')
-rwxr-xr-xsrc/usr/local/www/diag_reboot.php10
1 files changed, 8 insertions, 2 deletions
diff --git a/src/usr/local/www/diag_reboot.php b/src/usr/local/www/diag_reboot.php
index be3a2dd..bfdf873 100755
--- a/src/usr/local/www/diag_reboot.php
+++ b/src/usr/local/www/diag_reboot.php
@@ -143,8 +143,14 @@ events.push(function() {
<div class="content">
<p><?=gettext('Click "Reboot" to reboot the system immediately, or "No" to go to the system dashboard without rebooting. (There will be a brief delay before the dashboard appears.)')?></p>
<form action="diag_reboot.php" method="post">
- <input type="submit" class="btn btn-danger pull-center" name="Submit" value="<?=gettext("Reboot")?>">
- <a href="/" class="btn btn-default"><?=gettext("No")?></a>
+ <button type="submit" class="btn btn-danger pull-center" name="Submit" value="<?=gettext("Reboot")?>" title="<?=gettext("Reboot the system")?>">
+ <i class="fa fa-refresh"></i>
+ <?=gettext("Reboot")?>
+ </button>
+ <a href="/" class="btn btn-success">
+ <i class="fa fa-play"></i>
+ <?=gettext("No")?>
+ </a>
</form>
</div>
</div>
OpenPOWER on IntegriCloud