Files
web.ems/phpMyAdmin/templates/display/export/options_output_radio.twig
agtuser 16a3fd1e1b init
2024-11-11 17:56:00 +08:00

8 lines
257 B
Twig
Executable File

<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>