Code

Design changes, only set section release if set button is pressed
[gosa.git] / plugins / admin / fai / faiProfile.tpl
1 <h2><img alt="" src="images/house.png" align="middle" title="{t}Generic{/t}">&nbsp;{t}Generic{/t}</h2>
2 <table summary="" cellspacing="4">
3         <tr>
4                 <td>
5                         <LABEL for="cn">
6                         {t}Name{/t}{$must}
7                         </LABEL>
8                 </td>
9                 <td>
10                         <input value="{$cn}" id="cn" name="cn">
11                 </td>
12         </tr>
13         <tr>
14                 <td>
15                         <LABEL for="description">
16                         {t}Description{/t}
17                         </LABEL>
18                 </td>
19                 <td>
20                         <input value="{$description}" {$description} name="description" id="description">
21                 </td>
22         </tr>
23 </table>
24 <br>
26 <table summary="" style="vertical-align:top; text-align:left;" cellpadding=4>
27 <tr>
28   <td style="vertical-align:top;">
29   <div class="contentboxh">
30     <p class="contentboxh">
31     Das ist zu groß hier... Macht keinen Sinn - 
32      <LABEL for="userlist">{t}List of used class names{/t}</LABEL> 
33     </p>
34   </div>
35                         <div class="contentboxb" style="border-top:1px solid #B0B0B0;">
36                                 
37                                 {$divlisthead}
38                         </div>
39                         <div style='height:4px;'>
40                         </div>
41                         <div class="contentboxb" style="border-top:1px solid #B0B0B0;">
42                                 {$divlist}
43                                 <input type="hidden" name="edit_helper">
44                         </div>
45                 </td>
46         </tr>
47 </table>
48 <!-- Place cursor -->
49 <script language="JavaScript" type="text/javascript">
50   <!-- // First input field on page
51   document.mainform.description.focus();
52   -->
53 </script>