Code

Added elsif template
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Fri, 16 Mar 2007 13:38:43 +0000 (13:38 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Fri, 16 Mar 2007 13:38:43 +0000 (13:38 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@5805 594d385d-05f5-0310-b6e9-bd551577e9d8

include/sieve/templates/element_elsif.tpl [new file with mode: 0644]
include/sieve/templates/element_if.tpl

diff --git a/include/sieve/templates/element_elsif.tpl b/include/sieve/templates/element_elsif.tpl
new file mode 100644 (file)
index 0000000..f440fad
--- /dev/null
@@ -0,0 +1,8 @@
+<table cellspacing=0 width='100%'>
+       <tr>
+       <td style='width:100%;background-color:#f2bf4c; padding:5px;'>
+                       <b>{t}Else{/t}</b>
+                       {$Contents}
+       </td>
+       </tr>
+</table>
index 972aa39b654915c89973717a7ff0d6a8cec53a51..c81467ac4aaaaa410b857d771639e635dad11fbd 100644 (file)
@@ -1,7 +1,7 @@
 <table cellspacing=0 width='100%'>
        <tr>
        <td style='width:100%;background-color:#f2bf4c; padding:5px;'>
-                       {$Name}
+                       <b>{t}If{/t}</b>
                        {$Contents}
        </td>
        </tr>