Code

Updated post handling
[gosa.git] / gosa-plugins / goto / admin / devices / paste_deviceGeneric.tpl
index 44d6882465a4d983272eefe44f673423e5951091..1c7bde4d65c241a69098c5f8ec2ee21367d6f3d6 100644 (file)
@@ -1,25 +1,20 @@
 
-<h2>{t}Devices{/t}</h2>
+<h3>{t}Devices{/t}</h3>
 
-<table width="100%" summary="">
+<table width="100%" summary="{t}Paste device{/t}">
  <tr>
-  <td width="50%" style="vertical-align:top">
-    <table style="border-right:1px solid #B0B0B0;width:100%">
-        <tr>
-            <td><LABEL for="cn">{t}Device name{/t}</LABEL>{$must}
-            </td>
-            <td>
-                <input type="text" size=40 value="{$cn}" name="cn" id="cn">
-            </td>
-        </tr>
-    </table>
-   </td>
+  <td>
+   <LABEL for="cn">{t}Device name{/t}</LABEL>{$must}
+  </td>
+  <td>
+   <input type="text" size=40 value="{$cn}" name="cn" id="cn">
+  </td>
+ </tr> 
 </table>
+
 <input type='hidden' value="1" name="deviceGeneric_posted">
 <script language="JavaScript" type="text/javascript">
-  <!-- // First input field on page
-    focus_field('name');
 -->
+ <!-- // First input field on page    
+  focus_field('name');  
+ -->
 </script>
-
-