From c090b85aec5294de328a371b42c1a81f9160b345 Mon Sep 17 00:00:00 2001 From: cajus Date: Wed, 11 Apr 2007 07:49:59 +0000 Subject: [PATCH] Updated layout git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@6001 594d385d-05f5-0310-b6e9-bd551577e9d8 --- include/sieve/class_sieveManagement.inc | 4 ++-- include/sieve/templates/create_script.tpl | 18 ++++++++++-------- include/sieve/templates/management.tpl | 11 +++++------ include/sieve/templates/object_container.tpl | 6 +++--- 4 files changed, 20 insertions(+), 19 deletions(-) diff --git a/include/sieve/class_sieveManagement.inc b/include/sieve/class_sieveManagement.inc index 90e87bf23..412423288 100644 --- a/include/sieve/class_sieveManagement.inc +++ b/include/sieve/class_sieveManagement.inc @@ -641,7 +641,7 @@ class sieveManagement extends plugin } $field2 = array("string" => $script['NAME']); $field3 = array("string" => $script['MSG']); - $field4 = array("string" => _("Script length")." : ".strlen($script['SCRIPT'])); + $field4 = array("string" => _("Script length").": ".strlen($script['SCRIPT'])); if($this->parent->acl_is_writeable("sieveManagement")){ $del = " $activate."".$del, "attach" => "style='border-right:0px; width:70px;'"); - $List ->AddEntry(array($field1,$field2,$field3,$field4,$field6)); + $List->AddEntry(array($field1,$field2,$field3,$field4,$field6)); } /* If the uattrib is empty (Attribute to use for authentification with sieve) diff --git a/include/sieve/templates/create_script.tpl b/include/sieve/templates/create_script.tpl index 240cdba59..e5e97c9dc 100644 --- a/include/sieve/templates/create_script.tpl +++ b/include/sieve/templates/create_script.tpl @@ -1,21 +1,23 @@

Create a new sieve script

-{t}Please enter the name for yout new script below.{/t}
-{t}Script names must be lower case and only characters are allowed.{/t} +{t}Please enter the name for yout new script below. Script names must be lower case and only characters are allowed.{/t}

{if $Error != ""} {$Error}
+
{/if} -{t}Script name{/t} :  - +

 

+
+{t}Script name{/t} +

-
- -   - +
+ +   +