summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: aa20fae)
raw | patch | inline | side by side (parent: aa20fae)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Fri, 16 Mar 2007 13:38:43 +0000 (13:38 +0000) | ||
committer | hickert <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] | patch | blob |
include/sieve/templates/element_if.tpl | patch | blob | history |
diff --git a/include/sieve/templates/element_elsif.tpl b/include/sieve/templates/element_elsif.tpl
--- /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)
<table cellspacing=0 width='100%'>
<tr>
<td style='width:100%;background-color:#f2bf4c; padding:5px;'>
- {$Name}
+ <b>{t}If{/t}</b>
{$Contents}
</td>
</tr>