Newer
Older
ubFramework / Portal / docroot / phpMyAdmin / templates / select_all.phtml
@Christopher W. Olsen Christopher W. Olsen on 10 Dec 2017 458 bytes Cleaning Up Making It A Sub Module
<img class="selectallarrow" src="<?= $pmaThemeImage . 'arrow_' . $text_dir . '.png' ; ?>"
    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>
<i style="margin-left: 2em">
    <?= __('With selected:') ;                             ?> </i>