From 1139530fbf3fb0fdce1bf5cfee311cd6f0fbf816 Mon Sep 17 00:00:00 2001
From: Marius Cramer <m.cramer@pixcept.de>
Date: Mon, 14 Oct 2013 10:04:06 -0400
Subject: [PATCH] Merge remote-tracking branch 'origin/stable-3.0.5'

---
 interface/web/dns/form/dns_rp.tform.php |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/interface/web/dns/form/dns_rp.tform.php b/interface/web/dns/form/dns_rp.tform.php
index f6a6ef5..5a7ff83 100644
--- a/interface/web/dns/form/dns_rp.tform.php
+++ b/interface/web/dns/form/dns_rp.tform.php
@@ -75,16 +75,16 @@
 			'width'		=> '30',
 			'maxlength'	=> '255'
 		),
-        'filters'   => array( 0 => array( 'event' => 'SAVE',
+		'name' => array (
+			'datatype'	=> 'VARCHAR',
+			'formtype'	=> 'TEXT',
+			'filters'   => array( 0 => array( 'event' => 'SAVE',
                                           'type' => 'IDNTOASCII'),
                               1 => array( 'event' => 'SHOW',
                                           'type' => 'IDNTOUTF8'),
                               2 => array( 'event' => 'SAVE',
                                           'type' => 'TOLOWER')
                             ),
-		'name' => array (
-			'datatype'	=> 'VARCHAR',
-			'formtype'	=> 'TEXT',
 			'validators'	=> array ( 	0 => array (	'type'	=> 'REGEX',
 														'regex' => '/^[\w\.\-]{0,255}$/',
 														'errmsg'=> 'name_error_regex'),

--
Gitblit v1.9.1