* finish task #5279.
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user