Merge pull request #1281 from ExolonDX/branch_master_05

This commit is contained in:
Renato Botelho 2014-09-16 09:40:56 -03:00
commit cc98be5a83

View File

@ -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">&nbsp;=&nbsp;</td><td>
<td valign="middle">&nbsp;=&nbsp;</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): ?>