We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 88d899d commit f53d3cdCopy full SHA for f53d3cd
1 file changed
interface/lib/classes/plugin_listview.inc.php
@@ -87,6 +87,7 @@ function onShow() {
87
88
// The variable "id" contains always the index field
89
$rec["id"] = $rec[$idx_key];
90
+ $rec["delete_confirmation"] = $app->lng('delete_confirmation');
91
92
$records_new[] = $rec;
93
}
0 commit comments