File "table_navigation_button.twig"

Full Path: /home/vantageo/public_html/cache/cache/.wp-cli/wp-content/plugins/wp-phpmyadmin-extension/lib/phpMyAdmin/templates/display/results/table_navigation_button.twig
File size: 585 bytes
MIME-type: text/plain
Charset: utf-8

<td>
    <form action="{{ url('/sql') }}" method="post" {{ onsubmit|raw }}>
        {{ get_hidden_inputs(db, table) }}
        <input type="hidden" name="sql_query" value="{{ sql_query|raw }}">
        <input type="hidden" name="pos" value="{{ pos }}">
        <input type="hidden" name="is_browse_distinct" value="{{ is_browse_distinct }}">
        <input type="hidden" name="goto" value="{{ goto }}">
        {{ input_for_real_end|raw }}
        <input type="submit" name="navig" class="btn btn-secondary ajax" value="{{ caption_output|raw }}" title="{{ title }}">
    </form>
</td>