* Adjust submit lable.

This commit is contained in:
chenfeiCF
2018-12-21 14:27:12 +08:00
parent 94af546018
commit 391d407c9f
+1 -1
View File
@@ -24,7 +24,7 @@
<td><?php echo html::select('os', $lang->misc->client->osList, $os, "class='form-control'");?></td>
</tr>
<tr class='text-center'>
<td colspan='2'><?php echo html::submitButton($lang->select, '', 'btn btn-primary btn-wide');?></td>
<td colspan='2'><?php echo html::submitButton('', '', 'btn btn-primary btn-wide');?></td>
</tr>
</table>
</form>