Fix choose contact

This commit is contained in:
Emilio Blanco 2011-03-31 17:59:22 -03:00
parent d1e57475ce
commit a2bad3c81d
10 changed files with 105 additions and 100 deletions

View file

@ -1,5 +1,5 @@
function chooseContacts() {
rs('', '/contacts/contact/list?mode=choose',550,480,0);
function chooseContacts(url) {
rs('', url + '?mode=choose',550,480,0);
}
function setBulk() {
@ -32,4 +32,4 @@ function checkAll(theForm) { // check all the checkboxes in the list
e.checked = theForm.allbox.checked;
}
}
}
}