Code

modified templates
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Fri, 16 Mar 2007 13:36:03 +0000 (13:36 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Fri, 16 Mar 2007 13:36:03 +0000 (13:36 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@5804 594d385d-05f5-0310-b6e9-bd551577e9d8

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

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