File "selection.twig"

Full path: E:/sites/Single15/tinmung2007/webroot/phpMyAdmin/phpMyAdmin/templates/display/export/selection.twig
File size: 324 B
MIME-type:
Charset: utf-8

Download   Open   Back

<div class="exportoptions" id="databases_and_tables">
    {% if export_type == 'server' %}
        <h3>{% trans 'Databases:' %}</h3>
    {% elseif export_type == 'database' %}
        <h3>{% trans 'Tables:' %}</h3>
    {% endif %}
    {% if multi_values is not empty %}
        {{ multi_values|raw }}
    {% endif %}
</div>

PHP File Manager