Code

Updated table summary
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Thu, 25 Mar 2010 09:55:28 +0000 (09:55 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Thu, 25 Mar 2010 09:55:28 +0000 (09:55 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@17226 594d385d-05f5-0310-b6e9-bd551577e9d8

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>