From d01450c90a870b42ed8e49a84456ad7dc6ac1958 Mon Sep 17 00:00:00 2001 From: hickert Date: Tue, 20 Mar 2007 13:56:58 +0000 Subject: [PATCH] Updated style git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@5838 594d385d-05f5-0310-b6e9-bd551577e9d8 --- html/themes/default/style.css | 50 ++++++++++++++++++++ include/sieve/templates/element_address.tpl | 20 +------- include/sieve/templates/element_allof.tpl | 15 ++---- include/sieve/templates/element_anyof.tpl | 14 ++---- include/sieve/templates/element_boolean.tpl | 2 +- include/sieve/templates/element_envelope.tpl | 19 +------- include/sieve/templates/element_exists.tpl | 2 +- include/sieve/templates/element_header.tpl | 20 +------- include/sieve/templates/element_if.tpl | 6 +-- include/sieve/templates/element_size.tpl | 2 +- 10 files changed, 69 insertions(+), 81 deletions(-) diff --git a/html/themes/default/style.css b/html/themes/default/style.css index 1a630d0a1..841d2a002 100644 --- a/html/themes/default/style.css +++ b/html/themes/default/style.css @@ -1356,8 +1356,58 @@ textarea.sieve_vacation_input { } +/************* + * Sieve allof + *************/ + +table.sieve_allof_container { + width:100%; + margin: 0px; + border-spacing: 0px ; + padding:0px; + border: solid 2px #CCCCCC; +} + +/* Container */ +td.sieve_allof_left { + text-align:center; + vertical-align: middle; + width:35px; + background-color: #BDBDBD; + border: solid 0px #EEEEEE +} + + +/************* + * Sieve anyof + *************/ +table.sieve_anyof_container { + width:100%; + margin: 0px; + border-spacing: 0px ; + padding:0px; + border: solid 2px #CCCCCC; +} +/* Container */ +td.sieve_anyof_left { + text-align:center; + vertical-align: middle; + width:35px; + background-color: #BDBDBD; + border: solid 0px #EEEEEE +} +/************* + * Sieve Test Cases + *************/ + +table.sieve_test_case { + width:100%; + margin: 0px; + border-spacing: 0px ; + padding:0px; +} diff --git a/include/sieve/templates/element_address.tpl b/include/sieve/templates/element_address.tpl index fda6260db..db7558e03 100755 --- a/include/sieve/templates/element_address.tpl +++ b/include/sieve/templates/element_address.tpl @@ -1,14 +1,4 @@ - -{if $LastError != ""} - - - - - -
- {t}Error{/t} - -{/if} - - +
{if $Expert} {if $LastError != ""} @@ -103,8 +93,6 @@ {/if} {/if}
- {t}If{/t} -   {t}Address{/t} {if $Inverse} @@ -133,9 +121,3 @@
-{if $LastError != ""} - -
-{/if} diff --git a/include/sieve/templates/element_allof.tpl b/include/sieve/templates/element_allof.tpl index d39d5985f..7e244d50d 100644 --- a/include/sieve/templates/element_allof.tpl +++ b/include/sieve/templates/element_allof.tpl @@ -1,20 +1,15 @@ - +
- - diff --git a/include/sieve/templates/element_anyof.tpl b/include/sieve/templates/element_anyof.tpl index e0b02054f..19d8d77b4 100644 --- a/include/sieve/templates/element_anyof.tpl +++ b/include/sieve/templates/element_anyof.tpl @@ -1,19 +1,15 @@ -
- {t}All of{/t} + {if $Inverse} {else} {/if} - +
+ {t}All of{/t}
+ {$Contents}
+
- - diff --git a/include/sieve/templates/element_boolean.tpl b/include/sieve/templates/element_boolean.tpl index 47a97c1b2..44f5f7b52 100755 --- a/include/sieve/templates/element_boolean.tpl +++ b/include/sieve/templates/element_boolean.tpl @@ -1,4 +1,4 @@ -
- {t}Any of{/t} + {if $Inverse} {else} {/if} +
+ {t}Any of{/t}
+ {$Contents}
+
{t}Bool{/t} diff --git a/include/sieve/templates/element_envelope.tpl b/include/sieve/templates/element_envelope.tpl index cd68dcac1..c2dc16891 100755 --- a/include/sieve/templates/element_envelope.tpl +++ b/include/sieve/templates/element_envelope.tpl @@ -1,15 +1,4 @@ - - -{if $LastError != ""} - - - - - -
- {t}Error{/t} - -{/if} - - +
{if $Expert} {if $LastError != ""} @@ -126,9 +115,3 @@ {/if}
-{if $LastError != ""} - -
-{/if} diff --git a/include/sieve/templates/element_exists.tpl b/include/sieve/templates/element_exists.tpl index 8e3866c8c..4417d66b4 100644 --- a/include/sieve/templates/element_exists.tpl +++ b/include/sieve/templates/element_exists.tpl @@ -1,4 +1,4 @@ - +
{if $LastError != ""} diff --git a/include/sieve/templates/element_header.tpl b/include/sieve/templates/element_header.tpl index 84a4bfb30..b944c4b62 100755 --- a/include/sieve/templates/element_header.tpl +++ b/include/sieve/templates/element_header.tpl @@ -1,14 +1,4 @@ - -{if $LastError != ""} - - - - - -
- {t}Error{/t} - -{/if} - - +
{if $Expert} {if $LastError != ""} @@ -93,8 +83,6 @@ {/if}
- {t}If{/t} -   {t}Header{/t} {if $Inverse} @@ -124,9 +112,3 @@ {/if}
-{if $LastError != ""} - -
-{/if} diff --git a/include/sieve/templates/element_if.tpl b/include/sieve/templates/element_if.tpl index c81467ac4..98f9b4a5d 100644 --- a/include/sieve/templates/element_if.tpl +++ b/include/sieve/templates/element_if.tpl @@ -1,7 +1,7 @@ - +
- diff --git a/include/sieve/templates/element_size.tpl b/include/sieve/templates/element_size.tpl index aedb7c39e..a42d77243 100644 --- a/include/sieve/templates/element_size.tpl +++ b/include/sieve/templates/element_size.tpl @@ -1,4 +1,4 @@ -
- {t}If{/t} + + {t}Condition{/t} {$Contents}
+
{t}Size{/t} -- 2.30.2