* Finish task#86410,86409
This commit is contained in:
@@ -0,0 +1,2 @@
|
||||
.main-content>.center-block {max-width: 800px;}
|
||||
#gitlabForm table {width: 600px;}
|
||||
@@ -5,7 +5,7 @@ $lang->gitlab->search = 'Search';
|
||||
$lang->gitlab->create = 'Create GitLab';
|
||||
$lang->gitlab->edit = 'Edit GitLab';
|
||||
$lang->gitlab->view = 'View GitLab';
|
||||
$lang->gitlab->bindUser = 'Bind User';
|
||||
$lang->gitlab->bindUser = 'Permission Setting';
|
||||
$lang->gitlab->webhook = 'Webhook';
|
||||
$lang->gitlab->bindProduct = "Import {$lang->productCommon}";
|
||||
$lang->gitlab->importIssue = 'Import Issue';
|
||||
|
||||
@@ -5,7 +5,7 @@ $lang->gitlab->search = 'Search';
|
||||
$lang->gitlab->create = 'Create GitLab';
|
||||
$lang->gitlab->edit = 'Edit GitLab';
|
||||
$lang->gitlab->view = 'View GitLab';
|
||||
$lang->gitlab->bindUser = 'Bind User';
|
||||
$lang->gitlab->bindUser = 'Permission Setting';
|
||||
$lang->gitlab->webhook = 'Webhook';
|
||||
$lang->gitlab->bindProduct = "Import {$lang->productCommon}";
|
||||
$lang->gitlab->importIssue = 'Import Issue';
|
||||
|
||||
@@ -5,7 +5,7 @@ $lang->gitlab->search = 'Search';
|
||||
$lang->gitlab->create = 'Create GitLab';
|
||||
$lang->gitlab->edit = 'Edit GitLab';
|
||||
$lang->gitlab->view = 'View GitLab';
|
||||
$lang->gitlab->bindUser = 'Bind User';
|
||||
$lang->gitlab->bindUser = 'Permission Setting';
|
||||
$lang->gitlab->webhook = 'Webhook';
|
||||
$lang->gitlab->bindProduct = "Import {$lang->productCommon}";
|
||||
$lang->gitlab->importIssue = 'Import Issue';
|
||||
|
||||
@@ -5,7 +5,7 @@ $lang->gitlab->search = '搜索';
|
||||
$lang->gitlab->create = '添加GitLab';
|
||||
$lang->gitlab->edit = '编辑GitLab';
|
||||
$lang->gitlab->view = '查看GitLab';
|
||||
$lang->gitlab->bindUser = '绑定用户';
|
||||
$lang->gitlab->bindUser = '权限设置';
|
||||
$lang->gitlab->webhook = 'Webhook';
|
||||
$lang->gitlab->bindProduct = "关联{$lang->productCommon}";
|
||||
$lang->gitlab->importIssue = '关联issue';
|
||||
|
||||
@@ -56,7 +56,7 @@
|
||||
<td class='c-actions'>
|
||||
<?php
|
||||
common::printIcon('gitlab', 'edit', "gitlabID=$id", '', 'list', 'edit');
|
||||
echo common::buildIconButton('gitlab', 'bindUser', "gitlabID=$id", '', 'list', 'link');
|
||||
echo common::buildIconButton('gitlab', 'bindUser', "gitlabID=$id", '', 'list', 'lock');
|
||||
common::printIcon('gitlab', 'delete', "gitlabID=$id", '', 'list', 'trash', 'hiddenwin');
|
||||
?>
|
||||
</td>
|
||||
|
||||
@@ -23,7 +23,6 @@
|
||||
<tr>
|
||||
<th><?php echo $lang->gitlab->name;?></th>
|
||||
<td class='required'><?php echo html::input('name', '', "class='form-control' placeholder='{$lang->gitlab->placeholder->name}'");?></td>
|
||||
<td class="tips-git"></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th><?php echo $lang->gitlab->url;?></th>
|
||||
|
||||
Reference in New Issue
Block a user