Code

Some little changes
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Mon, 19 Mar 2007 06:12:44 +0000 (06:12 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Mon, 19 Mar 2007 06:12:44 +0000 (06:12 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@5808 594d385d-05f5-0310-b6e9-bd551577e9d8

include/sieve/class_sieveElement_If.inc
include/sieve/templates/element_address.tpl
include/sieve/templates/element_header.tpl

index a9c04e7b03e5a615a0157d7693685f5cb57f137f..9df232b5d8ee90d7d39ab6489f021223de35e3d0 100644 (file)
@@ -1077,7 +1077,7 @@ class sieve_if
           $smarty->assign("DisplayAdd",TRUE);
           $smarty->assign("DisplayDel",FALSE);
           $cont_tmp = $smarty->fetch(get_template_path("templates/object_test_container.tpl",TRUE,dirname(__FILE__)));
-          $cont_tmp = preg_replace("/%%OBJECT_CONTENT%%/",_("Klick here to add a new test"),$cont_tmp);
+          $cont_tmp = preg_replace("/%%OBJECT_CONTENT%%/",_("Click here to add a new test"),$cont_tmp);
 
           $smarty->assign("Inverse",$Inverse);
           $smarty->assign("Contents",$cont_tmp.$Contents);
index 853e161905eae7310ea3df25da434d73518d3ad3..b0f9b5181144ed30a1316464ecfdea64bae71b7b 100755 (executable)
                        &nbsp;
                </td>
        </tr>
-       <tr>
-               <td>
-                       {t}Address fields to include{/t}
-               </td>
-               <td>
-                       <textarea style='width:95%;height:50px;' name='keys_{$ID}'>{$keys}</textarea>
-               </td>
-               <td>
-                       {t}Values to match for{/t}
-               </td>
-               <td>
-                       <textarea style='width:95%;height:50px;' name='values_{$ID}'>{$values}</textarea>
-               </td>
-       </tr>
+           <tr>
+        <td colspan=2>
+            {t}Address fields to include{/t}<br>
+            <textarea style='width:95%;height:50px;' name='keys_{$ID}'>{$keys}</textarea>
+        </td>
+        <td colspan=3>
+            {t}Values to match for{/t}<br>
+            <textarea style='width:95%;height:50px;' name='values_{$ID}'>{$values}</textarea>
+        </td>
+    </tr>
        {else}
        {if $LastError != ""}
                <tr>
index a96a78229c72f71b71226482ec07d029b0f88add..84a4bfb307d693b76442c8fcbbedab1ccbead9fd 100755 (executable)
         </td>
     </tr>
     <tr>
-        <td>
-            {t}Address fields to include{/t}
-        </td>
-        <td>
+        <td colspan=2>
+            {t}Address fields to include{/t}<br>
             <textarea style='width:95%;height:50px;' name='keys_{$ID}'>{$keys}</textarea>
         </td>
-        <td>
-            {t}Values to match for{/t}
-        </td>
-        <td>
+        <td colspan=3>
+            {t}Values to match for{/t}<br>
             <textarea style='width:95%;height:50px;' name='values_{$ID}'>{$values}</textarea>
         </td>
     </tr>