* remove gitlab.

This commit is contained in:
wangyidong
2021-07-20 14:18:06 +08:00
parent 49215a71e9
commit c757f08599
3 changed files with 3 additions and 27 deletions
-8
View File
@@ -17,7 +17,6 @@
</style>
<?php js::set('holders', $lang->story->placeholder); ?>
<?php js::set('blockID', $blockID); ?>
<?php js::set('gitlabProjects', $gitlabProjects);?>
<?php if(common::checkNotCN()):?>
<style> .sourceTd > .input-group > .input-group > .input-group-addon:first-child{padding: 5px 18px} </style>
<?php endif;?>
@@ -252,13 +251,6 @@
</td>
</tr>
<?php endif;?>
<?php if(!empty($gitlabProjects)):?>
<tr>
<th><?php echo $lang->story->sync2Gitlab;?></th>
<td><?php echo html::select('gitlab', $gitlabList, '', "class='form-control chosen'");?></td>
<td><?php echo html::select('gitlabProject', '', '', "class='w-50px form-control chosen'");?></td>
</tr>
<?php endif;?>
</tbody>
<tfoot>
<tr>