*Adjust code.
This commit is contained in:
@@ -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'] = '需求';
|
||||
|
||||
|
||||
@@ -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';
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user