Skip to content

Commit 4349212

Browse files
author
Marius Burkard
committed
Merge branch '5858-aps-re-enable-ui' into 'develop'
Add option to re-enable APS (#5858) Closes #5858 See merge request ispconfig/ispconfig3!1296
2 parents 2e4e448 + 868e4d4 commit 4349212

27 files changed

+87
-0
lines changed

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -184,6 +184,12 @@
184184
'default' => 'n',
185185
'value' => array(0 => 'n', 1 => 'y')
186186
),
187+
'show_aps_menu' => array (
188+
'datatype' => 'VARCHAR',
189+
'formtype' => 'CHECKBOX',
190+
'default' => 'n',
191+
'value' => array(0 => 'n', 1 => 'y')
192+
),
187193
'default_webserver' => array (
188194
'datatype' => 'INTEGER',
189195
'formtype' => 'SELECT',

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,4 +100,7 @@ $wb['btn_cancel_txt'] = 'Cancel';
100100
$wb['web_php_options_txt'] = 'PHP Handler (Apache only)';
101101
$wb['client_protection_txt'] = 'Client protection';
102102
$wb['show_support_messages_txt'] = 'Show message function in help module';
103+
$wb['show_aps_menu_txt'] = 'Show APS menu';
104+
$wb['show_aps_menu_note_txt'] = 'APS will be removed from the panel in the near future.';
105+
$wb['show_aps_menu_note_url_txt'] = 'Click here for more information.';
103106
?>

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,4 +100,7 @@ $wb['btn_cancel_txt'] = 'Cancel';
100100
$wb['web_php_options_txt'] = 'PHP Handler (Apache only)';
101101
$wb['client_protection_txt'] = 'Client protection';
102102
$wb['show_support_messages_txt'] = 'Show message function in help module';
103+
$wb['show_aps_menu_txt'] = 'Show APS menu';
104+
$wb['show_aps_menu_note_txt'] = 'APS will be removed from the panel in the near future.';
105+
$wb['show_aps_menu_note_url_txt'] = 'Click here for more information.';
103106
?>

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,4 +100,7 @@ $wb['btn_cancel_txt'] = 'Cancelar';
100100
$wb['web_php_options_txt'] = 'Manipulador do php (Somente apache)';
101101
$wb['client_protection_txt'] = 'Client protection';
102102
$wb['show_support_messages_txt'] = 'Show message function in help module';
103+
$wb['show_aps_menu_txt'] = 'Show APS menu';
104+
$wb['show_aps_menu_note_txt'] = 'APS will be removed from the panel in the near future.';
105+
$wb['show_aps_menu_note_url_txt'] = 'Click here for more information.';
103106
?>

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,4 +100,7 @@ $wb['btn_cancel_txt'] = 'Cancel';
100100
$wb['web_php_options_txt'] = 'PHP Handler (Apache only)';
101101
$wb['client_protection_txt'] = 'Client protection';
102102
$wb['show_support_messages_txt'] = 'Show message function in help module';
103+
$wb['show_aps_menu_txt'] = 'Show APS menu';
104+
$wb['show_aps_menu_note_txt'] = 'APS will be removed from the panel in the near future.';
105+
$wb['show_aps_menu_note_url_txt'] = 'Click here for more information.';
103106
?>

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,4 +100,7 @@ $wb['btn_cancel_txt'] = 'Zrušit';
100100
$wb['web_php_options_txt'] = 'PHP Handler (Apache only)';
101101
$wb['client_protection_txt'] = 'Client protection';
102102
$wb['show_support_messages_txt'] = 'Show message function in help module';
103+
$wb['show_aps_menu_txt'] = 'Show APS menu';
104+
$wb['show_aps_menu_note_txt'] = 'APS will be removed from the panel in the near future.';
105+
$wb['show_aps_menu_note_url_txt'] = 'Click here for more information.';
103106
?>

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,4 +104,7 @@ $wb['btn_cancel_txt'] = 'Abbrechen';
104104
$wb['web_php_options_txt'] = 'PHP Handler (Nur Apache)';
105105
$wb['client_protection_txt'] = 'Client protection';
106106
$wb['show_support_messages_txt'] = 'Show message function in help module';
107+
$wb['show_aps_menu_txt'] = 'Show APS menu';
108+
$wb['show_aps_menu_note_txt'] = 'APS will be removed from the panel in the near future.';
109+
$wb['show_aps_menu_note_url_txt'] = 'Click here for more information.';
107110
?>

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,4 +100,7 @@ $wb['btn_cancel_txt'] = 'Cancel';
100100
$wb['web_php_options_txt'] = 'PHP Handler (Apache only)';
101101
$wb['client_protection_txt'] = 'Client protection';
102102
$wb['show_support_messages_txt'] = 'Show message function in help module';
103+
$wb['show_aps_menu_txt'] = 'Show APS menu';
104+
$wb['show_aps_menu_note_txt'] = 'APS will be removed from the panel in the near future.';
105+
$wb['show_aps_menu_note_url_txt'] = 'Click here for more information.';
103106
?>

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,4 +100,7 @@ $wb['btn_cancel_txt'] = 'Cancel';
100100
$wb['web_php_options_txt'] = 'PHP Handler (Apache only)';
101101
$wb['client_protection_txt'] = 'Client protection';
102102
$wb['show_support_messages_txt'] = 'Show message function in help module';
103+
$wb['show_aps_menu_txt'] = 'Show APS menu';
104+
$wb['show_aps_menu_note_txt'] = 'APS will be removed from the panel in the near future.';
105+
$wb['show_aps_menu_note_url_txt'] = 'Click here for more information.';
103106
?>

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,4 +104,7 @@ $wb['btn_cancel_txt'] = 'Cancel';
104104
$wb['web_php_options_txt'] = 'PHP Handler (Apache only)';
105105
$wb['client_protection_txt'] = 'Client protection';
106106
$wb['show_support_messages_txt'] = 'Show message function in help module';
107+
$wb['show_aps_menu_txt'] = 'Show APS menu';
108+
$wb['show_aps_menu_note_txt'] = 'APS will be removed from the panel in the near future.';
109+
$wb['show_aps_menu_note_url_txt'] = 'Click here for more information.';
107110
?>

0 commit comments

Comments
 (0)