Files
web.ems/phpMyAdmin/templates/display/export/options_output_radio.twig
2024-10-22 10:36:20 +08:00

8 lines
257 B
Twig

<li>
<input type="radio" id="radio_view_as_text" name="output_format" value="astext"
{{- has_repopulate or export_asfile == false ? ' checked' }}>
<label for="radio_view_as_text">
{% trans 'View output as text' %}
</label>
</li>