* adjust code for langitem page.

This commit is contained in:
wangyidong
2023-02-16 16:25:22 +08:00
parent 9e1cfb2b25
commit 7c927412cc
5 changed files with 18 additions and 10 deletions
+4 -2
View File
@@ -20,8 +20,10 @@ $lang->dev->noteEditor = "The editor is disabled for security reasons. To us
$lang->dev->noteTranslate = "The translation is disabled for security reasons. To use this feature, please go to the official website to download and install the plugin of <a href='https://www.zentao.net/extension-viewExt-151.html' target='_blank'>translation</a>.";
$lang->dev->confirmRestore = 'Do you want to reset?';
$lang->dev->UR = 'Epic';
$lang->dev->SR = 'Story';
$lang->dev->default = 'Default';
$lang->dev->change = 'Change';
$lang->dev->UR = 'Epic';
$lang->dev->SR = 'Story';
$lang->dev->fields = array();
$lang->dev->fields['id'] = 'ID';
+4 -2
View File
@@ -20,8 +20,10 @@ $lang->dev->noteEditor = "The editor is disabled for security reasons. To us
$lang->dev->noteTranslate = "The translation is disabled for security reasons. To use this feature, please go to the official website to download and install the plugin of <a href='https://www.zentao.net/extension-viewExt-151.html' target='_blank'>translation</a>.";
$lang->dev->confirmRestore = 'Do you want to reset?';
$lang->dev->UR = 'Epic';
$lang->dev->SR = 'Story';
$lang->dev->default = 'Default';
$lang->dev->change = 'Change';
$lang->dev->UR = 'Epic';
$lang->dev->SR = 'Story';
$lang->dev->fields = array();
$lang->dev->fields['id'] = 'ID';
+4 -2
View File
@@ -20,8 +20,10 @@ $lang->dev->noteEditor = "The editor is disabled for security reasons. To us
$lang->dev->noteTranslate = "The translation is disabled for security reasons. To use this feature, please go to the official website to download and install the plugin of <a href='https://www.zentao.net/extension-viewExt-151.html' target='_blank'>translation</a>.";
$lang->dev->confirmRestore = 'Do you want to reset?';
$lang->dev->UR = 'Epic';
$lang->dev->SR = 'Story';
$lang->dev->default = 'Default';
$lang->dev->change = 'Change';
$lang->dev->UR = 'Epic';
$lang->dev->SR = 'Story';
$lang->dev->fields = array();
$lang->dev->fields['id'] = 'ID';
+4 -2
View File
@@ -20,8 +20,10 @@ $lang->dev->noteEditor = "编辑器功能因为安全原因被禁用。使
$lang->dev->noteTranslate = "翻译功能因为安全原因被禁用。使用该功能,请到官网下载安装 <a href='https://www.zentao.net/extension-viewExt-151.html' target='_blank'>翻译</a> 插件。";
$lang->dev->confirmRestore = '是否要恢复默认?';
$lang->dev->UR = '用户需求';
$lang->dev->SR = '软件需求';
$lang->dev->default = '默认值';
$lang->dev->change = '修改值';
$lang->dev->UR = '用户需求';
$lang->dev->SR = '软件需求';
$lang->dev->fields = array();
$lang->dev->fields['id'] = '序号';
+2 -2
View File
@@ -23,7 +23,7 @@
<form class='main-form form-ajax' method='post'>
<div id='mainContent' class='main-content flex'>
<div class="side-left">
<div class="title">默认值</div>
<div class="title"><?php echo $lang->dev->default;?></div>
<div class="label-list">
<?php foreach($originalLangs as $langKey => $originalLang):?>
<div labelId="<?php echo "{$moduleName}_{$langKey}"?>" class="input-label h-32 my-12"><?php echo $originalLang?></div>
@@ -31,7 +31,7 @@
</div>
</div>
<div class="side-right">
<div class="title">修改值</div>
<div class="title"><?php echo $lang->dev->change?></div>
<div class="input-list">
<?php foreach($originalLangs as $langKey => $originalLang):?>
<div class="input-control h-32 my-12">