summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/reboot.php
diff options
context:
space:
mode:
authorJared Dillard <jdillard@netgate.com>2015-10-01 15:20:01 -0500
committerJared Dillard <jdillard@netgate.com>2015-10-01 15:20:09 -0500
commit9239f765812dcd6eb1774ecf9a2930da79bb2e80 (patch)
tree30dbcdf1e3203a39261dbe036b530d6696083947 /src/usr/local/www/reboot.php
parentf99564e142a42f971a0bb857b2429e812d7599b0 (diff)
downloadpfsense-9239f765812dcd6eb1774ecf9a2930da79bb2e80.zip
pfsense-9239f765812dcd6eb1774ecf9a2930da79bb2e80.tar.gz
improve spacing for non form panels
Diffstat (limited to 'src/usr/local/www/reboot.php')
-rwxr-xr-xsrc/usr/local/www/reboot.php13
1 files changed, 8 insertions, 5 deletions
diff --git a/src/usr/local/www/reboot.php b/src/usr/local/www/reboot.php
index 0137d30..b590f98 100755
--- a/src/usr/local/www/reboot.php
+++ b/src/usr/local/www/reboot.php
@@ -68,11 +68,14 @@ if ($_SERVER['REQUEST_METHOD'] == 'POST') {
<div class="panel panel-default">
<div class="panel-heading"><h2 class="panel-title">Are you sure you want to reboot the system?</h2></div>
- <div class="panel-body">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.)<br /><br />
- <form action="reboot.php" method="post">
- <input type="submit" class="btn btn-danger pull-center" name="Submit" value="Reboot">
- <a href="/" class="btn btn-default">No</a>
- </form>
+ <div class="panel-body">
+ <div class="content">
+ <p>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="reboot.php" method="post">
+ <input type="submit" class="btn btn-danger pull-center" name="Submit" value="Reboot">
+ <a href="/" class="btn btn-default">No</a>
+ </form>
+ </div>
</div>
</div>
OpenPOWER on IntegriCloud