init web ems all
This commit is contained in:
7
phpMyAdmin/templates/display/export/options_output_radio.twig
Executable file
7
phpMyAdmin/templates/display/export/options_output_radio.twig
Executable file
@@ -0,0 +1,7 @@
|
||||
<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>
|
||||
Reference in New Issue
Block a user