Code

Save to conitnue for service add
[gosa.git] / plugins / admin / systems / ServiceAddDialog.tpl
1 <div style="font-size: 18px;">
2         <div style="font-size: 18px;">
3                 {t}Add a new service to this server.{/t}.
4         </div>
5 </div>
6 <br>
7 <p class="seperator"><b>
8 {t}This dialog allows you to add new services to the currenty edited server object. In the box below you can see all available services, services you have already in use are not shown.{/t} </b>
9 <br>
10 <br>
11 </p>
12 {if $Services} 
14 <br>
16 <b>{t}Please choose a service listed below.{/t}</b>
17 <br>
18 <br>
19 <br>{t}Available services{/t} &nbsp;
20         <select name="ServiceName" >
21                 {html_options options=$Services }
22         </select>
23 {else}
24         <br>
25         {t}There are no more services available, if you think that there is a service missing. Please check your gosa configuration file.{/t}
26         <br>
27 {/if}
28 <br>
29 <br>
30 <p class="seperator">
31 <p>
32 <div style="width:100%; text-align:right;">
33     <input type='submit' name='SaveServiceAdd' value='{t}Continue{/t}' {if !$Services} disabled {/if}>
34     &nbsp;
35     <input type='submit' name='CancelServiceAdd' value='{t}Cancel{/t}'>
36 </div>
37 </p>