Merge r3110 bugfix re PM resource popup not having scrollbars from

branch/WebGUI-7.1.
This commit is contained in:
Drake 2006-11-01 18:37:25 +00:00
parent 3239727eae
commit 09c4af8ad7
2 changed files with 2 additions and 1 deletions

View file

@ -6,7 +6,7 @@ function taskEdit_getResourceListDiv() {
}
function taskEdit_searchPopup(url) {
window.open(url, null, 'status=1,toolbar=0,location=0,menubar=0,directories=0,resizable=1,height=350,width=400');
window.open(url, null, 'status=1,scrollbars=1,toolbar=0,location=0,menubar=0,directories=0,resizable=1,height=350,width=400');
}
function taskEdit_getResources() {