Fix Enable statistics link is not displaying correctly, Issue #12049
This commit is contained in:
Atul Pratap Singh 2016-02-29 21:29:06 +05:30
commit 39fd5888be

View File

@ -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>