Code

Starting move
[gosa.git] / gosa-core / plugins / admin / mimetypes / paste_generic.tpl
1 <table style="width:100%">
2         <tr>
3                 <td colspan="2">
4                         <h2><img src='images/head.png' class='center'>&nbsp;{t}Generic{/t}</h2>
5                 </td>
6         </tr>
7         <tr>
8                 <td style='width:50%; vertical-align:top;' >
9                                 
10                         <table>
11                                 <tr>
12                                         <td>
13                                                 {t}Mime type{/t}
14                                         </td>
15                                         <td>
16                                                 <input type="text" name='cn' value="{$cn}" title='{t}Please enter a name for the mime type here{/t}'>
17                                         </td>
18                                 </tr>
19                                 <tr>
20                                         <td>
21                                                 {t}Description{/t}
22                                         </td>
23                                         <td>
24                                                 <input type="text" name='description' value="{$description}" title='{t}Please specify a description for this mime type here{/t}'>
25                                         </td>
26                                 </tr>
27                         </table>
28                         
29                 </td>
30         </tr>
31 </table>