Code

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