phpmyadmin/templates/select_all.twig
Maurício Meneghini Fauth 0a80a0ce57 Refactor variable names in Twig templates
Signed-off-by: Maurício Meneghini Fauth <mauriciofauth@gmail.com>
2017-05-09 23:39:41 -03:00

7 lines
389 B
Twig

<img class="selectallarrow" src="{{ pma_theme_image }}arrow_{{ text_dir }}.png"
width="38" height="22" alt="{% trans 'With selected:' %}" />
<input type="checkbox" id="{{ form_name }}_checkall" class="checkall_box"
title="{% trans 'Check all' %}" />
<label for="{{ form_name }}_checkall">{% trans 'Check all' %}</label>
<i style="margin-left: 2em">{% trans 'With selected:' %}</i>