Code

Implement a debconf configuration overview (Trac #2025)
[gosa.git] / trunk / gosa-plugins / fai / admin / fai / NewDebconfConfiguration.tpl
1 <div style="font-size: 18px;">
2 {t}New debconf configuration{/t}
3 </div>
4 <br>
5 <p class="seperator">
6 {t}In this dialog you can add a new debconf configuration.{/t}
7 <br>
8 <br>
9 <br>
10 <table summary="" style='width:100%'>
11  <tr>
12   <td style='width:49%'>
13    <table summary="">
14     <tr>
15      <td> 
16         <b>{t}Package{/t}</b>
17      </td>
18      <td>
19         <b>{t}Variable{/t}</b>
20      </td>
21      <td>
22         <b>{t}Type{/t}</b>
23      </td>
24      <td>
25         <b>{t}Value{/t}</b>
26      </td>
27    </tr>
28    <tr>
29       <td style="width:180px";>
30         <select name="Package" title="{t}Select package{/t}" style="width:150px;">
31         {html_options options=$packages selected=$package}
32         </select>
33       </td>
34       <td style="width: 300px;">
35         <input type="text" style="width:280px" name="FAIvariable" value="{$variable}">
36       </td>
37       <td style="width: 120px;">
38         <select name="FAIvariableType" title="{t}Select type{/t}" style="width: 100px;">
39         {html_options options=$variable_types selected=$variable_type}
40         </select>
41       </td>
42       <td style="width:300px;">
43         <input type="text" name="FAIvariableContent" title="{t}Value{/t}" value="{$content}" style="width:280px;">
44       </td>
45    </tr>
46    </table>
47    <br>
48    <br>
49   </td>
50  </tr>
51 </table>
52 </table>
53 <br>
54 <div align="right">
55     <input type="submit" name="save_AddDebconf" value="{msgPool type=applyButton}">&nbsp;
56     <input type="submit" name="cancel_AddDeconf" value="{msgPool type=cancelButton}">
57 </div>
58 <!-- Place cursor -->
59 <script language="JavaScript" type="text/javascript">
60         <!--
61         focus_field('SelectedPackage');
62         -->
63 </script>