Code

removed unique remove templates, added one in the theme directory
[gosa.git] / gosa-plugins / fai / admin / fai / faiProfile.tpl
1 <table width="100%" summary="">
2         <tr>
3                 <td width="50%" valign="top">
4                         <h3>{t}Generic{/t}</h3>
5                         <table summary="" cellspacing="4">
6                                 <tr>
7                                         <td>
8                                                 <LABEL for="cn">
9                                                 {t}Name{/t}{$must}
10                                                 </LABEL>
11                                         </td>
12                                         <td>
13 {render acl=$cnACL}
14                                                 <input type='text' value="{$cn}" size="45" maxlength="80" id="cn" name="cn">
15 {/render}
16                                         </td>
17                                 </tr>
18                                 <tr>
19                                         <td>
20                                                 <LABEL for="description">
21                                                 {t}Description{/t}
22                                                 </LABEL>
23                                         </td>
24                                         <td>
25 {render acl=$descriptionACL}
26                                                 <input type='text' value="{$description}" size="45" maxlength="80" name="description" id="description">
27 {/render}
28                                         </td>
29                                 </tr>
30                         </table>
31                 </td>
32                 <td valign="top" style="border-left: 1px solid rgb(160, 160, 160);">
33                         <table summary="" style="vertical-align:top; text-align:left;" cellpadding=4 width="100%">
34                                 <tr>
35                                         <td style="vertical-align:top;">
36                                                 <h3>{t}FAI classes{/t}</h3> 
37 <!--                                            <select name="FAIclass" title="{t}Choose a priority{/t}" size="20" style="width:100%;" multiple>
38                                                         {html_options values=$FAIclasses output=$FAIclasses}
39                                                 </select>-->
40                                                 {$divlist}
41                                                 <br>
42 {render acl=$FAIclassACL}
43                                                 <button type='submit' name='AddClass'>{msgPool type=addButton}</button>
45 {/render}
46                                                 <input type="hidden" name="edit_helper">
47                                         </td>
48                                 </tr>
49                         </table>
50                 </td>
51         </tr>
52 </table>
53 <!-- Place cursor -->
54 <script language="JavaScript" type="text/javascript">
55   <!-- // First input field on page
56         focus_field('cn','description');
57   -->
58 </script>