mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Whitespace fixes
This commit is contained in:
parent
256a2a51b7
commit
3942066cd5
@ -67,24 +67,22 @@ include("head.inc");
|
||||
</pre>
|
||||
<?php else: ?>
|
||||
<form action="diag_defaults.php" method="post">
|
||||
<p><strong> <?=gettext("If you click") . " "" . gettext("Yes") . "", " . gettext("the firewall will:")?>
|
||||
|
||||
<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>
|
||||
<?=gettext("Are you sure you want to proceed?");?></strong></p>
|
||||
<p>
|
||||
<input name="Submit" type="submit" class="formbtn" value=" <?=gettext("Yes");?> ">
|
||||
<input name="Submit" type="submit" class="formbtn" value=" <?=gettext("No");?> ">
|
||||
</p>
|
||||
</form>
|
||||
<p><strong> <?=gettext("If you click") . " "" . gettext("Yes") . "", " . gettext("the firewall will:")?>
|
||||
<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>
|
||||
<?=gettext("Are you sure you want to proceed?");?></strong></p>
|
||||
<p>
|
||||
<input name="Submit" type="submit" class="formbtn" value=" <?=gettext("Yes");?> ">
|
||||
<input name="Submit" type="submit" class="formbtn" value=" <?=gettext("No");?> ">
|
||||
</p>
|
||||
</form>
|
||||
<?php endif; ?>
|
||||
<?php include("fend.inc"); ?>
|
||||
</body>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user