Code

Reverted Last commits, I've accidentally replaced to much.
[gosa.git] / gosa-plugins / goto / admin / devices / paste_deviceGeneric.tpl
index 961768f1a7be8db19fd8942a9b658f339cc06ddb..1c7bde4d65c241a69098c5f8ec2ee21367d6f3d6 100644 (file)
@@ -1,27 +1,20 @@
 
 <h3>{t}Devices{/t}</h3>
 
-<table width="100%" summary="">
+<table width="100%" summary="{t}Paste device{/t}">
  <tr>
   <td>
-
-    <table style='width:100%' class='right-border'>
-
-        <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>
+   <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>
-
-