Code

Updated directory layout
[gosa.git] / plugins / admin / systems / dhcpNewSection.tpl
diff --git a/plugins/admin/systems/dhcpNewSection.tpl b/plugins/admin/systems/dhcpNewSection.tpl
deleted file mode 100644 (file)
index 517c3b4..0000000
+++ /dev/null
@@ -1,25 +0,0 @@
-<div style="font-size: 18px;">
-       {t}Create new DHCP section{/t}
-</div>
-<br>
-<p class="seperator">
-<b>{t}Please choose one of the following DHCP section types.{/t}</b>
-</p>
-<br>
-{t}Section{/t}&nbsp;
-<select size="1" id="section" name="section" title="{t}Choose section type to create{/t}">
-  {html_options options=$sections}
-</select>
-
-<p class="plugbottom">
-  <input type=submit name="create_section" value="{t}Create{/t}">
-  &nbsp;
-  <input type=submit name="cancel_section" value="{t}Cancel{/t}">
-</p>
-       
-<!-- Place cursor -->
-<script language="JavaScript" type="text/javascript">
-       <!--
-       focus_field('section');
-       -->
-</script>