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 daf6442 commit 42bb7dbCopy full SHA for 42bb7db
web/templates/admin/edit_dns_rec.html
@@ -140,14 +140,9 @@
140
<input type="text" size="20" class="vst-input" name="v_ttl" value="<?=htmlentities(trim($v_ttl, "'"))?>">
141
</td>
142
</tr>
143
- <tr>
144
- <td class="vst-text input-label">
145
- <?php print __('Record Number');?> <span class="optional">(<?=__('internal');?>)</span>
146
- </td>
147
- </tr>
148
<tr>
149
<td>
150
- <input type="text" size="20" class="vst-input" name="v_record_id" value="<?=htmlentities(trim($v_record_id, "'"))?>">
+ <input type="hidden" size="20" class="vst-input" name="v_record_id" value="<?=htmlentities(trim($v_record_id, "'"))?>">
151
152
153
</table>
0 commit comments