Description of theme & timezone in setup
parent
64265e4185
commit
65fa8c290f
|
@ -1571,6 +1571,7 @@ function EnvOpt($needUpdate = 0)
|
||||||
}
|
}
|
||||||
$html .= '
|
$html .= '
|
||||||
</select>
|
</select>
|
||||||
|
'.getconstStr('EnvironmentsDescription')[$key].'
|
||||||
</td>
|
</td>
|
||||||
</tr>';
|
</tr>';
|
||||||
} elseif ($key=='theme') {
|
} elseif ($key=='theme') {
|
||||||
|
@ -1587,6 +1588,7 @@ function EnvOpt($needUpdate = 0)
|
||||||
}
|
}
|
||||||
$html .= '
|
$html .= '
|
||||||
</select>
|
</select>
|
||||||
|
'.getconstStr('EnvironmentsDescription')[$key].'
|
||||||
</td>
|
</td>
|
||||||
</tr>';
|
</tr>';
|
||||||
} /*elseif ($key=='domain_path') {
|
} /*elseif ($key=='domain_path') {
|
||||||
|
|
Loading…
Reference in New Issue