From b5bc6f81a0c5a41a57de873bd5bb41d5cf117dd0 Mon Sep 17 00:00:00 2001 From: DSB Date: Sun, 17 Jul 2011 09:32:30 +0000 Subject: [PATCH] MSD-10 Fixed button state when using mass selectors --- application/views/scripts/sql/tables/table-header.phtml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/application/views/scripts/sql/tables/table-header.phtml b/application/views/scripts/sql/tables/table-header.phtml index 6d31fdc..86de77e 100644 --- a/application/views/scripts/sql/tables/table-header.phtml +++ b/application/views/scripts/sql/tables/table-header.phtml @@ -6,12 +6,12 @@ class="pointer tooltip" title="lang->L_SELECT_ALL;?>" alt="lang->L_SELECT_ALL;?>" - onclick="checkAll($('[type=checkbox]'));"/> + onclick="checkAll($('[type=checkbox]'));checkButtonState();"/> <?php echo $this->lang->L_DESELECT_ALL;?> + onclick="unCheckAll($('[type=checkbox]'));checkButtonState();"/> #