* Code for task #57907
This commit is contained in:
@@ -45,8 +45,8 @@
|
||||
<strong><?php echo $lang->install->getPriv;?></strong>
|
||||
</div>
|
||||
<div class='modal-body'>
|
||||
<form method='post'>
|
||||
<table class='table table-form mw-500px' style='margin: 0 auto'>
|
||||
<form method='post' target='hiddenwin'>
|
||||
<table class='table table-form mw-table' style='margin: 0 auto'>
|
||||
<tr>
|
||||
<th class='c-company'><?php echo $lang->install->company;?></th>
|
||||
<td class='c-company-value'><?php echo html::input('company', '', "class='form-control'");?></td>
|
||||
@@ -62,7 +62,7 @@
|
||||
<tr>
|
||||
<th><?php echo $lang->install->password;?></th>
|
||||
<td><?php echo html::input('password', '', "class='form-control' oninput=\"this.value = this.value.replace(/[\u4e00-\u9fa5d]/g, '');\"");?></td>
|
||||
<td><?php echo $lang->user->placeholder->password1;?></td>
|
||||
<td><?php echo $lang->install->placeholder->password;?></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th></th><td><?php echo html::checkBox('importDemoData', $lang->install->importDemoData);?></td>
|
||||
|
||||
Reference in New Issue
Block a user