Merge pull request #23 from alexcloutier/fix/1636

BugFix#1636; fix the issue where the user could add any birthday for his contact.
This commit is contained in:
extrafu
2014-04-08 13:17:54 -04:00
6 changed files with 209 additions and 160 deletions
+2 -2
View File
@@ -265,7 +265,7 @@ function openContactWindow(url, wId) {
wId = sanitizeWindowName(wId);
var w = window.open(url, wId,
"width=450,height=530,resizable=0,location=0");
"width=460,height=560,resizable=0,location=0");
w.focus();
return w;
@@ -1741,7 +1741,7 @@ function onPreferencesClick(event) {
}
else {
var w = window.open(urlstr, "SOGoPreferences",
"width=580,height=476,resizable=1,scrollbars=0,location=0");
"width=615,height=520,resizable=1,scrollbars=0,location=0");
w.opener = window;
w.focus();
}