From cab7ea5faaa2f3510c8488e7d19d083fc05ac6ca Mon Sep 17 00:00:00 2001 From: mcramer <m.cramer@pixcept.de> Date: Wed, 18 Sep 2013 04:17:27 -0400 Subject: [PATCH] - Fixed missing global $app in new _decode function --- interface/web/dns/list/dns_a.list.php | 11 +++++++++++ 1 files changed, 11 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..75076d0 100644 --- a/interface/web/dns/list/dns_a.list.php +++ b/interface/web/dns/list/dns_a.list.php @@ -74,6 +74,9 @@ $liste["item"][] = array( 'field' => "zone", 'datatype' => "VARCHAR", + 'filters' => array( 0 => array( 'event' => 'SHOW', + 'type' => 'IDNTOUTF8') + ), 'formtype' => "SELECT", 'op' => "like", 'prefix' => "%", @@ -113,6 +116,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