* Finish task 38937.

This commit is contained in:
Guanxiying
2021-06-08 16:53:22 +08:00
parent e09060e7ca
commit b9584dc3c2
7 changed files with 24 additions and 39 deletions
+4 -3
View File
@@ -11,6 +11,7 @@
*/
?>
<?php include '../../common/view/header.html.php'; ?>
<?php js::import($jsRoot . 'misc/base64.js');?>
<div id='mainContent' class='main-row'>
<div class='main-col main-content'>
<div class='center-block'>
@@ -32,13 +33,13 @@
<tr>
<th><?php echo $lang->gitlab->token;?></th>
<td><?php echo html::input('token', '', "class='form-control'");?></td>
<td>Store Pickup Store Pickup</td>
<td><span></span></td>
</tr>
<tr>
<th></th>
<td class='text-center form-actions'>
<?php echo html::submitButton(); ?>
<?php echo html::backButton(); ?>
<?php echo html::submitButton();?>
<?php echo html::backButton();?>
</td>
</tr>
</table>