Code

Updated a couple of messages
[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}