From: hickert Date: Tue, 20 Mar 2007 12:58:48 +0000 (+0000) Subject: Updated some styles X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=b508fc0f84997c8ab333d9d6bd1eddfbf0f35ce0;p=gosa.git Updated some styles git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@5837 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/html/themes/default/style.css b/html/themes/default/style.css index a9bcbc647..1a630d0a1 100644 --- a/html/themes/default/style.css +++ b/html/themes/default/style.css @@ -1228,7 +1228,132 @@ select.sieve_fileinto_input { } +/************* + * Sieve keep + *************/ + +/* Container */ +table.sieve_keep_container { + margin:0px; + padding:0px; + border-spacing: 0px ; + width:100%; + background-color: #EEEEEE; +} + +/* Editing area */ +td.sieve_keep_input { + padding-left:20px; +} + + +/************* + * Sieve discard + *************/ + +/* Container */ +table.sieve_discard_container { + margin:0px; + padding:0px; + border-spacing: 0px ; + width:100%; + background-color: #EEEEEE; +} +/* Editing area */ +td.sieve_discard_input { + padding-left:20px; +} + + +/************* + * Sieve redirect + *************/ + +/* Container */ +table.sieve_redirect_container { + margin:0px; + padding:0px; + border-spacing: 0px ; + width:100%; + background-color: #EEEEEE; +} + +/* Editing area */ +td.sieve_redirect_input { + padding-left:20px; +} +textarea.sieve_redirect_input { + width:100%; + height:30px; +} + + +/************* + * Sieve reject + *************/ + +/* Container */ +table.sieve_reject_container { + margin:0px; + padding:0px; + border-spacing: 0px ; + width:100%; + background-color: #EEEEEE; +} + +/* Editing area */ +td.sieve_reject_input { + padding-left:20px; +} +textarea.sieve_reject_input { + width:100%; + height:30px; +} + + +/************* + * Sieve end + *************/ + +/* Container */ +table.sieve_stop_container { + margin:0px; + padding:0px; + border-spacing: 0px ; + width:100%; + background-color: #EEEEEE; +} + +/* Editing area */ +td.sieve_stop_input { + padding-left:20px; +} + + +/************* + * Sieve vacation + *************/ + +/* Container */ +table.sieve_vacation_container { + margin:0px; + padding:0px; + border-spacing: 0px ; + width:100%; + background-color: #EEEEEE; +} + +/* Editing area */ +td.sieve_vacation_input { + padding-left:20px; +} + +/* Editing area */ +textarea.sieve_vacation_input { + width:100%; + height : 45px; +} diff --git a/include/sieve/templates/element_discard.tpl b/include/sieve/templates/element_discard.tpl index ff69ed240..55cfb82fc 100644 --- a/include/sieve/templates/element_discard.tpl +++ b/include/sieve/templates/element_discard.tpl @@ -1,7 +1,12 @@ - +
- + + +
- {t}Discard message{/t} + + {t}Discard{/t} +
+ {t}Discard the message{/t}
diff --git a/include/sieve/templates/element_keep.tpl b/include/sieve/templates/element_keep.tpl index 3ad993cc2..067bcc6fe 100644 --- a/include/sieve/templates/element_keep.tpl +++ b/include/sieve/templates/element_keep.tpl @@ -1,7 +1,12 @@ - +
- + + +
- {t}Keep message{/t} + + {t}Keep{/t} +
+ {t}Keep the message{/t}
diff --git a/include/sieve/templates/element_redirect.tpl b/include/sieve/templates/element_redirect.tpl index b2864f77d..778ff1a50 100644 --- a/include/sieve/templates/element_redirect.tpl +++ b/include/sieve/templates/element_redirect.tpl @@ -1,39 +1,22 @@ -{if $LastErrorCnt != 0} - - - - - -
- {t}Error{/t} - -{/if} - - - - - - +
- {t}Redirect{/t} - {t}Redirect mail to following recipients{/t} -
{foreach from=$LastError item=val key=key} {/foreach} - - + + +
- {$LastError[$key]} +
{$LastError[$key]}
+
- + + {t}Redirect{/t} +
+ {t}Redirect mail to following recipients{/t}
+
- -{if $LastErrorCnt != 0} - -
-{/if} diff --git a/include/sieve/templates/element_reject.tpl b/include/sieve/templates/element_reject.tpl index f8ebcb789..60163c2f9 100644 --- a/include/sieve/templates/element_reject.tpl +++ b/include/sieve/templates/element_reject.tpl @@ -1,6 +1,6 @@ - +
- -
+ {t}Reject mail{/t}   {if $Multiline} @@ -11,8 +11,8 @@
- + +
diff --git a/include/sieve/templates/element_stop.tpl b/include/sieve/templates/element_stop.tpl index 8c61ad2f3..60794b72d 100644 --- a/include/sieve/templates/element_stop.tpl +++ b/include/sieve/templates/element_stop.tpl @@ -1,7 +1,11 @@ - +
- + + + diff --git a/include/sieve/templates/element_vacation.tpl b/include/sieve/templates/element_vacation.tpl index 6c7ff47d5..a361569b0 100644 --- a/include/sieve/templates/element_vacation.tpl +++ b/include/sieve/templates/element_vacation.tpl @@ -1,21 +1,11 @@ - -{if $LastErrorCnt != 0} -
+ {t}Stop{/t}
+
{t}Stop execution here!{/t}
- - - - -
- {t}Error{/t} - -{/if} - +
{foreach from=$LastError item=val key=key} - {/foreach} {if $Expert} @@ -44,8 +34,8 @@ - {else} @@ -58,18 +48,9 @@ - {/if}
- {$LastError[$key]} +
{$LastError[$key]}
- + +
- + +
- -{if $LastErrorCnt != 0} - -
-{/if} - -