* tweak features modal.
This commit is contained in:
@@ -97,7 +97,8 @@ $lang->misc->feature->youngBlueImage = 'theme/default/images/main/new_theme_e
|
||||
$lang->misc->feature->visions = "Interface switching";
|
||||
$lang->misc->feature->nextStep = 'Next step';
|
||||
$lang->misc->feature->prevStep = 'Previous step';
|
||||
$lang->misc->feature->close = 'Learn More';
|
||||
$lang->misc->feature->close = 'Close';
|
||||
$lang->misc->feature->learnMore = 'Learn More';
|
||||
$lang->misc->feature->downloadFile = 'Download introduction';
|
||||
$lang->misc->feature->tutorialDesc = '<p>ZenTao 15.0 has new functions, and you know how to use it through the "<strong>Tutorial</strong>".</p><p>Click your [<span style="color: #0c60e1">Avatar-Theme-Young Blue</span>] to set it.</p>';
|
||||
$lang->misc->feature->themeDesc = '<p>ZenTao 15.0+ a new "Youth Blue" theme, the pages are more beautiful and the experience is more friendly.</p><p>Click your [<span style="color: #0c60e1">Avatar-Theme-Young Blue</span>] to set it.</p>';
|
||||
|
||||
@@ -97,7 +97,8 @@ $lang->misc->feature->youngBlueImage = 'theme/default/images/main/new_theme_e
|
||||
$lang->misc->feature->visions = "Interface switching";
|
||||
$lang->misc->feature->nextStep = 'Next step';
|
||||
$lang->misc->feature->prevStep = 'Previous step';
|
||||
$lang->misc->feature->close = 'Learn More';
|
||||
$lang->misc->feature->close = 'Close';
|
||||
$lang->misc->feature->learnMore = 'Learn More';
|
||||
$lang->misc->feature->downloadFile = 'Download introduction';
|
||||
$lang->misc->feature->tutorialDesc = '<p>ZenTao 15.0 has new functions, and you know how to use it through the "<strong>Tutorial</strong>".</p><p>Click your [<span style="color: #0c60e1">Avatar-Theme-Young Blue</span>] to set it.</p>';
|
||||
$lang->misc->feature->themeDesc = '<p>ZenTao 15.0+ a new "Youth Blue" theme, the pages are more beautiful and the experience is more friendly.</p><p>Click your [<span style="color: #0c60e1">Avatar-Theme-Young Blue</span>] to set it.</p>';
|
||||
|
||||
@@ -97,7 +97,8 @@ $lang->misc->feature->youngBlueImage = 'theme/default/images/main/new_theme_e
|
||||
$lang->misc->feature->visions = "Interface switching";
|
||||
$lang->misc->feature->nextStep = 'Next step';
|
||||
$lang->misc->feature->prevStep = 'Previous step';
|
||||
$lang->misc->feature->close = 'Learn More';
|
||||
$lang->misc->feature->close = 'Close';
|
||||
$lang->misc->feature->learnMore = 'Learn More';
|
||||
$lang->misc->feature->downloadFile = 'Download introduction';
|
||||
$lang->misc->feature->tutorialDesc = '<p>ZenTao 15.0 has new functions, and you know how to use it through the "<strong>Tutorial</strong>".</p><p>Click your [<span style="color: #0c60e1">Avatar-Theme-Young Blue</span>] to set it.</p>';
|
||||
$lang->misc->feature->themeDesc = '<p>ZenTao 15.0+ a new "Youth Blue" theme, the pages are more beautiful and the experience is more friendly.</p><p>Click your [<span style="color: #0c60e1">Avatar-Theme-Young Blue</span>] to set it.</p>';
|
||||
|
||||
@@ -95,9 +95,10 @@ $lang->misc->feature->tutorialImage = 'theme/default/images/main/tutorial.pn
|
||||
$lang->misc->feature->youngBlueTheme = '全新青春蓝主题';
|
||||
$lang->misc->feature->youngBlueImage = 'theme/default/images/main/new_theme.png';
|
||||
$lang->misc->feature->visions = "不同场景界面切换";
|
||||
$lang->misc->feature->nextStep = '下一步';
|
||||
$lang->misc->feature->prevStep = '上一步';
|
||||
$lang->misc->feature->close = '了解更多';
|
||||
$lang->misc->feature->nextStep = '下一页';
|
||||
$lang->misc->feature->prevStep = '上一页';
|
||||
$lang->misc->feature->close = '开始体验';
|
||||
$lang->misc->feature->learnMore = '了解更多';
|
||||
$lang->misc->feature->downloadFile = '下载新版本功能介绍文档';
|
||||
$lang->misc->feature->tutorialDesc = "<p>禅道15系列新增了多项功能,您可以通过“<strong>新手引导教程</strong>”快速了解禅道的基本使用方法。</p><p>通过鼠标经过 [<span style='color: #0c60e1'>头像-新手引导</span>],点击新手引导,即可进入新手引导教程。</p>";
|
||||
$lang->misc->feature->themeDesc = "<p>禅道15系列上线了全新的“青春蓝”主题,页面呈现更加美观,体验更加友好。</p><p>通过鼠标经过 [<span style='color: #0c60e1'>头像-主题-青春蓝</span>],点击青春蓝,即可设置成功。</p>";
|
||||
|
||||
@@ -31,10 +31,11 @@
|
||||
<?php endforeach;?>
|
||||
</div>
|
||||
</div>
|
||||
<footer style="display: flex; gap: 16px; justify-content: center; padding: 24px 0 24px 0;">
|
||||
<button type='button' class='btn btn-primary btn-wide slide-feature-to-prev btn-slide-prev'><?php echo $lang->misc->feature->prevStep; ?></button>
|
||||
<footer style='display: flex; gap: 16px; justify-content: center; padding: 24px 0 24px 0;'>
|
||||
<button type='button' class='btn btn-wide slide-feature-to-prev btn-slide-prev'><?php echo $lang->misc->feature->prevStep; ?></button>
|
||||
<button type='button' class='btn btn-primary btn-wide slide-feature-to-next btn-slide-next'><?php echo $lang->misc->feature->nextStep; ?></button>
|
||||
<a class="btn-close-modal" href="<?php echo $lang->misc->feature->promptLearnMore;?>" target="_blank"><button type='button' data-dismiss='modal' class='btn btn-primary btn-wide'><?php echo $lang->misc->feature->close; ?></button></a>
|
||||
<button type='button' data-dismiss='modal' class='btn btn-primary btn-wide btn-close-modal'><?php echo $lang->misc->feature->close; ?></button>
|
||||
<a class='btn-close-modal' href='<?php echo $lang->misc->feature->promptLearnMore;?>' target='_blank'><button type='button' data-dismiss='modal' class='btn btn-info btn-wide' style='background: none;'><?php echo $lang->misc->feature->learnMore; ?></button></a>
|
||||
</footer>
|
||||
</main>
|
||||
<?php include '../../common/view/footer.lite.html.php';?>
|
||||
|
||||
Reference in New Issue
Block a user