Code

Updated trunk, introduced gosa-core
[gosa.git] / plugins / admin / systems / services / ServiceAddDialog.tpl
1 <div style="height:5px">&nbsp;</div>
2 <div style="font-size:18px;">
3         {t}Adding a new service to the current server{/t}
4 </div>
5 <br>
6 <p class="seperator">
7 {t}This dialog allows you to add new services to the currenty edited server object. The box below shows all available but not already used services.{/t}
8 <br>
9 <br>
10 </p>
11 {if $Services} 
12 <br>
13 <br>{t}Service to add{/t} &nbsp;
14         <select name="ServiceName" >
15                 <option value="" >&nbsp;</option>
16                 {html_options options=$Services }
17         </select>
18 {else}
19         <br>
20         {t}All available services are already in use.{/t}
21         <br>
22 {/if}
23 <br>
24 <br>
25 <br>
26 <p class="seperator">
27 <div style="width:100%; text-align:right;padding-top:8px;padding-bottom:3px;">
28     <input type='submit' name='SaveServiceAdd' value='{t}Continue{/t}' {if !$Services} disabled {/if}>
29     &nbsp;
30     <input type='submit' name='CancelServiceAdd' value='{t}Cancel{/t}'>
31 </div>