Code

Quick review for new service handling
[gosa.git] / plugins / admin / systems / 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                 {html_options options=$Services }
16         </select>
17 {else}
18         <br>
19         {t}All available services are already in use.{/t}
20         <br>
21 {/if}
22 <br>
23 <br>
24 <br>
25 <p class="seperator">
26 <p>
27 <div style="width:100%; text-align:right;">
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>
32 </p>