Skip to content

Commit 55a593c

Browse files
authored
Fix for user dns_edit template
1 parent ff8ef79 commit 55a593c

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

web/templates/user/edit_dns.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,11 @@
6161
<?php print __('IP Address');?>
6262
</td>
6363
</tr>
64+
<tr>
65+
<td>
66+
<input type="text" size="20" class="vst-input" name="v_ip" value="<?=htmlentities(trim($v_ip, "'"))?>">
67+
</td>
68+
</tr>
6469
<tr>
6570
<td class="vst-text input-label">
6671
<?php print __('Template') . "<span class='optional'>" . strtoupper($_SESSION['DNS_SYSTEM']) . "</span>";?>
@@ -82,11 +87,6 @@
8287
</select>
8388
</td>
8489
</tr>
85-
<tr>
86-
<td>
87-
<input type="text" size="20" class="vst-input" name="v_ip" value="<?=htmlentities(trim($v_ip, "'"))?>">
88-
</td>
89-
</tr>
9090
<tr>
9191
<td class="vst-text input-label">
9292
<?php print __('Expiration Date');?><span class="optional">(<?=__('YYYY-MM-DD');?>)</span>

0 commit comments

Comments
 (0)