* Adjust code style.

This commit is contained in:
Yagami
2020-08-31 14:01:45 +08:00
parent 116a7e43b3
commit f696462213
4 changed files with 16 additions and 16 deletions
+1 -1
View File
@@ -444,7 +444,7 @@ class custom extends control
* @access public
* @return void
*/
public function setwaterfall()
public function setWaterfall()
{
setCookie("systemModel", 'waterfall', $this->config->cookieLife, $this->config->webRoot, '', false, true);
+1 -1
View File
@@ -20,7 +20,7 @@ $lang->custom->timezone = 'Timezone';
$lang->custom->scoreReset = 'Reset Points';
$lang->custom->scoreTitle = 'Point Feature';
$lang->custom->setscrum = 'Interval Hint';
$lang->custom->setwaterfall = 'Switch Views';
$lang->custom->setWaterfall = 'Switch Views';
$lang->custom->estimate = 'Estimated configuration';
$lang->custom->estimateConfig = 'Estimated configuration';
$lang->custom->estimateUnit = 'Estimating Unit';
+1 -1
View File
@@ -20,7 +20,7 @@ $lang->custom->timezone = '时区';
$lang->custom->scoreReset = '重置积分';
$lang->custom->scoreTitle = '积分功能';
$lang->custom->setscrum = '区间提示';
$lang->custom->setwaterfall = '切换视图';
$lang->custom->setWaterfall = '切换视图';
$lang->custom->estimate = '估算配置';
$lang->custom->estimateConfig = '估算配置';
$lang->custom->estimateUnit = '估算单位';
+13 -13
View File
@@ -985,18 +985,18 @@ $lang->holiday->methodOrder[20] = 'delete';
/* Custom. */
$lang->resource->custom = new stdclass();
$lang->resource->custom->index = 'index';
$lang->resource->custom->set = 'set';
$lang->resource->custom->restore = 'restore';
$lang->resource->custom->flow = 'flow';
$lang->resource->custom->working = 'working';
$lang->resource->custom->setPublic = 'setPublic';
$lang->resource->custom->timezone = 'timezone';
$lang->resource->custom->estimate = 'estimate';
$lang->resource->custom->plan = 'plan';
$lang->resource->custom->concept = 'concept';
$lang->resource->custom->setwaterfall = 'setwaterfall';
$lang->resource->custom->setscrum = 'setscrum';
$lang->resource->custom->index = 'index';
$lang->resource->custom->set = 'set';
$lang->resource->custom->restore = 'restore';
$lang->resource->custom->flow = 'flow';
$lang->resource->custom->working = 'working';
$lang->resource->custom->setPublic = 'setPublic';
$lang->resource->custom->timezone = 'timezone';
$lang->resource->custom->estimate = 'estimate';
$lang->resource->custom->plan = 'plan';
$lang->resource->custom->concept = 'concept';
$lang->resource->custom->setWaterfall = 'setWaterfall';
$lang->resource->custom->setscrum = 'setscrum';
$lang->custom->methodOrder[5] = 'index';
$lang->custom->methodOrder[10] = 'set';
@@ -1008,7 +1008,7 @@ $lang->custom->methodOrder[35] = 'timezone';
$lang->custom->methodOrder[40] = 'estimate';
$lang->custom->methodOrder[45] = 'plan';
$lang->custom->methodOrder[50] = 'concept';
$lang->custom->methodOrder[55] = 'setwaterfall';
$lang->custom->methodOrder[55] = 'setWaterfall';
$lang->custom->methodOrder[60] = 'setscrum';
$lang->resource->datatable = new stdclass();