summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: be5636b)
raw | patch | inline | side by side (parent: be5636b)
author | opensides <opensides@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Fri, 25 May 2007 11:01:19 +0000 (11:01 +0000) | ||
committer | opensides <opensides@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Fri, 25 May 2007 11:01:19 +0000 (11:01 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.5@6483 594d385d-05f5-0310-b6e9-bd551577e9d8
include/functions.inc | patch | blob | history | |
include/sieve/templates/element_anyof.tpl | patch | blob | history |
diff --git a/include/functions.inc b/include/functions.inc
index fa75451c7405581de938e657846b776ab2846e09..46d91667a81694b767f75431ced2c3a6bc55d81c 100644 (file)
--- a/include/functions.inc
+++ b/include/functions.inc
if (preg_match("/^[0-9]+$/", $output[0])){
return ($output[0]);
} else {
- print_red(_("Warning - base_hook is not avialable. Using default base."));
+ print_red(_("Warning - base_hook is not available. Using default base."));
return ($config->current['UIDBASE']);
}
} else {
- print_red(_("Warning - base_hook is not avialable. Using default base."));
+ print_red(_("Warning - base_hook is not available. Using default base."));
return ($config->current['UIDBASE']);
}
index f7dc9298c73ce9379a58826103f974b8b49c1628..f6e1b2203e63572aa978ee7d0f88d39d9e741d36 100644 (file)
{if $Inverse}
<input type='submit' name='toggle_inverse_{$ID}' value='{t}Not{/t}' title='{t}Inverse match{/t}'>
{else}
- <input type='submit' name='toggle_inverse_{$ID}' value='{t}-{/t}' title='{t}Inverse match{/t}'>
+ <input type='submit' name='toggle_inverse_{$ID}' value='-' title='{t}Inverse match{/t}'>
{/if}
<br>
<b>{t}Any of{/t}</b>