Code

Updated post handling
[gosa.git] / gosa-plugins / goto / admin / devices / paste_deviceGeneric.tpl
index 951e70e353ba57b5b82296bcba514b2bed4bf082..1c7bde4d65c241a69098c5f8ec2ee21367d6f3d6 100644 (file)
@@ -1,21 +1,13 @@
 
 <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' summary="">
-    <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>
-
+   <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>