Translated using Weblate (Albanian)
[phpmyadmin.git] / templates / select_all.phtml
blob068a5b364c10c019fcb4e58eed8722a94a55dfb8
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>