mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Merge pull request #1281 from ExolonDX/branch_master_05
This commit is contained in:
commit
cc98be5a83
@ -186,10 +186,10 @@ include("head.inc"); ?>
|
||||
<?=$mandfldhtml;?>
|
||||
<table summary="results">
|
||||
<tr><td valign="top">
|
||||
<input name="host" type="text" class="formfld" id="host" size="20" value="<?=htmlspecialchars($host);?>" /> =
|
||||
<input name="host" type="text" class="formfld" id="host" size="20" value="<?=htmlspecialchars($host);?>" />
|
||||
</td>
|
||||
<?php if ($resolved && $type) { ?>
|
||||
<td valign="top"> = </td><td>
|
||||
<td valign="middle"> = </td><td>
|
||||
<font size="+1">
|
||||
<?php
|
||||
$found = 0;
|
||||
@ -204,7 +204,7 @@ include("head.inc"); ?>
|
||||
echo $resolved;
|
||||
}
|
||||
if($found > 0) { ?>
|
||||
<br/><font size='-2'>
|
||||
<br/></font><font size='-2'>
|
||||
<?PHP if($alias_exists) { ?>
|
||||
An alias already exists for the hostname <?= htmlspecialchars($host) ?>. <br />
|
||||
<input type="hidden" name="override" value="true"/>
|
||||
@ -220,7 +220,7 @@ include("head.inc"); ?>
|
||||
?>
|
||||
|
||||
<?php } ?>
|
||||
</td></tr></table>
|
||||
</font></td></tr></table>
|
||||
</td>
|
||||
</tr>
|
||||
<?php if($_POST): ?>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user