applied comments and add the possibility to resize the search inbox window

This commit is contained in:
Alexandre Cloutier
2014-08-27 12:30:33 -04:00
parent c76cb36461
commit 07a138e0d6
5 changed files with 95 additions and 91 deletions
+1 -1
View File
@@ -458,7 +458,7 @@ function displaySearchMailCallback(http) {
var id = _("searchMailView");
fields.innerHTML = http.responseText;
dialog = createDialog(id, title, null, fields, "searchMail"); // (id, title, legend, content, positionClass)
var dialog = createDialog(id, title, null, fields, "searchMail"); // (id, title, legend, content, positionClass)
document.body.appendChild(dialog);
if (Prototype.Browser.IE)