Skip to content

Commit 42bb7db

Browse files
author
Kristan Kenney
committed
Remove internal record number field from Web UI display
1 parent daf6442 commit 42bb7db

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

web/templates/admin/edit_dns_rec.html

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -140,14 +140,9 @@
140140
<input type="text" size="20" class="vst-input" name="v_ttl" value="<?=htmlentities(trim($v_ttl, "'"))?>">
141141
</td>
142142
</tr>
143-
<tr>
144-
<td class="vst-text input-label">
145-
<?php print __('Record Number');?> <span class="optional">(<?=__('internal');?>)</span>
146-
</td>
147-
</tr>
148143
<tr>
149144
<td>
150-
<input type="text" size="20" class="vst-input" name="v_record_id" value="<?=htmlentities(trim($v_record_id, "'"))?>">
145+
<input type="hidden" size="20" class="vst-input" name="v_record_id" value="<?=htmlentities(trim($v_record_id, "'"))?>">
151146
</td>
152147
</tr>
153148
</table>

0 commit comments

Comments
 (0)