Merge branch 'develop' of github.com:rhymix/rhymix into develop

This commit is contained in:
BJRambo 2022-12-18 01:42:27 +09:00
commit cf01c51c0e
4 changed files with 2 additions and 17 deletions

View file

@ -389,7 +389,6 @@ $lang->thu = 'Thu';
$lang->fri = 'Fri';
$lang->sat = 'Sat';
$lang->sun = 'Sun';
$lang->checkBrowserIE8 = 'If you use a browser under IE8, admin page will not function normally.';
$lang->subtitle_sitelock = 'Site Lock';
$lang->use_sitelock = 'Use Site Lock';
$lang->sitelock_whitelist = 'IPs allowed to access';

View file

@ -206,7 +206,6 @@ $lang->thu = '木';
$lang->fri = '金';
$lang->sat = '土';
$lang->sun = '日';
$lang->checkBrowserIE8 = 'IE8以下のブラウザは管理者ベージが正常に動作できない場合があります。';
$lang->subtitle_sitelock = 'サイトロック';
$lang->use_sitelock = 'サイトロック使用';
$lang->sitelock_whitelist = '接近許可IP';

View file

@ -385,7 +385,6 @@ $lang->thu = '목';
$lang->fri = '금';
$lang->sat = '토';
$lang->sun = '일';
$lang->checkBrowserIE8 = 'IE8 이하의 브라우저 사용시 관리자페이지가 정상동작 하지 않을 수 있습니다.';
$lang->subtitle_sitelock = '사이트 잠금';
$lang->use_sitelock = '사이트 잠금 사용';
$lang->sitelock_whitelist = '접근 허용 IP';

View file

@ -14,10 +14,6 @@
<h1>{$lang->control_panel}</h1>
</div>
<div id="checkBrowserMessage" class="message error" style="display:none;">
<h2>{$lang->checkBrowserIE8}</h2>
</div>
<div cond="isset($XE_VALIDATOR_MESSAGE) && ($XE_VALIDATOR_ID ?? '') == 'modules/admin/tpl/index/1'" class="message {$XE_VALIDATOR_MESSAGE_TYPE}">
<p>{$XE_VALIDATOR_MESSAGE}</p>
</div>
@ -88,13 +84,5 @@
</div>
</div>
<!--[if lt IE 9]>
<script>
jQuery(function($) {
$('#checkBrowserMessage').show();
});
</script>
<![endif]-->
<include target="./_footer.html" />