Code

Updated directory layout
[gosa.git] / plugins / admin / systems / dhcp_group.tpl
diff --git a/plugins/admin/systems/dhcp_group.tpl b/plugins/admin/systems/dhcp_group.tpl
deleted file mode 100644 (file)
index 930fc05..0000000
+++ /dev/null
@@ -1,22 +0,0 @@
-{* GOsa dhcp sharedNetwork - smarty template *}
-<p><b>{t}Generic{/t}</b></p>
-<table>
- <tr>
-  <td>
-   {t}Name{/t}{$must}
-  </td> 
-  <td>
-   <input id='cn' type='text' name='cn' size='25' maxlength='80' value='{$cn}'
-        title='{t}Name of group{/t}'>
-  </td>
- </tr>
-</table>
-
-<p class="seperator">&nbsp;</p>
-
-<!-- Place cursor in correct field -->
-<script language="JavaScript" type="text/javascript">
-  <!-- // First input field on page
-        focus_field('cn');
-  -->
-</script>