From: hickert Date: Thu, 3 May 2007 08:21:19 +0000 (+0000) Subject: Updated sieve templates X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=0d96e184dc6107bff6f32f24b4cda64ddd01c35a;p=gosa.git Updated sieve templates git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@6243 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/include/sieve/templates/element_address.tpl b/include/sieve/templates/element_address.tpl index 52bd1fae1..ea6580f35 100755 --- a/include/sieve/templates/element_address.tpl +++ b/include/sieve/templates/element_address.tpl @@ -1,24 +1,27 @@ - - {if $Expert} +{if $Expert} {if $LastError != ""} +
- +
{$LastError}
{/if} + - +
+ {t}Address{/t}
+ - +
+ {t}Match type{/t} @@ -75,25 +78,32 @@
 
+ - - +
+ {t}Address fields to include{/t}
+ {t}Values to match for{/t}
{else} + {if $LastError != ""} + - - +
+ {$LastError}
{/if} + + {if $match_type == ":count" || $match_type == ":value"} - {/if}
@@ -128,5 +138,5 @@
+ {/if} diff --git a/include/sieve/templates/element_envelope.tpl b/include/sieve/templates/element_envelope.tpl index c217d2dbb..f0bcb67f0 100755 --- a/include/sieve/templates/element_envelope.tpl +++ b/include/sieve/templates/element_envelope.tpl @@ -1,15 +1,16 @@ - {if $Expert} {if $LastError != ""} +
- +
{$LastError}
{/if} + +
{t}Envelope{/t} @@ -18,6 +19,8 @@
+ - - +
{t}Match type{/t} @@ -29,8 +32,6 @@
{t}Invert test{/t}? @@ -68,6 +69,8 @@
 
+ - +
{t}Address fields to include{/t}
@@ -78,17 +81,19 @@
{else} {if $LastError != ""} + - +
{$LastError}
{/if} + {if $match_type == ":count" || $match_type == ":value"} - {/if}
@@ -125,5 +130,5 @@
+ {/if} diff --git a/include/sieve/templates/element_header.tpl b/include/sieve/templates/element_header.tpl index 6a8266c70..8dcd30989 100755 --- a/include/sieve/templates/element_header.tpl +++ b/include/sieve/templates/element_header.tpl @@ -1,15 +1,16 @@ - {if $Expert} {if $LastError != ""} +
- +
{$LastError}
{/if} + +
{t}Header{/t} @@ -18,6 +19,8 @@
+ - +
{t}Match type{/t} @@ -79,18 +82,22 @@
{else} {if $LastError != ""} + - +
{$LastError}
{/if} - + + + + {if $match_type == ":count" || $match_type == ":value"} - {/if}
{else} @@ -125,5 +132,5 @@
+ {/if}