Code

[COSMETIC] Most of the imgs are now centered vertically in most browsers.
[gosa.git] / plugins / admin / fai / faiProfile.tpl
1 <table width="100%">
2         <tr>
3                 <td width="50%" valign="top">
4                         <h2><img class="center" alt="" src="images/forward.png" align="middle" title="{t}Generic{/t}">&nbsp;{t}Generic{/t}</h2>
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                                                 <input value="{$cn}" size="45" maxsize="80" id="cn" name="cn">
14                                         </td>
15                                 </tr>
16                                 <tr>
17                                         <td>
18                                                 <LABEL for="description">
19                                                 {t}Description{/t}
20                                                 </LABEL>
21                                         </td>
22                                         <td>
23                                                 <input value="{$description}" size="45" maxsize="80" {$description} name="description" id="description">
24                                         </td>
25                                 </tr>
26                         </table>
27                 </td>
28                 <td valign="top" style="border-left: 1px solid rgb(160, 160, 160);">
29                         <table summary="" style="vertical-align:top; text-align:left;" cellpadding=4 width="100%">
30                                 <tr>
31                                         <td style="vertical-align:top;">
32                                                 <h2><img class="center" alt="" src="images/fai_template.png" align="middle" title="{t}Generic{/t}">&nbsp;{t}FAI classes{/t}</h2> 
33                                                 <select name="FAIclass" title="{t}Choose a priority{/t}" size="20" style="width:100%;" multiple>
34                                                         {html_options values=$FAIclasses output=$FAIclasses}
35                                                 </select>
36                                                 <br>
37                                                 <input type="submit" name="AddClass" value="{t}Add{/t}">
38                                                 <input type="submit" name="DelClass" value="{t}Delete{/t}">
39                                                 <input type="hidden" name="edit_helper">
40                                         </td>
41                                 </tr>
42                         </table>
43                 </td>
44         </tr>
45 </table>
46 <!-- Place cursor -->
47 <script language="JavaScript" type="text/javascript">
48   <!-- // First input field on page
49   document.mainform.description.focus();
50   -->
51 </script>