* finish task #5279.

This commit is contained in:
wangyidong
2019-02-20 14:34:22 +08:00
parent ac221ac35f
commit 7bcd62dfdc
11 changed files with 197 additions and 0 deletions
+5
View File
@@ -22,6 +22,11 @@
<th colspan='2'><?php echo $lang->install->value?></th>
</tr>
</thead>
<tr>
<?php include $this->app->getConfigRoot() . 'timezones.php';?>
<th><?php echo $lang->install->timezone;?></th>
<td><?php echo html::select('timezone', $timezoneList, $config->timezone, "class='form-control'");?></td><td></td>
</tr>
<tr>
<th><?php echo $lang->install->defaultLang;?></th>
<td><?php echo html::select('defaultLang', $config->langs, $app->getClientLang(), "class='form-control'");?></td><td></td>