Code

Updated directory layout
[gosa.git] / plugins / admin / systems / dhcp_service.tpl
diff --git a/plugins/admin/systems/dhcp_service.tpl b/plugins/admin/systems/dhcp_service.tpl
deleted file mode 100644 (file)
index 6ca515e..0000000
+++ /dev/null
@@ -1,43 +0,0 @@
-<p><b>{t}Generic{/t}</b></p>
-
-<table width="100%">
- <tr>
-  <td width="50%">
-  <input id='authoritative' type=checkbox name="authoritative" value="1" {$authoritative}> {t}Authoritative service{/t}<br>
-  <br>
-  {t}Dynamic DNS update{/t} 
-  <select name='ddns_update_style'  title='{t}Dynamic DNS update style{/t}' size="1">
-       {html_options values=$ddns_styles output=$ddns_styles selected=$ddns_update_style}
-  </select>
-  </td>
-
-  <td style='vertical-align:top'>
-
-   <table>
-    <tr>
-      <td>{t}Default lease time (s){/t}</td>
-      <td>
-      <input type='text' name='default_lease_time' size='25' maxlength='80' value='{$default_lease_time}' title='{t}Enter default lease time in seconds.{/t}'>
-      </td>
-    </tr>
-    <tr>
-      <td>{t}Maximum lease time (s){/t}</td>
-      <td>
-      <input type='text' name='max_lease_time' size='25' maxlength='80' value='{$max_lease_time}' title='{t}Enter maximum lease time in seconds.{/t}'>
-      </td>
-    </tr>
-   </table>
-
-  </td>
-
- </tr>
-</table>
-
-<p class="seperator"></p>
-
-<!-- Place cursor in correct field -->
-<script language="JavaScript" type="text/javascript">
-  <!-- // First input field on page
-       focus_field('authoritative');
-  -->
-</script>