Code

Fixed Workstation Startup
[gosa.git] / gosa-plugins / goto / admin / systems / goto / workstation.tpl
index 1ea980e7698ec9aca367ff5c9cc8a5b91129698e..d9b31dd27074bf0167674b897d79645d13f89aaf 100644 (file)
 <table summary="">
  <tr>
   <td>
-{if $currently_installing}
-       <i>{t}System installation in progress, the FAI state cannot be changed right now.{/t}</i>
-{else}
 {render acl=$FAIstateACL}
    <select size="1" name="saction" title="{t}Select action to execute for this terminal{/t}">
     <option>&nbsp;</option>
 {/render}
   </td>
   <td>
+{if $currently_installing}
+{render acl=r}
+   <input type=submit name="action" value="{t}Execute{/t}">
+{/render}
+{else}
 {render acl=$FAIstateACL}
    <input type=submit name="action" value="{t}Execute{/t}">
 {/render}
-  </td>
 {/if}
+  </td>
  </tr>
 </table>
 {/if}