Skip to content

Commit dc17335

Browse files
author
Marius Burkard
committed
Merge branch '5829-hide-help-messages' into 'develop'
Make help messages menu hideable Closes #5829 See merge request ispconfig/ispconfig3!1274
2 parents b149a44 + e26fe25 commit dc17335

29 files changed

+53
-17
lines changed

install/tpl/system.ini.master

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ tab_change_discard=n
5555
tab_change_warning=n
5656
use_loadindicator=y
5757
use_combobox=y
58+
show_support_messages=y
5859
maintenance_mode=n
5960
maintenance_mode_exclude_ips=
6061
admin_dashlets_left=

interface/web/admin/form/system_config.tform.php

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -619,6 +619,12 @@
619619
'default' => 'y',
620620
'value' => array(0 => 'n', 1 => 'y')
621621
),
622+
'show_support_messages' => array (
623+
'datatype' => 'VARCHAR',
624+
'formtype' => 'CHECKBOX',
625+
'default' => 'y',
626+
'value' => array(0 => 'n', 1 => 'y')
627+
),
622628
'maintenance_mode' => array (
623629
'datatype' => 'VARCHAR',
624630
'formtype' => 'CHECKBOX',

interface/web/admin/lib/lang/ar_system_config.lng

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,4 +99,5 @@ $wb['btn_save_txt'] = 'Save';
9999
$wb['btn_cancel_txt'] = 'Cancel';
100100
$wb['web_php_options_txt'] = 'PHP Handler (Apache only)';
101101
$wb['client_protection_txt'] = 'Client protection';
102+
$wb['show_support_messages_txt'] = 'Show message function in help module';
102103
?>

interface/web/admin/lib/lang/bg_system_config.lng

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,4 +99,5 @@ $wb['btn_save_txt'] = 'Save';
9999
$wb['btn_cancel_txt'] = 'Cancel';
100100
$wb['web_php_options_txt'] = 'PHP Handler (Apache only)';
101101
$wb['client_protection_txt'] = 'Client protection';
102+
$wb['show_support_messages_txt'] = 'Show message function in help module';
102103
?>

interface/web/admin/lib/lang/br_system_config.lng

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,4 +99,5 @@ $wb['btn_save_txt'] = 'Salvar';
9999
$wb['btn_cancel_txt'] = 'Cancelar';
100100
$wb['web_php_options_txt'] = 'Manipulador do php (Somente apache)';
101101
$wb['client_protection_txt'] = 'Client protection';
102+
$wb['show_support_messages_txt'] = 'Show message function in help module';
102103
?>

interface/web/admin/lib/lang/ca_system_config.lng

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,4 +99,5 @@ $wb['btn_save_txt'] = 'Save';
9999
$wb['btn_cancel_txt'] = 'Cancel';
100100
$wb['web_php_options_txt'] = 'PHP Handler (Apache only)';
101101
$wb['client_protection_txt'] = 'Client protection';
102+
$wb['show_support_messages_txt'] = 'Show message function in help module';
102103
?>

interface/web/admin/lib/lang/cz_system_config.lng

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,4 +99,5 @@ $wb['btn_save_txt'] = 'Uložit';
9999
$wb['btn_cancel_txt'] = 'Zrušit';
100100
$wb['web_php_options_txt'] = 'PHP Handler (Apache only)';
101101
$wb['client_protection_txt'] = 'Client protection';
102+
$wb['show_support_messages_txt'] = 'Show message function in help module';
102103
?>

interface/web/admin/lib/lang/de_system_config.lng

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,4 +103,5 @@ $wb['btn_save_txt'] = 'Speichern';
103103
$wb['btn_cancel_txt'] = 'Abbrechen';
104104
$wb['web_php_options_txt'] = 'PHP Handler (Nur Apache)';
105105
$wb['client_protection_txt'] = 'Client protection';
106+
$wb['show_support_messages_txt'] = 'Show message function in help module';
106107
?>

interface/web/admin/lib/lang/dk_system_config.lng

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,4 +99,5 @@ $wb['btn_save_txt'] = 'Save';
9999
$wb['btn_cancel_txt'] = 'Cancel';
100100
$wb['web_php_options_txt'] = 'PHP Handler (Apache only)';
101101
$wb['client_protection_txt'] = 'Client protection';
102+
$wb['show_support_messages_txt'] = 'Show message function in help module';
102103
?>

interface/web/admin/lib/lang/el_system_config.lng

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,4 +99,5 @@ $wb['btn_save_txt'] = 'Save';
9999
$wb['btn_cancel_txt'] = 'Cancel';
100100
$wb['web_php_options_txt'] = 'PHP Handler (Apache only)';
101101
$wb['client_protection_txt'] = 'Client protection';
102+
$wb['show_support_messages_txt'] = 'Show message function in help module';
102103
?>

0 commit comments

Comments
 (0)