* code for task #69248.

This commit is contained in:
wangyidong
2022-09-16 15:18:41 +08:00
parent b36704de4a
commit 63e5df239e
31 changed files with 404 additions and 632 deletions
-4
View File
@@ -36,11 +36,7 @@
<video class='hidden' src="<?php echo $lang->install->guideVideo;?>" width="100%" controls ="controls"></video>
<div class='text-center'>
<h2><?php echo $lang->install->howToUse;?></h2>
<?php $systemMode = isset($lang->upgrade->to15Mode['classic']) ? 'classic' : 'new';?>
<?php if($config->visions == ',lite,'):?>
<?php unset($lang->install->modeList['classic']);?>
<?php $systemMode = 'new';?>
<?php endif;?>
<div class='select-mode'><?php echo html::radio('mode', $lang->install->modeList, $systemMode);?></div>
<div id='selectedModeTips' class='text-info'><?php echo $lang->upgrade->selectedModeTips[$systemMode];?></div>
</div>