[Vtigercrm-commits] [vtiger-commits] r10600 - /vtigercrm/branches/5.0.3/include/js/popup.js
vtigercrm-commits at vtiger.fosslabs.com
vtigercrm-commits at vtiger.fosslabs.com
Mon Apr 9 11:40:55 EDT 2007
Author: richie
Date: Mon Apr 9 09:40:48 2007
New Revision: 10600
Log:
* scrollbar has been enable for License and contact us link in About us page, Fixed #3511
Modified:
vtigercrm/branches/5.0.3/include/js/popup.js
Modified: vtigercrm/branches/5.0.3/include/js/popup.js
==============================================================================
--- vtigercrm/branches/5.0.3/include/js/popup.js (original)
+++ vtigercrm/branches/5.0.3/include/js/popup.js Mon Apr 9 09:40:48 2007
@@ -15,6 +15,6 @@
}
function newpopup(str){
- window.open (str,"mywinw","menubar=1,resizable=1");
+ window.open (str,"mywinw","menubar=1,resizable=1,scrollbars=yes");
// window.parent.close();
}
More information about the vtigercrm-commits
mailing list