Code

Reverted Last commits, I've accidentally replaced to much.
[gosa.git] / gosa-plugins / goto / admin / devices / paste_deviceGeneric.tpl
index 4dbc02da7616b7cdb4b31d39d2cb1ccda0fec620..1c7bde4d65c241a69098c5f8ec2ee21367d6f3d6 100644 (file)
@@ -4,18 +4,10 @@
 <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>