File "page_selector.twig"

Full Path: /home/vantageo/public_html/cache/.wp-cli/wp-content/plugins/wp-phpmyadmin-extension/lib/phpMyAdmin/templates/database/designer/page_selector.twig
File size: 303 bytes
MIME-type: text/plain
Charset: utf-8

<select name="selected_page" id="selected_page">
    <option value="0">-- {% trans 'Select page' %} --</option>
    {% if pdfwork %}
        {% for nr, desc in pages %}
            <option value="{{ nr }}">
                {{ desc }}
            </option>
        {% endfor %}
    {% endif %}
</select>