Add scheme (http: or https:) to member module URL input area

This commit is contained in:
Kijin Sung 2023-06-20 20:42:31 +09:00
parent b2bc724715
commit 9682f7de54

View file

@ -9,7 +9,7 @@
<label class="x_control-label" for="member_mid">{$lang->url}</label>
<div class="x_controls">
<span class="baseurl" style="display:inline-block;transform:translateY(2px)">
{$site_module_info->domain}{\RX_BASEURL}<!--@if(!config('url.rewrite'))-->index.php?mid=<!--@endif-->
{$site_module_info->security === 'always' ? 'https://' : 'http://'}{$site_module_info->domain}{\RX_BASEURL}<!--@if(!config('url.rewrite'))-->index.php?mid=<!--@endif-->
</span>
<input type="text" name="member_mid" id="member_mid" value="{$config->mid ?? 'member'}" />
&nbsp;