We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff8ef79 commit 55a593cCopy full SHA for 55a593c
web/templates/user/edit_dns.html
@@ -61,6 +61,11 @@
61
<?php print __('IP Address');?>
62
</td>
63
</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>
69
<tr>
70
<td class="vst-text input-label">
71
<?php print __('Template') . "<span class='optional'>" . strtoupper($_SESSION['DNS_SYSTEM']) . "</span>";?>
@@ -82,11 +87,6 @@
82
87
</select>
83
88
84
89
85
- <tr>
86
- <td>
- <input type="text" size="20" class="vst-input" name="v_ip" value="<?=htmlentities(trim($v_ip, "'"))?>">
- </td>
- </tr>
90
91
92
<?php print __('Expiration Date');?><span class="optional">(<?=__('YYYY-MM-DD');?>)</span>
0 commit comments