MSD-10
Fixed button state when using mass selectors
Dieser Commit ist enthalten in:
Ursprung
754e6e6aea
Commit
b5bc6f81a0
1 geänderte Dateien mit 2 neuen und 2 gelöschten Zeilen
|
@ -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>
|
||||||
|
|
Laden …
In neuem Issue referenzieren