1 <img class="selectallarrow" src="<?= $pmaThemeImage . 'arrow_' . $text_dir . '.png' ; ?>"
2 width="38" height="22" alt="<?= __('With selected:') ; ?>" />
3 <input type="checkbox" id="<?= $formName . '_checkall' ; ?>" class="checkall_box"
4 title="<?= __('Check all') ; ?>" />
5 <label for="<?= $formName . '_checkall'?>"> <?= __('Check all') ;?> </label>
6 <i style="margin-left: 2em">
7 <?= __('With selected:') ; ?> </i>