1
0
mirror of https://github.com/flextype/flextype.git synced 2025-08-15 17:44:17 +02:00

Flextype Box Plugin: Admin #125 #117

- Settings Controller/Views implementation
This commit is contained in:
Awilum
2019-06-01 02:01:54 +03:00
parent 2b0a15bb73
commit 42e4cc19d8

View File

@@ -84,7 +84,7 @@
<div class="form-group">
<label for="entries[main]">{{ tr('admin_entry_main') }}</label>
<select id="systemSettingsSystemEntriesMain" name="entries[main]" class="form-control" required="required">
{% for key, value in locales %}
{% for key, value in entries %}
<option value="{{ key }}" {% if key == entries.main %}selected{% endif %}>{{ value }}</option>
{% endfor %}
</select>