From fcf31b278006b9e59d48a8cacb6176d298b16674 Mon Sep 17 00:00:00 2001 From: hickert Date: Wed, 30 Apr 2008 11:50:37 +0000 Subject: [PATCH] Added error handling to new krb class git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@10743 594d385d-05f5-0310-b6e9-bd551577e9d8 --- .../ihtml/themes/default/pwd_kerberos_mit.tpl | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) 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} -- 2.30.2