A
|
ann 6/1/2010 |
Hi, |
N
|
netmedia59 author 6/1/2010 |
Hey, Hi, to send an email to selected users on the list page you need to create new button. Here is a sample: http://xlinesoft.com/phprunner/docs/email_selected_records.htm In your case you should concat $email values instead of $body. |
J
|
Jane 6/1/2010 |
Olivier, global $dal;
<INPUT class=button onclick="var form = $('#frmAdmin1')[0]; form.a.value='email'; form.submit(); return false;" value="Email selected" type=button> |
N
|
netmedia59 author 6/1/2010 |
Yahhhhhhhhhh, |