From e76fb5058a25b5ee1f35f45e2fd3a5031d4b28e2 Mon Sep 17 00:00:00 2001
From: tbrehm <t.brehm@ispconfig.org>
Date: Sun, 31 Aug 2008 05:46:04 -0400
Subject: [PATCH] - Fixed style of the headline on the tools page.

---
 interface/lib/classes/plugin_listview.inc.php |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/interface/lib/classes/plugin_listview.inc.php b/interface/lib/classes/plugin_listview.inc.php
index f6622f6..f7e37f9 100644
--- a/interface/lib/classes/plugin_listview.inc.php
+++ b/interface/lib/classes/plugin_listview.inc.php
@@ -87,6 +87,7 @@
 
                                 // The variable "id" contains always the index field
                                 $rec["id"] = $rec[$idx_key];
+								$rec["delete_confirmation"] = $app->lng('delete_confirmation');
 
                                 $records_new[] = $rec;
                         }

--
Gitblit v1.9.1