/usr/share/phpmyadmin/templates/display/results
NameSizeModeActions
checkbox_and_links.twig33880644editdlrm
comment_for_row.twig5310644editdlrm
empty_display.twig440644editdlrm
null_display.twig2300644editdlrm
page_selector.twig1390644editdlrm
sort_by_key.twig3640644editdlrm
table.twig117070644editdlrm
table_navigation_button.twig6160644editdlrm
value_display.twig940644editdlrm
Edit: /usr/share/phpmyadmin/templates/display/results/checkbox_and_links.twig (3388B)
{% if position == 'left' %} {% if has_checkbox %} {% endif %} {% if edit.url is not empty %} {{ link_or_button(edit.url, edit.string) }} {% if where_clause is not empty %} {% endif %} {% endif %} {% if copy.url is not empty %} {{ link_or_button(copy.url, copy.string) }} {% if where_clause is not empty %} {% endif %} {% endif %} {% if delete.url is not empty %} {{ link_or_button(delete.url, delete.string, {'class': 'delete_row requireConfirm' ~ (is_ajax ? ' ajax') }) }} {% if js_conf is not empty %}
{{ js_conf }}
{% endif %}
{% endif %} {% elseif position == 'right' %} {% if delete.url is not empty %} {{ link_or_button(delete.url, delete.string, {'class': 'delete_row requireConfirm' ~ (is_ajax ? ' ajax') }) }} {% if js_conf is not empty %}
{{ js_conf }}
{% endif %}
{% endif %} {% if copy.url is not empty %} {{ link_or_button(copy.url, copy.string) }} {% if where_clause is not empty %} {% endif %} {% endif %} {% if edit.url is not empty %} {{ link_or_button(edit.url, edit.string) }} {% if where_clause is not empty %} {% endif %} {% endif %} {% if has_checkbox %} {% endif %} {% else %} {% if has_checkbox %} {% endif %} {% endif %}