Remove trailing spacing for Check all link text
Signed-off-by: Joshua Atkins <support@jublo.net>
This commit is contained in:
parent
d4483ea250
commit
ae7923177b
@ -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