|
|
|
@ -810,7 +810,7 @@ function show_to_form($to_already_selected) |
|
|
|
|
echo "\t\t</td>\n"; |
|
|
|
|
// the buttons for adding or removing groups/users |
|
|
|
|
echo "\n\t\t<td valign=\"middle\">\n"; |
|
|
|
|
echo "\t\t<input type=\"button\" ", |
|
|
|
|
/* echo "\t\t<input type=\"button\" ", |
|
|
|
|
"onclick=\"move(document.getElementById('not_selected_form'),document.getElementById('selected_form'))\" ", |
|
|
|
|
"value=\" >> \" />", |
|
|
|
|
|
|
|
|
@ -818,7 +818,13 @@ function show_to_form($to_already_selected) |
|
|
|
|
|
|
|
|
|
"\n\t\t<input type=\"button\" ", |
|
|
|
|
"onclick=\"move(document.getElementById('selected_form'),document.getElementById('not_selected_form'))\" ", |
|
|
|
|
"value=\" << \" />"; |
|
|
|
|
"value=\" class=\"arrow\" \" />"; |
|
|
|
|
*/ |
|
|
|
|
?> |
|
|
|
|
<button class="arrowr" type="button" onclick="move(document.getElementById('not_selected_form'), document.getElementById('selected_form'))" onclick="move(document.getElementById('not_selected_form'), document.getElementById('selected_form'))"></button> |
|
|
|
|
<br /> <br /> |
|
|
|
|
<button class="arrowl" type="button" onclick="move(document.getElementById('selected_form'), document.getElementById('not_selected_form'))" onclick="move(document.getElementById('selected_form'), document.getElementById('not_selected_form'))"></button> |
|
|
|
|
<?php |
|
|
|
|
echo "\t\t</td>\n"; |
|
|
|
|
echo "\n\t\t<td>\n"; |
|
|
|
|
echo "<strong>".get_lang('DestinationUsers')."</strong><br />"; |
|
|
|
@ -829,6 +835,7 @@ function show_to_form($to_already_selected) |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/** |
|
|
|
|
* this function shows the form with the user that were not selected |
|
|
|
|
* @author: Patrick Cool <patrick.cool@UGent.be>, Ghent University |
|
|
|
|