Code

* Created "old" branch and moved stuff
[gosa.git] / branches / old / gosa-plugins / goto / admin / mimetypes / paste_generic.tpl
diff --git a/branches/old/gosa-plugins/goto/admin/mimetypes/paste_generic.tpl b/branches/old/gosa-plugins/goto/admin/mimetypes/paste_generic.tpl
new file mode 100644 (file)
index 0000000..34b5e07
--- /dev/null
@@ -0,0 +1,31 @@
+<table style="width:100%">
+       <tr>
+               <td colspan="2">
+                       <h2><img src='images/head.png' class='center'>&nbsp;{t}Generic{/t}</h2>
+               </td>
+       </tr>
+       <tr>
+               <td style='width:50%; vertical-align:top;' >
+                               
+                       <table>
+                               <tr>
+                                       <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>
+                                               <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>