*Adjust code.

This commit is contained in:
lichengjun
2021-07-15 16:39:58 +08:00
parent f2fdd0b433
commit 53c075cbee
6 changed files with 10 additions and 11 deletions
+1 -1
View File
@@ -103,6 +103,6 @@ $config->gitlab->objectTables->bug = TABLE_BUG;
$config->gitlab->objectTypes = array();
$config->gitlab->objectTypes[''] = '';
$config->gitlab->objectTypes['task'] = '任务';
$config->gitlab->objectTypes['bug'] = 'bug';
$config->gitlab->objectTypes['bug'] = 'Bug';
$config->gitlab->objectTypes['story'] = '需求';
+1 -1
View File
@@ -21,7 +21,7 @@ $lang->gitlab->zentaoProduct = 'Zentao Product';
$lang->gitlab->objectType = 'Type'; // task, bug, story
$lang->gitlab->id = 'ID';
$lang->gitlab->name = "{$lang->gitlab->common}name";
$lang->gitlab->name = "{$lang->gitlab->common} Name";
$lang->gitlab->url = 'GitLab URL';
$lang->gitlab->token = 'Token';
$lang->gitlab->defaultProject = 'Default Project';
+1 -2
View File
@@ -41,8 +41,7 @@
</tbody>
<tfoot>
<tr>
<th></th>
<td class='text-center form-actions' colspan='2'>
<td class='text-center form-actions' colspan='4'>
<?php echo html::submitButton($lang->save);?>
<?php if(!isonlybody()) echo html::a($this->createLink('repo', 'maintain', ""), $lang->goback, '', 'class="btn btn-wide"'); ?>
</td>