* Optimize pages.

This commit is contained in:
caoyanyi
2022-07-22 13:35:54 +08:00
parent c14a618dec
commit 94a3dea3f7
35 changed files with 51 additions and 66 deletions
+1 -2
View File
@@ -34,8 +34,7 @@
<td><?php echo html::input('token', '', "class='form-control' placeholder='{$lang->gitlab->placeholder->token}'");?></td>
</tr>
<tr>
<th></th>
<td class='text-center form-actions'>
<td colspan='2' class='text-center form-actions'>
<?php echo html::submitButton();?>
<?php if(!isonlybody()) echo html::a(inlink('browse', ""), $lang->goback, '', 'class="btn btn-wide"');?>
</td>