Code

Apply fix for #4368
[gosa.git] / trunk / gosa-plugins / systems / admin / systems / askObjectGroup.tpl
1 <div style="font-size: 18px;">
2         {$headline}
3 </div>
4 <br>
5 <p class="seperator">
6 {t}This dialog gives you the possibility to select an optional bundle of predefined settings to be inherited.{/t}
7 <br>
8 <br>
9 </p>
10 <br>
11 <table summary="" style='width:100%'>
12  <tr>
13   <td style='width:49%'>
14    <table summary="">
15     <tr>
16      <td>
17         <h1>{t}Select object group{/t}</h1>
18      </td>
19    </tr>
20    <tr>
21      <td>
22       {t}Choose an object group as template{/t}&nbsp;
23       <select name="SelectedOgroup" title="{t}Select object group{/t}" style="width:120px;">
24       {html_options options=$ogroups}
25       
26      </td>
27     </tr>
28   </table>
29   <p class="seperator">
30   <br>
31   </p>
32   <p style="text-align:right">
33   <input type="submit" name="edit_continue" value="Fortsetzen">&nbsp;<input type="submit" name="edit_cancel" value="Abbrechen">
34   </p>