* Refactory the importDemoData.
This commit is contained in:
@@ -56,7 +56,6 @@
|
||||
<?php
|
||||
echo html::input('dbPrefix', 'zt_', 'class=text-3');
|
||||
echo html::checkBox('clearDB', $lang->install->clearDB);
|
||||
echo html::checkBox('importDemoData', $lang->install->importDemoData);
|
||||
?>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
@@ -41,7 +41,7 @@
|
||||
</tr>
|
||||
<tr>
|
||||
<th class='rowhead'><?php echo $lang->install->password;?></th>
|
||||
<td><?php echo html::input('password');?></td>
|
||||
<td><?php echo html::input('password') . html::checkBox('importDemoData', $lang->install->importDemoData);?></td>
|
||||
</tr>
|
||||
<tr class='a-center'>
|
||||
<td colspan='2'><?php echo html::submitButton();?></td>
|
||||
|
||||
Reference in New Issue
Block a user