From 24854cb22b746425ebad00aacd4af7e677666c03 Mon Sep 17 00:00:00 2001 From: tbrehm <t.brehm@ispconfig.org> Date: Tue, 05 May 2009 11:05:35 -0400 Subject: [PATCH] Merged the following revisions from Trunk: --- interface/web/dns/form/dns_ptr.tform.php | 16 ++++++++++++++++ 1 files changed, 16 insertions(+), 0 deletions(-) diff --git a/interface/web/dns/form/dns_ptr.tform.php b/interface/web/dns/form/dns_ptr.tform.php index 3c0b808..8d86308 100644 --- a/interface/web/dns/form/dns_ptr.tform.php +++ b/interface/web/dns/form/dns_ptr.tform.php @@ -134,6 +134,22 @@ 'default' => 'Y', 'value' => array(0 => 'N',1 => 'Y') ), + 'stamp' => array ( + 'datatype' => 'VARCHAR', + 'formtype' => 'TEXT', + 'default' => '', + 'value' => '', + 'width' => '30', + 'maxlength' => '255' + ), + 'serial' => array ( + 'datatype' => 'INTEGER', + 'formtype' => 'TEXT', + 'default' => '', + 'value' => '', + 'width' => '10', + 'maxlength' => '10' + ), ################################## # ENDE Datatable fields ################################## -- Gitblit v1.9.1