|
@@ -202,7 +202,7 @@ class Options extends Admin
|
|
$styles = $this->c->Func->getStyles();
|
|
$styles = $this->c->Func->getStyles();
|
|
|
|
|
|
$form['sets']['essentials'] = [
|
|
$form['sets']['essentials'] = [
|
|
- 'legend' => __('Essentials subhead'),
|
|
|
|
|
|
+ 'legend' => 'Essentials subhead',
|
|
'fields' => [
|
|
'fields' => [
|
|
'o_board_title' => [
|
|
'o_board_title' => [
|
|
'type' => 'text',
|
|
'type' => 'text',
|
|
@@ -294,7 +294,7 @@ class Options extends Admin
|
|
$timestamp = \time() + ($this->user->timezone + $this->user->dst) * 3600;
|
|
$timestamp = \time() + ($this->user->timezone + $this->user->dst) * 3600;
|
|
|
|
|
|
$form['sets']['timeouts'] = [
|
|
$form['sets']['timeouts'] = [
|
|
- 'legend' => __('Timeouts subhead'),
|
|
|
|
|
|
+ 'legend' => 'Timeouts subhead',
|
|
'fields' => [
|
|
'fields' => [
|
|
'o_timeout_visit' => [
|
|
'o_timeout_visit' => [
|
|
'type' => 'number',
|
|
'type' => 'number',
|
|
@@ -324,7 +324,7 @@ class Options extends Admin
|
|
];
|
|
];
|
|
|
|
|
|
$form['sets']['display'] = [
|
|
$form['sets']['display'] = [
|
|
- 'legend' => __('Display subhead'),
|
|
|
|
|
|
+ 'legend' => 'Display subhead',
|
|
'fields' => [
|
|
'fields' => [
|
|
'o_show_user_info' => [
|
|
'o_show_user_info' => [
|
|
'type' => 'radio',
|
|
'type' => 'radio',
|
|
@@ -404,7 +404,7 @@ class Options extends Admin
|
|
];
|
|
];
|
|
|
|
|
|
$form['sets']['features'] = [
|
|
$form['sets']['features'] = [
|
|
- 'legend' => __('Features subhead'),
|
|
|
|
|
|
+ 'legend' => 'Features subhead',
|
|
'fields' => [
|
|
'fields' => [
|
|
'o_quickpost' => [
|
|
'o_quickpost' => [
|
|
'type' => 'radio',
|
|
'type' => 'radio',
|
|
@@ -459,7 +459,7 @@ class Options extends Admin
|
|
];
|
|
];
|
|
|
|
|
|
$form['sets']['feed'] = [
|
|
$form['sets']['feed'] = [
|
|
- 'legend' => __('Feed subhead'),
|
|
|
|
|
|
+ 'legend' => 'Feed subhead',
|
|
'fields' => [
|
|
'fields' => [
|
|
'i_feed_type' => [
|
|
'i_feed_type' => [
|
|
'type' => 'radio',
|
|
'type' => 'radio',
|
|
@@ -490,7 +490,7 @@ class Options extends Admin
|
|
];
|
|
];
|
|
|
|
|
|
$form['sets']['reports'] = [
|
|
$form['sets']['reports'] = [
|
|
- 'legend' => __('Reports subhead'),
|
|
|
|
|
|
+ 'legend' => 'Reports subhead',
|
|
'fields' => [
|
|
'fields' => [
|
|
'i_report_method' => [
|
|
'i_report_method' => [
|
|
'type' => 'radio',
|
|
'type' => 'radio',
|
|
@@ -513,7 +513,7 @@ class Options extends Admin
|
|
];
|
|
];
|
|
|
|
|
|
$form['sets']['avatars'] = [
|
|
$form['sets']['avatars'] = [
|
|
- 'legend' => __('Avatars subhead'),
|
|
|
|
|
|
+ 'legend' => 'Avatars subhead',
|
|
'fields' => [
|
|
'fields' => [
|
|
'o_avatars' => [
|
|
'o_avatars' => [
|
|
'type' => 'radio',
|
|
'type' => 'radio',
|
|
@@ -558,7 +558,7 @@ class Options extends Admin
|
|
];
|
|
];
|
|
|
|
|
|
$form['sets']['email'] = [
|
|
$form['sets']['email'] = [
|
|
- 'legend' => __('E-mail subhead'),
|
|
|
|
|
|
+ 'legend' => 'E-mail subhead',
|
|
'fields' => [
|
|
'fields' => [
|
|
'o_admin_email' => [
|
|
'o_admin_email' => [
|
|
'type' => 'text',
|
|
'type' => 'text',
|
|
@@ -637,7 +637,7 @@ class Options extends Admin
|
|
];
|
|
];
|
|
|
|
|
|
$form['sets']['registration'] = [
|
|
$form['sets']['registration'] = [
|
|
- 'legend' => __('Registration subhead'),
|
|
|
|
|
|
+ 'legend' => 'Registration subhead',
|
|
'fields' => [
|
|
'fields' => [
|
|
'o_regs_allow' => [
|
|
'o_regs_allow' => [
|
|
'type' => 'radio',
|
|
'type' => 'radio',
|
|
@@ -689,7 +689,7 @@ class Options extends Admin
|
|
];
|
|
];
|
|
|
|
|
|
$form['sets']['announcement'] = [
|
|
$form['sets']['announcement'] = [
|
|
- 'legend' => __('Announcement subhead'),
|
|
|
|
|
|
+ 'legend' => 'Announcement subhead',
|
|
'fields' => [
|
|
'fields' => [
|
|
'o_announcement' => [
|
|
'o_announcement' => [
|
|
'type' => 'radio',
|
|
'type' => 'radio',
|
|
@@ -709,7 +709,7 @@ class Options extends Admin
|
|
];
|
|
];
|
|
|
|
|
|
$form['sets']['polls'] = [
|
|
$form['sets']['polls'] = [
|
|
- 'legend' => __('Polls subhead'),
|
|
|
|
|
|
+ 'legend' => 'Polls subhead',
|
|
'fields' => [
|
|
'fields' => [
|
|
'b_poll_enabled' => [
|
|
'b_poll_enabled' => [
|
|
'type' => 'radio',
|
|
'type' => 'radio',
|
|
@@ -760,7 +760,7 @@ class Options extends Admin
|
|
];
|
|
];
|
|
|
|
|
|
$form['sets']['pm'] = [
|
|
$form['sets']['pm'] = [
|
|
- 'legend' => __('PM subhead'),
|
|
|
|
|
|
+ 'legend' => 'PM subhead',
|
|
'fields' => [
|
|
'fields' => [
|
|
'b_pm' => [
|
|
'b_pm' => [
|
|
'type' => 'radio',
|
|
'type' => 'radio',
|