Fix for user dns_edit template

This commit is contained in:
myvesta 2018-09-07 14:36:48 +02:00 committed by GitHub
commit 55a593c475
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -61,6 +61,11 @@
<?php print __('IP Address');?>
</td>
</tr>
<tr>
<td>
<input type="text" size="20" class="vst-input" name="v_ip" value="<?=htmlentities(trim($v_ip, "'"))?>">
</td>
</tr>
<tr>
<td class="vst-text input-label">
<?php print __('Template') . "<span class='optional'>" . strtoupper($_SESSION['DNS_SYSTEM']) . "</span>";?>
@ -82,11 +87,6 @@
</select>
</td>
</tr>
<tr>
<td>
<input type="text" size="20" class="vst-input" name="v_ip" value="<?=htmlentities(trim($v_ip, "'"))?>">
</td>
</tr>
<tr>
<td class="vst-text input-label">
<?php print __('Expiration Date');?><span class="optional">(<?=__('YYYY-MM-DD');?>)</span>