init web ems all
This commit is contained in:
7
phpMyAdmin/templates/display/export/template_options.twig
Executable file
7
phpMyAdmin/templates/display/export/template_options.twig
Executable file
@@ -0,0 +1,7 @@
|
||||
<option value="">-- {% trans 'Select a template' %} --</option>
|
||||
|
||||
{% for template in templates %}
|
||||
<option value="{{ template.id }}"{{ template.id == selected_template ? ' selected' }}>
|
||||
{{ template.name }}
|
||||
</option>
|
||||
{% endfor %}
|
||||
Reference in New Issue
Block a user