HEX
Server: Apache
System: Linux msm5694.mjhst.com 3.10.0-1160.119.1.el7.x86_64 #1 SMP Tue Jun 4 14:43:51 UTC 2024 x86_64
User: camjab_ssh (1000)
PHP: 5.3.29
Disabled: NONE
Upload Files
File: /home/httpd/html/PMA_f8wY1nNe3Tcx/templates/display/export/options_quick_export.twig
<div class="exportoptions" id="output_quick_export">
    <h3>{% trans 'Output:' %}</h3>
    <ul>
        <li>
            <input type="checkbox" name="quick_export_onserver" value="saveit"
                id="checkbox_quick_dump_onserver"{{ export_is_checked ? ' checked' }}>
            <label for="checkbox_quick_dump_onserver">
                {{ 'Save on server in the directory <strong>%s</strong>'|trans|format(save_dir|e)|raw }}
            </label>
        </li>
        <li>
            <input type="checkbox" name="quick_export_onserver_overwrite"
                value="saveitover" id="checkbox_quick_dump_onserver_overwrite"
                {{- export_overwrite_is_checked ? ' checked' }}>
            <label for="checkbox_quick_dump_onserver_overwrite">
                {% trans 'Overwrite existing file(s)' %}
            </label>
        </li>
    </ul>
</div>