Merge pull request #12050 from 007durgesh219/Issue#12049
Fix Enable statistics link is not displaying correctly, Issue #12049
This commit is contained in:
commit
39fd5888be
@ -2,6 +2,6 @@
|
||||
width="38" height="22" alt="<?= __('With selected:') ; ?>" />
|
||||
<input type="checkbox" id="<?= $formName . '_checkall' ; ?>" class="checkall_box"
|
||||
title="<?= __('Check all') ; ?>" />
|
||||
<label for="<?= $formName . '_checkall' . __('Check all') ;?>" </label>
|
||||
<label for="<?= $formName . '_checkall'?>"> <?= __('Check all') ;?> </label>
|
||||
<i style="margin-left: 2em">
|
||||
<?= __('With selected:') ; ?> </i>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user