summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: fdc8338)
raw | patch | inline | side by side (parent: fdc8338)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Mon, 19 Mar 2007 06:12:44 +0000 (06:12 +0000) | ||
committer | hickert <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 | patch | blob | history | |
include/sieve/templates/element_address.tpl | patch | blob | history | |
include/sieve/templates/element_header.tpl | patch | blob | history |
index a9c04e7b03e5a615a0157d7693685f5cb57f137f..9df232b5d8ee90d7d39ab6489f021223de35e3d0 100644 (file)
$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);
diff --git a/include/sieve/templates/element_address.tpl b/include/sieve/templates/element_address.tpl
index 853e161905eae7310ea3df25da434d73518d3ad3..b0f9b5181144ed30a1316464ecfdea64bae71b7b 100755 (executable)
</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>
diff --git a/include/sieve/templates/element_header.tpl b/include/sieve/templates/element_header.tpl
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>