diff options
Diffstat (limited to 'srcs/phpmyadmin/templates/display/export/template_options.twig')
| -rw-r--r-- | srcs/phpmyadmin/templates/display/export/template_options.twig | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/srcs/phpmyadmin/templates/display/export/template_options.twig b/srcs/phpmyadmin/templates/display/export/template_options.twig deleted file mode 100644 index ddcd4f5..0000000 --- a/srcs/phpmyadmin/templates/display/export/template_options.twig +++ /dev/null @@ -1,7 +0,0 @@ -<option value="">-- {% trans 'Select a template' %} --</option> - -{% for template in templates %} - <option value="{{ template.id }}"{{ template.id == selected_template ? ' selected' }}> - {{ template.name }} - </option> -{% endfor %} |
