Skip to content

Commit 71051f4

Browse files
author
Till Brehm
committed
Merge branch 'patch-del-button-on-edit-form' into 'develop'
Add delete button to some edit forms See merge request ispconfig/ispconfig3!1362
2 parents 024ca6a + 5eab0e8 commit 71051f4

35 files changed

+101
-16
lines changed

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -661,6 +661,12 @@
661661
'default' => 'y',
662662
'value' => array(0 => 'n', 1 => 'y')
663663
),
664+
'show_delete_on_forms' => array (
665+
'datatype' => 'VARCHAR',
666+
'formtype' => 'CHECKBOX',
667+
'default' => 'n',
668+
'value' => array(0 => 'n', 1 => 'y')
669+
),
664670
'maintenance_mode' => array (
665671
'datatype' => 'VARCHAR',
666672
'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
@@ -107,4 +107,5 @@ $wb['show_aps_menu_note_txt'] = 'APS will be removed from the panel in the near
107107
$wb['show_aps_menu_note_url_txt'] = 'Click here for more information.';
108108
$wb['dns_show_zoneexport_txt'] = 'Show zone export.';
109109
$wb['le_caa_autocreate_options_txt'] = 'Enable automatic creation of CAA record on issuing LE';
110+
$wb['show_delete_on_forms_txt'] = 'Show delete button on edit forms';
110111
?>

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,4 +107,5 @@ $wb['show_aps_menu_note_txt'] = 'APS will be removed from the panel in the near
107107
$wb['show_aps_menu_note_url_txt'] = 'Click here for more information.';
108108
$wb['dns_show_zoneexport_txt'] = 'Show zone export.';
109109
$wb['le_caa_autocreate_options_txt'] = 'Enable automatic creation of CAA record on issuing LE';
110+
$wb['show_delete_on_forms_txt'] = 'Show delete button on edit forms';
110111
?>

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,3 +108,4 @@ $wb['show_aps_menu_note_url_txt'] = 'Click here for more information.';
108108
$wb['monitor_key_txt'] = 'Senha do Monitor';
109109
$wb['dns_show_zoneexport_txt'] = 'Show zone export.';
110110
$wb['le_caa_autocreate_options_txt'] = 'Enable automatic creation of CAA record on issuing LE';
111+
$wb['show_delete_on_forms_txt'] = 'Show delete button on edit forms';

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,4 +107,5 @@ $wb['show_aps_menu_note_txt'] = 'APS will be removed from the panel in the near
107107
$wb['show_aps_menu_note_url_txt'] = 'Click here for more information.';
108108
$wb['dns_show_zoneexport_txt'] = 'Show zone export.';
109109
$wb['le_caa_autocreate_options_txt'] = 'Enable automatic creation of CAA record on issuing LE';
110+
$wb['show_delete_on_forms_txt'] = 'Show delete button on edit forms';
110111
?>

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,3 +108,4 @@ $wb['show_aps_menu_note_url_txt'] = 'Click here for more information.';
108108
$wb['monitor_key_txt'] = 'Monitor keyword';
109109
$wb['dns_show_zoneexport_txt'] = 'Show zone export.';
110110
$wb['le_caa_autocreate_options_txt'] = 'Enable automatic creation of CAA record on issuing LE';
111+
$wb['show_delete_on_forms_txt'] = 'Show delete button on edit forms';

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,4 +107,5 @@ $wb['show_aps_menu_note_txt'] = 'APS will be removed from the panel in the near
107107
$wb['show_aps_menu_note_url_txt'] = 'Click here for more information.';
108108
$wb['dns_show_zoneexport_txt'] = 'Show zone export.';
109109
$wb['le_caa_autocreate_options_txt'] = 'Automatische Erstellung des CAA-Records bei LE Ausstellung aktivieren';
110+
$wb['show_delete_on_forms_txt'] = 'Show delete button on edit forms';
110111
?>

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,4 +107,5 @@ $wb['show_aps_menu_note_txt'] = 'APS will be removed from the panel in the near
107107
$wb['show_aps_menu_note_url_txt'] = 'Click here for more information.';
108108
$wb['dns_show_zoneexport_txt'] = 'Show zone export.';
109109
$wb['le_caa_autocreate_options_txt'] = 'Enable automatic creation of CAA record on issuing LE';
110+
$wb['show_delete_on_forms_txt'] = 'Show delete button on edit forms';
110111
?>

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,4 +107,5 @@ $wb['show_aps_menu_note_txt'] = 'APS will be removed from the panel in the near
107107
$wb['show_aps_menu_note_url_txt'] = 'Click here for more information.';
108108
$wb['dns_show_zoneexport_txt'] = 'Show zone export.';
109109
$wb['le_caa_autocreate_options_txt'] = 'Enable automatic creation of CAA record on issuing LE';
110+
$wb['show_delete_on_forms_txt'] = 'Show delete button on edit forms';
110111
?>

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,4 +108,5 @@ $wb['show_aps_menu_note_txt'] = 'APS will be removed from the panel in the near
108108
$wb['show_aps_menu_note_url_txt'] = 'Click here for more information.';
109109
$wb['dns_show_zoneexport_txt'] = 'Show zone export.';
110110
$wb['le_caa_autocreate_options_txt'] = 'Enable automatic creation of CAA record on issuing LE';
111+
$wb['show_delete_on_forms_txt'] = 'Show delete button on edit forms';
111112
?>

0 commit comments

Comments
 (0)