summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorStephen Beaver <sbeaver@netgate.com>2015-12-04 08:45:42 -0500
committerStephen Beaver <sbeaver@netgate.com>2015-12-04 08:45:42 -0500
commitad9531eb7beea15c6552508b6586155365c0c174 (patch)
tree9307a30c89b18b9763a41b5f8b7a232066aaea32 /src
parent59c202652f71ff5b8995646542c9795dd9b6c4ca (diff)
parent7e3c57cd72b2f9601226139bbeec1b1d08ffb9f8 (diff)
downloadpfsense-ad9531eb7beea15c6552508b6586155365c0c174.zip
pfsense-ad9531eb7beea15c6552508b6586155365c0c174.tar.gz
Merge pull request #2159 from ExolonDX/branch_01
Diffstat (limited to 'src')
-rwxr-xr-xsrc/usr/local/www/diag_defaults.php43
1 files changed, 26 insertions, 17 deletions
diff --git a/src/usr/local/www/diag_defaults.php b/src/usr/local/www/diag_defaults.php
index f325655..e6fcadf 100755
--- a/src/usr/local/www/diag_defaults.php
+++ b/src/usr/local/www/diag_defaults.php
@@ -87,22 +87,31 @@ include("head.inc");
?>
</pre>
<?php else:?>
-<form action="diag_defaults.php" method="post">
- <p><strong><?=gettext("If you click") . " &quot;" . gettext("Yes") . "&quot;, " . gettext("the firewall will:")?></strong></p>
- <ul>
- <li><?=gettext("Reset to factory defaults")?></li>
- <li><?=gettext("LAN IP address will be reset to 192.168.1.1")?></li>
- <li><?=gettext("System will be configured as a DHCP server on the default LAN interface")?></li>
- <li><?=gettext("Reboot after changes are installed")?></li>
- <li><?=gettext("WAN interface will be set to obtain an address automatically from a DHCP server")?></li>
- <li><?=gettext("webConfigurator admin username will be reset to 'admin'")?></li>
- <li><?=gettext("webConfigurator admin password will be reset to")?> '<?=$g['factory_shipped_password']?>'</li>
- </ul>
- <p><strong><?=gettext("Are you sure you want to proceed?")?></strong></p>
- <p>
- <input name="Submit" type="submit" class="btn btn-sm btn-success" value=" <?=gettext("Yes")?> " />
- <input name="Submit" type="submit" class="btn btn-sm btn-default" value=" <?=gettext("No")?> " />
- </p>
-</form>
+<div class="panel panel-default">
+ <div class="panel-heading">
+ <h2 class="panel-title">Are you sure you want to reset the system to the factory defaults?</h2>
+ </div>
+ <div class="panel-body">
+ <div class="content">
+ <form action="diag_defaults.php" method="post">
+ <p><strong><?=gettext("If you click") . " &quot;" . gettext("Yes") . "&quot;, " . gettext("the firewall will:")?></strong></p>
+ <ul>
+ <li><?=gettext("Reset to factory defaults")?></li>
+ <li><?=gettext("LAN IP address will be reset to 192.168.1.1")?></li>
+ <li><?=gettext("System will be configured as a DHCP server on the default LAN interface")?></li>
+ <li><?=gettext("Reboot after changes are installed")?></li>
+ <li><?=gettext("WAN interface will be set to obtain an address automatically from a DHCP server")?></li>
+ <li><?=gettext("webConfigurator admin username will be reset to 'admin'")?></li>
+ <li><?=gettext("webConfigurator admin password will be reset to")?> '<?=$g['factory_shipped_password']?>'</li>
+ </ul>
+ <p><strong><?=gettext("Are you sure you want to proceed?")?></strong></p>
+ <p>
+ <input name="Submit" type="submit" class="btn btn-sm btn-success" value=" <?=gettext("Yes")?> " />
+ <input name="Submit" type="submit" class="btn btn-sm btn-default" value=" <?=gettext("No")?> " />
+ </p>
+ </form>
+ </div>
+ </div>
+</div>
<?php endif?>
<?php include("foot.inc")?>
OpenPOWER on IntegriCloud