From: hickert Date: Wed, 30 Apr 2008 11:50:37 +0000 (+0000) Subject: Added error handling to new krb class X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=fcf31b278006b9e59d48a8cacb6176d298b16674;p=gosa.git Added error handling to new krb class git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@10743 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/gosa-core/ihtml/themes/default/pwd_kerberos_mit.tpl b/gosa-core/ihtml/themes/default/pwd_kerberos_mit.tpl index 373e42c0a..8ca489bc7 100644 --- a/gosa-core/ihtml/themes/default/pwd_kerberos_mit.tpl +++ b/gosa-core/ihtml/themes/default/pwd_kerberos_mit.tpl @@ -1,3 +1,20 @@ + +{if $si_error} + +

{t}Heimdal options{/t}

+

+ {msgPool type=siError p1=$si_error_msg} +

+ +
+
+ +

+

+ +

+{else} +
@@ -226,3 +243,5 @@  

+ +{/if}