mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-09 20:12:14 +09:00
Fix #1722 incorrect language selection when domain setting conflicts with system setting
This commit is contained in:
parent
1ab02086bd
commit
865e83a46a
7 changed files with 12 additions and 5 deletions
|
|
@ -79,6 +79,7 @@
|
|||
<label class="x_control-label" for="default_lang">{$lang->default_lang}</label>
|
||||
<div class="x_controls">
|
||||
<select name="default_lang" id="default_lang">
|
||||
<option value="default" selected="selected"|cond="$domain_lang === 'default'">{$lang->follow_default_lang}</option>
|
||||
<option value="{$key}" loop="$enabled_lang => $key" selected="selected"|cond="$key == $domain_lang">{$supported_lang[$key]['name']}</option>
|
||||
</select>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue