From e75e35b0d8aa7928bf8b5d6824f2c30c80190182 Mon Sep 17 00:00:00 2001
From: tbrehm <t.brehm@ispconfig.org>
Date: Thu, 23 Aug 2012 10:05:14 -0400
Subject: [PATCH] Implemented: FS#2300 - Additional addons can not populate $wb['top_menu_modulename']

---
 interface/web/dns/list/dns_a.list.php |    8 ++++++++
 1 files changed, 8 insertions(+), 0 deletions(-)

diff --git a/interface/web/dns/list/dns_a.list.php b/interface/web/dns/list/dns_a.list.php
index ec32eb8..7484195 100644
--- a/interface/web/dns/list/dns_a.list.php
+++ b/interface/web/dns/list/dns_a.list.php
@@ -113,6 +113,14 @@
 							'width'		=> "",
 							'value'		=> "");
 
+$liste["item"][] = array(	'field'		=> "ttl",
+							'datatype'	=> "INTEGER",
+							'formtype'	=> "TEXT",
+							'op'		=> "like",
+							'prefix'	=> "%",
+							'suffix'	=> "%",
+							'width'		=> "",
+							'value'		=> "");
 
 $liste["item"][] = array(	'field'		=> "type",
 							'datatype'	=> "VARCHAR",

--
Gitblit v1.9.1