* finish the install module.

This commit is contained in:
wangchunsheng
2010-01-01 14:36:09 +00:00
parent 79e09bbd1f
commit c8104f9198
9 changed files with 307 additions and 18 deletions
+1 -1
View File
@@ -60,7 +60,7 @@
</tr>
<tr>
<th><?php echo $lang->install->dbPrefix;?></th>
<td><?php echo html::input('dbPrefix', 'zt_');?></td>
<td><?php echo html::input('dbPrefix', 'zt_') . html::checkBox('clearDB', $lang->install->clearDB);?></td>
</tr>
<tr>
<td colspan='2' class='a-center'><?php echo html::submitButton();?></td>