From: hickert Date: Fri, 16 Mar 2007 13:38:43 +0000 (+0000) Subject: Added elsif template X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=7d1bd7147bc10f4ff868d790e53e3cb91b58ca02;p=gosa.git Added elsif template git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@5805 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/include/sieve/templates/element_elsif.tpl b/include/sieve/templates/element_elsif.tpl new file mode 100644 index 000000000..f440fad9d --- /dev/null +++ b/include/sieve/templates/element_elsif.tpl @@ -0,0 +1,8 @@ + + + + +
+ {t}Else{/t} + {$Contents} +
diff --git a/include/sieve/templates/element_if.tpl b/include/sieve/templates/element_if.tpl index 972aa39b6..c81467ac4 100644 --- a/include/sieve/templates/element_if.tpl +++ b/include/sieve/templates/element_if.tpl @@ -1,7 +1,7 @@
- {$Name} + {t}If{/t} {$Contents}