* adjust code format.
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user