Code

Updated workstation - Startup
[gosa.git] / plugins / admin / systems / ServiceAddDialog.tpl
index 6fc2ac68e8f821d34216ac0f6aff16f24d48dfbc..f055f33c14cb34e4f3f943a08d49dc189ca68b09 100755 (executable)
@@ -12,6 +12,7 @@
 <br>
 <br>{t}Service to add{/t} &nbsp;
        <select name="ServiceName" >
+               <option value="" >&nbsp;</option>
                {html_options options=$Services }
        </select>
 {else}
 <br>
 <br>
 <p class="seperator">
-<p>
-<div style="width:100%; text-align:right;">
+<div style="width:100%; text-align:right;padding-top:8px;padding-bottom:3px;">
     <input type='submit' name='SaveServiceAdd' value='{t}Continue{/t}' {if !$Services} disabled {/if}>
     &nbsp;
     <input type='submit' name='CancelServiceAdd' value='{t}Cancel{/t}'>
 </div>
-</p>