Merge pull request #12989 from jublonet/feature/fix-checkall-spacing

Remove trailing spacing for Check all link text
This commit is contained in:
Michal Čihař 2017-02-13 12:32:21 +01:00 committed by GitHub
commit a58df231b0

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>