From 7d0c2f0c435edd5d7cf9a4098b3fa9f71a5fba31 Mon Sep 17 00:00:00 2001 From: hickert Date: Fri, 30 Mar 2007 07:15:04 +0000 Subject: [PATCH] Added template for management dialog git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@5933 594d385d-05f5-0310-b6e9-bd551577e9d8 --- include/sieve/templates/management.tpl | 38 ++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 include/sieve/templates/management.tpl diff --git a/include/sieve/templates/management.tpl b/include/sieve/templates/management.tpl new file mode 100644 index 000000000..e36b5cff0 --- /dev/null +++ b/include/sieve/templates/management.tpl @@ -0,0 +1,38 @@ +

{t}Sieve script management{/t}

+ +{if $uattrib_empty} + + {t}Connection to sieve could not be established, the authentification attribute is empty.{/t}
+ {t}Please verfiy that the attributes uid and mail are not empty and try again.{/t} +
+
+ + {$List} + +

+ +

+{elseif $Sieve_Error != ""} + + {t}Connection to sieve could not be established.{/t}
+ {$Sieve_Error} +
+
+ + {$List} + +

+ +

+ +{else} + {t}Be careful. All your changes will be saved directly to sieve, if you use the save button below.{/t} +
+ + {$List} +

+ +   + +

+{/if} -- 2.30.2