* adjust code format.

This commit is contained in:
wwccss
2014-04-25 10:30:33 +08:00
parent 7d22129337
commit 8767d31bdb
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -31,7 +31,7 @@
<?php echo html::input('sure', '', "class='form-control' onkeyup='showClearButton()' autocomplete='off'");?>
</div>
</div>
<?php echo html::submitButton($lang->admin->clearData, "class='hidden btn-block btn btn-danger'");?>
<?php echo html::submitButton($lang->admin->clearData, "class='hidden btn-block btn btn-danger'");?>
</form>
</div>
</div>
+1 -1
View File
@@ -29,7 +29,7 @@
<table align='center' class='table table-form'>
<tr>
<th class='w-100px'><?php echo $lang->user->account;?></th>
<td>
<td>
<div class="required required-wrapper"></div>
<?php echo html::input('account', '', "class='form-control'");?>
<div class='help-block'><?php echo $lang->admin->register->lblAccount;?></div>