* Import demo data when install.

* Code for task#808.
This commit is contained in:
chencongzhi520@gmail.com
2012-06-07 01:51:05 +00:00
parent ebd55b86b9
commit 55b02649cb
9 changed files with 421 additions and 32 deletions
+7 -1
View File
@@ -52,7 +52,13 @@
</tr>
<tr>
<th><?php echo $lang->install->dbPrefix;?></th>
<td><?php echo html::input('dbPrefix', 'zt_', 'class=text-3') . html::checkBox('clearDB', $lang->install->clearDB);?></td>
<td>
<?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>
<tr>
<td colspan='2' class='a-center'><?php echo html::submitButton();?></td>