Code

Updated strings in dhcp error msgs
[gosa.git] / plugins / admin / systems / servdnseditzone.tpl
index 44d5ef556c24f1ea9c49fda6c0e6a2f8895ab990..2e7c969be9d9c276ad97d0dbc365c66ed9e4d919 100644 (file)
                                        <td><input type="text" name="ReverseZone" value="{$ReverseZone}" {if $NotNew} disabled {/if}>
                                        </td>
                                </tr>
+                               <tr>
+                                       <td>{t}Netmask{/t}
+                                       </td>
+                                       <td>
+                                               <select name="NetworkClass" {if $NotNew} disabled {/if}>
+                                                       {html_options options=$NetworkClasses selected=$NetworkClass }
+                                               </select>
+                                       </td>
+                               </tr>
                        </table>
                </td>
                <td style="vertical-align:top;">
                        <table summary="">
                                <tr>
                                        <td>
-                                               {t}Zone entries{/t}
+                                               {t}Zone records{/t}
                                                <br>
                                                {if $AllowZoneEdit == false}
                                                        <i>{t}Can't be edited because the zone wasn't saved right now.{/t}</i>
                        </table>
                </td>
                <td style="vertical-align:top;">
-                       <h2>{t}Zone records{/t}</h2>
-                       <table summary="">
+                       <h2>{t}Global zone records{/t}</h2>
                          {$records}
-                       </table>
                </td>
        </tr>
 </table>
 </div>
 <script language="JavaScript" type="text/javascript">
   <!-- // First input field on page
-  document.mainform.zoneName.focus();
+       focus_field('zoneName');
   -->
 </script>