* Fix a bug.

This commit is contained in:
hufangzhou
2020-12-01 17:17:15 +08:00
parent a76735d8e0
commit 033a2ae97d
@@ -37,7 +37,8 @@
<td><?php echo html::input('SRName', '', "class='form-control' placeholder={$lang->custom->SRTips}");?></td>
</tr>
<tr>
<td class='text-right'><?php echo html::submitButton();?></td>
<th></th>
<td class='text-left'><?php echo html::submitButton();?></td>
</tr>
</table>
</div>