init web ems all
This commit is contained in:
12
phpMyAdmin/templates/display/export/options_output_separate_files.twig
Executable file
12
phpMyAdmin/templates/display/export/options_output_separate_files.twig
Executable file
@@ -0,0 +1,12 @@
|
||||
<li>
|
||||
<input type="checkbox" id="checkbox_as_separate_files"
|
||||
name="as_separate_files" value="{{ export_type }}"
|
||||
{{- is_checked ? ' checked' }}>
|
||||
<label for="checkbox_as_separate_files">
|
||||
{% if export_type == 'server' %}
|
||||
{% trans 'Export databases as separate files' %}
|
||||
{% elseif export_type == 'database' %}
|
||||
{% trans 'Export tables as separate files' %}
|
||||
{% endif %}
|
||||
</label>
|
||||
</li>
|
||||
Reference in New Issue
Block a user