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();"/> #