Fix choose contact
This commit is contained in:
parent
d1e57475ce
commit
a2bad3c81d
10 changed files with 105 additions and 100 deletions
|
@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue