Code

Fixed Workstation Startup
[gosa.git] / gosa-plugins / goto / admin / systems / goto / workstationStartup.tpl
index b61320fcc1b641981b73ff307e69101a8b75b58f..6bb8bbc29258fb6d63c94cab81e588cbf06a54bd 100644 (file)
   
   <td style="vertical-align:top;">
 
-       {if $fai_activated}
+       {if !$si_active}
+               <b>{t}GOsa support daemon not configured{/t}</b><br>
+               {t}FAI settings cannot be modified{/t}
+       {elseif $si_fai_action_failed}
+               <b>{msgPool type=siError}</b><br>
+               {t}Check if the GOsa support daemon (gosa-si) is running.{/t}
+               <input type='submit' name='fai_si_retry' value="{t}retry{/t}">
+       {elseif $fai_activated}
 
                {if $FAIdebianMirror == "inherited"}
 
        {render acl=$FAIclassACL}
                        <input name="AddClass" value="{msgPool type=addButton}" type="submit"> 
        {/render}
-       <!--            <input name="DelClass" value="{t}Delete{/t}" type="submit"> -->
+       <!--            <input name="DelClass" value="{msgPool type=delButton}" type="submit"> -->
                {/if}
 
                {else}
     <input type=submit value="{msgPool type=addButton}" name="add_module">&nbsp;
 {/render}
 {render acl=$gotoModulesACL}
-    <input type=submit value="{t}Delete{/t}" name="delete_module">
+    <input type=submit value="{msgPool type=delButton}" name="delete_module">
 {/render}
   </td>