* Refactory the importDemoData.

This commit is contained in:
chencongzhi520@gmail.com
2012-07-03 00:51:38 +00:00
parent fdec83821d
commit b357ac39ac
6 changed files with 46 additions and 48 deletions

View File

@@ -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>

View File

@@ -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>