diff --git a/calendar/templates/prisma/matrix_query.tpl b/calendar/templates/prisma/matrix_query.tpl index 7c5b6a93df..22d6ea7548 100644 --- a/calendar/templates/prisma/matrix_query.tpl +++ b/calendar/templates/prisma/matrix_query.tpl @@ -13,23 +13,23 @@ function removeSelectedOptions(id) { if (openerSelectBox.options[i].selected) { - alert (i); openerSelectBox.removeChild(openerSelectBox[i]); - openerSelectBox.options[i--] = null + //openerSelectBox.options[i--] = null } } } -function bobo() +function selectAll(id) { - openerSelectBox = document.getElementById('uicalendar_matrix_users'); + openerSelectBox = document.getElementById(id); if (openerSelectBox == null) window.close(); + for (i=0; i < openerSelectBox.length; i++) - { - alert (i); - } + openerSelectBox.options[i].selected = 1 ; + + document.matrixform.submit(); } --> @@ -41,10 +41,14 @@ function bobo() {title} {rows} + + {delete_participants} : + + + - - +