* Adjust button style.

This commit is contained in:
daitingting
2018-05-16 17:44:42 +08:00
parent 7f0eddc801
commit 0056609d9c
69 changed files with 107 additions and 136 deletions
+1 -2
View File
@@ -34,8 +34,7 @@
<td><?php echo html::password('password', '', "class='form-control'");?></td>
</tr>
<tr>
<th></th>
<td class="text-center">
<td colspan='2' class="text-center">
<?php
echo html::submitButton('', '', 'btn btn-wide btn-primary');
echo html::hidden('sn', $sn) . html::hidden('site', common::getSysURL());