Code

Updated table summary
[gosa.git] / gosa-plugins / goto / admin / mimetypes / paste_generic.tpl
1 <table style="width:100%" summary="{t}Mimetype settings{/t}">
2         <tr>
3                 <td colspan="2">
4                         <h3>{t}Generic{/t}</h3>
5                 </td>
6         </tr>
7         <tr>
8                 <td style='width:50%; '>
10                                 
11                         <table summary="{t}Mimetype generic{/t}">
12                                 <tr>
13                                         <td>
14                                                 {t}Mime type{/t}
15                                         </td>
16                                         <td>
17                                                 <input type="text" name='cn' value="{$cn}" title='{t}Please enter a name for the mime type here{/t}'>
18                                         </td>
19                                 </tr>
20                                 <tr>
21                                         <td>
22                                                 {t}Description{/t}
23                                         </td>
24                                         <td>
25                                                 <input type="text" name='description' value="{$description}" title='{t}Please specify a description for this mime type here{/t}'>
26                                         </td>
27                                 </tr>
28                         </table>
29                         
30                 </td>
31         </tr>
32 </table>