* Code for task #57907

This commit is contained in:
zenggang
2022-06-22 01:26:42 +00:00
parent 0234c82b19
commit 5bad1b3167
6 changed files with 16 additions and 6 deletions
+3 -3
View File
@@ -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>