Просмотр исходного кода

Remove internal record number field from Web UI display

Kristan Kenney 5 лет назад
Родитель
Сommit
42bb7db626
1 измененных файлов с 1 добавлено и 6 удалено
  1. 1 6
      web/templates/admin/edit_dns_rec.html

+ 1 - 6
web/templates/admin/edit_dns_rec.html

@@ -140,14 +140,9 @@
                                     <input type="text" size="20" class="vst-input" name="v_ttl" value="<?=htmlentities(trim($v_ttl, "'"))?>">
                                 </td>
                             </tr>                            
-                            <tr>
-                                <td class="vst-text input-label">
-                                    <?php print __('Record Number');?> <span class="optional">(<?=__('internal');?>)</span>
-                                </td>
-                            </tr>
                             <tr>
                                 <td>
-                                    <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, "'"))?>">
                                 </td>
                             </tr>
                         </table>