* Adjust working way name.
This commit is contained in:
@@ -189,7 +189,7 @@ class custom extends control
|
||||
{
|
||||
if($_POST)
|
||||
{
|
||||
$this->loadModel('setting')->setItem('system.custom.working', $this->post->working);
|
||||
$this->loadModel('setting')->setItem('system.common.global.flow', $this->post->flow);
|
||||
die(js::reload('parent'));
|
||||
}
|
||||
|
||||
|
||||
@@ -101,10 +101,10 @@ $lang->custom->productProject->relation['1_1'] = 'Project - Sprint';
|
||||
|
||||
$lang->custom->productProject->notice = 'Please select according to your team.';
|
||||
|
||||
$lang->custom->workingList['complete'] = 'Complete';
|
||||
$lang->custom->workingList['test'] = 'Test';
|
||||
$lang->custom->workingList['story'] = 'Story';
|
||||
$lang->custom->workingList['task'] = 'Task';
|
||||
$lang->custom->workingList['full'] = 'Full';
|
||||
$lang->custom->workingList['onlyTest'] = 'Test';
|
||||
$lang->custom->workingList['onlyStory'] = 'Story';
|
||||
$lang->custom->workingList['onlyTask'] = 'Task';
|
||||
|
||||
$lang->custom->menuTip = 'Click to show/hide navigation bar. Drag to swtich display order.';
|
||||
$lang->custom->saveFail = 'Failed to save!';
|
||||
|
||||
@@ -101,10 +101,10 @@ $lang->custom->productProject->relation['1_1'] = '项目 - 迭代';
|
||||
|
||||
$lang->custom->productProject->notice = '请根据实际情况选择适合自己团队的概念。';
|
||||
|
||||
$lang->custom->workingList['complete'] = '完整研发管理工具';
|
||||
$lang->custom->workingList['test'] = '测试管理工具';
|
||||
$lang->custom->workingList['story'] = '需求管理工具';
|
||||
$lang->custom->workingList['task'] = '任务管理工具';
|
||||
$lang->custom->workingList['full'] = '完整研发管理工具';
|
||||
$lang->custom->workingList['onlyTest'] = '测试管理工具';
|
||||
$lang->custom->workingList['onlyStory'] = '需求管理工具';
|
||||
$lang->custom->workingList['onlyTask'] = '任务管理工具';
|
||||
|
||||
$lang->custom->menuTip = '点击显示或隐藏导航条目,拖拽来更改显示顺序。';
|
||||
$lang->custom->saveFail = '保存失败!';
|
||||
|
||||
@@ -33,7 +33,7 @@
|
||||
<table class='table table-form'>
|
||||
<tr>
|
||||
<th class='w-100px text-top'><?php echo $lang->custom->working;?></th>
|
||||
<td><?php echo html::radio('working', $lang->custom->workingList, isset($config->custom->working) ? $config->custom->working : 'complete', '', 'block');?></td>
|
||||
<td><?php echo html::radio('flow', $lang->custom->workingList, isset($config->global->flow) ? $config->global->flow : 'full', '', 'block');?></td>
|
||||
</tr>
|
||||
<tr><td></td><td><?php echo html::submitButton()?></td></tr>
|
||||
</table>
|
||||
|
||||
Reference in New Issue
Block a user