Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Guilherme Filippo
ISPConfig 3
Commits
f53d3cdb
Commit
f53d3cdb
authored
Jul 10, 2008
by
tbrehm
Browse files
Fixed missing Delete confirmation text when a dns a record is deleted.
parent
88d899db
Changes
1
Hide whitespace changes
Inline
Side-by-side
interface/lib/classes/plugin_listview.inc.php
View file @
f53d3cdb
...
...
@@ -87,6 +87,7 @@ class plugin_listview extends plugin_base {
// The variable "id" contains always the index field
$rec
[
"id"
]
=
$rec
[
$idx_key
];
$rec
[
"delete_confirmation"
]
=
$app
->
lng
(
'delete_confirmation'
);
$records_new
[]
=
$rec
;
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment