Code

Updated get_ou it receives values from the config registry now.
[gosa.git] / gosa-plugins / fai / admin / fai / faiProfile.tpl
2 <table width="100%" summary="{t}FAI profile{/t}">
3  <tr>
4   <td width="50%" valign="top">
5    <h3>{t}Generic{/t}
6    </h3>
7    <table summary="{t}Generic settings{/t}" cellspacing="4">
8     <tr>
9      <td><LABEL for="cn">{t}Name{/t}
10       {$must}</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><LABEL for="description">{t}Description{/t}</LABEL>
20      </td>
21      <td>
22       {render acl=$descriptionACL}
23        <input type='text' value="{$description}" size="45" maxlength="80" name="description" id="description">
24       {/render}
25      </td>
26     </tr>
27    </table>
28   </td>
29   <td class='left-border'>
30    <table summary="{t}FAI classes{/t}" width="100%">
31     <tr>
32      <td>
33       <h3>{t}FAI classes{/t}
34       </h3>
35       <!--                                              <select name="FAIclass" title="{t}Choose a priority{/t}" size="20" style="width:100%;" multiple>
36        {html_options values=$FAIclasses output=$FAIclasses}
37       </select>-->
38       {$listing}
39       <br>
40       {render acl=$FAIclassACL}
41        <button type='submit' name='AddClass'>
42        {msgPool type=addButton}</button>
43       {/render}
44       <input type="hidden" name="edit_helper">
45      </td>
46     </tr>
47    </table>
48   </td>
49  </tr>
50 </table><!-- Place cursor -->
51 <script language="JavaScript" type="text/javascript"><!-- // First input field on page  focus_field('cn','description');  --></script>