tbrehm
2013-09-27 c0764c9a42f353c033115ada35ce4292a1d4bf12
Fixed form file for dns rp records.
1 files modified
8 ■■■■ changed files
interface/web/dns/form/dns_rp.tform.php 8 ●●●● patch | view | raw | blame | history
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'),