[Vtigercrm-commits] [vtiger-commits] r7857 - in /vtigercrm/trunk: include/js/general.js modules/Reports/Report.js
vtigercrm-commits at vtiger.fosslabs.com
vtigercrm-commits at vtiger.fosslabs.com
Wed Jul 5 07:22:39 EDT 2006
Author: richie
Date: Wed Jul 5 05:22:34 2006
New Revision: 7857
Log:
Popup Issue has been fixed
Modified:
vtigercrm/trunk/include/js/general.js
vtigercrm/trunk/modules/Reports/Report.js
Modified: vtigercrm/trunk/include/js/general.js
==============================================================================
--- vtigercrm/trunk/include/js/general.js (original)
+++ vtigercrm/trunk/include/js/general.js Wed Jul 5 05:22:34 2006
@@ -1630,7 +1630,7 @@
url = 'index.php?module=Emails&action=EmailsAjax&file=EditView&record='+id+'&forward=true';
break;
}
- openPopUp('xComposeEmail',this,url,'createemailWin',820,652,'menubar=no,toolbar=no,location=no,status=no,resizable=no');
+ openPopUp('xComposeEmail',this,url,'createemailWin',820,652,'menubar=no,toolbar=no,location=no,status=no,resizable=no,scrollbars=yes');
}
//Function added for Mass select in Popup - Philip
@@ -1692,7 +1692,7 @@
function ShowEmail(id)
{
url = 'index.php?module=Emails&action=EmailsAjax&file=DetailView&record='+id;
- openPopUp('xComposeEmail',this,url,'createemailWin',820,652,'menubar=no,toolbar=no,location=no,status=no,resizable=no');
+ openPopUp('xComposeEmail',this,url,'createemailWin',820,652,'menubar=no,toolbar=no,location=no,status=no,resizable=no,scrollbars=yes');
}
var bSaf = (navigator.userAgent.indexOf('Safari') != -1);
Modified: vtigercrm/trunk/modules/Reports/Report.js
==============================================================================
--- vtigercrm/trunk/modules/Reports/Report.js (original)
+++ vtigercrm/trunk/modules/Reports/Report.js Wed Jul 5 05:22:34 2006
@@ -422,5 +422,5 @@
fnPopupWin(arg);
}
function fnPopupWin(winName){
- window.open(winName, "ReportWindow","width=740px,height=620px");
-}
+ window.open(winName, "ReportWindow","width=760px,height=620px,scrollbars=yes");
+}
More information about the vtigercrm-commits
mailing list