From 52a1fd308506adf28293f20430e328e6647d9426 Mon Sep 17 00:00:00 2001 From: bgigon Date: Thu, 30 Sep 2004 13:26:17 +0000 Subject: [PATCH] Update file: --- calendar/templates/prisma/matrix_query.tpl | 22 +++++++++++++--------- 1 file changed, 13 insertions(+), 9 deletions(-) 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} : + + + - - +