Code

6a65bc3981cc62d8d9bb07a34af3b0257e6ae47b
[gosa.git] / gosa-plugins / goto / admin / ConfigManagement / failed.tpl
1 {if $rpcError}
2     <h3>{t}Error{/t}</h3>
3     {msgPool type=rpcError p1=$error}
4     <button name='retryInit'>{t}Retry{/t}</button>
5 {elseif $initFailed}
6     <h3>{t}Communication failed{/t}</h3>
7     {msgPool type=rpcError p1=$error}
8     <button name='retryInit'>{t}Retry{/t}</button>
9 {elseif $invalidInstallMethod}
10     <h3>{t}Configuration error {/t}</h3>
11     {msgPool type=rpcError p1=$error}
12 {/if}