Initial commit
This commit is contained in:
5
pma/templates/file_select_options.twig
Normal file
5
pma/templates/file_select_options.twig
Normal file
@@ -0,0 +1,5 @@
|
||||
{% for file in filesList %}
|
||||
<option value="{{ file }}"{% if file == active %} selected="selected"{% endif %}>
|
||||
{{ file }}
|
||||
</option>
|
||||
{% endfor %}
|
||||
Reference in New Issue
Block a user