Code

Updated template
[gosa.git] / gosa-plugins / goto / admin / mimetypes / paste_generic.tpl
index 00371a98e94afc190982e9544f31360ef653c5b2..72f2eb2e86d1c4aa9f4e41a82b6b582b308a3a86 100644 (file)
@@ -2,28 +2,27 @@
 <table style="width:100%" summary="{t}Mimetype settings{/t}">
  <tr>
   <td colspan="2">
-   <h3>{t}Generic{/t}
-   </h3>
+   <h3>{t}Generic{/t}</h3>
   </td>
  </tr>
  <tr>
   <td style='width:50%; '>
+
    <table summary="{t}Mimetype generic{/t}">
     <tr>
-     <td>{t}Mime type{/t}
-     </td>
+     <td>{t}Mime type{/t}</td>
      <td>
       <input type="text" name='cn' value="{$cn}" title='{t}Please enter a name for the mime type here{/t}'>
      </td>
     </tr>
     <tr>
-     <td>{t}Description{/t}
-     </td>
+     <td>{t}Description{/t}</td>
      <td>
       <input type="text" name='description' value="{$description}" title='{t}Please specify a description for this mime type here{/t}'>
      </td>
     </tr>
    </table>
+
   </td>
  </tr>
-</table>
\ No newline at end of file
+</table>