Merge branch 'rhymix:master' into master

This commit is contained in:
Lastorder 2025-03-06 21:57:47 +09:00 committed by GitHub
commit 81d91f2f83
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
130 changed files with 1590 additions and 1557 deletions

View file

@ -18,7 +18,7 @@
<label class="x_control-label" for="board_name">{$lang->url}</label>
<div class="x_controls">
<select name="domain_srl" id="domain_srl">
<option value="-1" selected="selected"|cond="!isset($module_info->domain_srl) || $module_info->domain_srl == -1">{$lang->cmd_any_domain}</option>
<option value="-1" selected="selected"|cond="!isset($module_info->domain_srl) || $module_info->domain_srl == -1">{lang('admin.cmd_any_domain')}</option>
{@ $domain_srl_list = []}
<!--@foreach(ModuleModel::getAllDomains(100)->data as $domain)-->
<option value="{$domain->domain_srl}" selected="selected"|cond="$domain->domain_srl == $module_info->domain_srl">{$domain->domain}</option>