1
0
Fork 0
Fixed button state when using mass selectors
Dieser Commit ist enthalten in:
DSB 2011-07-17 09:32:30 +00:00
Ursprung 754e6e6aea
Commit b5bc6f81a0

Datei anzeigen

@ -6,12 +6,12 @@
class="pointer tooltip" class="pointer tooltip"
title="<?php echo $this->lang->L_SELECT_ALL;?>" title="<?php echo $this->lang->L_SELECT_ALL;?>"
alt="<?php echo $this->lang->L_SELECT_ALL;?>" alt="<?php echo $this->lang->L_SELECT_ALL;?>"
onclick="checkAll($('[type=checkbox]'));"/> onclick="checkAll($('[type=checkbox]'));checkButtonState();"/>
<img src="<?php echo $this->getIconSrc('minus', '');?>" <img src="<?php echo $this->getIconSrc('minus', '');?>"
class="pointer tooltip" class="pointer tooltip"
title="<?php echo $this->lang->L_DESELECT_ALL;?>" title="<?php echo $this->lang->L_DESELECT_ALL;?>"
alt="<?php echo $this->lang->L_DESELECT_ALL;?>" alt="<?php echo $this->lang->L_DESELECT_ALL;?>"
onclick="unCheckAll($('[type=checkbox]'));"/> onclick="unCheckAll($('[type=checkbox]'));checkButtonState();"/>
</div> </div>
</th> </th>
<th class="center">#</th> <th class="center">#</th>