Florian Schaal
2015-05-07 14dff26f2bde65a931a368ef912823f2d035cc4e
interface/web/client/form/client.tform.php
@@ -116,7 +116,10 @@
         'maxlength' => '255',
         'rows'  => '',
         'cols'  => '',
         'searchable' => 1
         'searchable' => 1,
         'filters'   => array( 0 => array( 'event' => 'SAVE',
                                    'type' => 'TRIM'),
         ),
      ),
      'contact_name' => array (
         'datatype' => 'VARCHAR',
@@ -131,7 +134,10 @@
         'maxlength' => '255',
         'rows'  => '',
         'cols'  => '',
         'searchable' => 1
         'searchable' => 1,
         'filters'   => array( 0 => array( 'event' => 'SAVE',
                                    'type' => 'TRIM'),
         ),
      ),
      'customer_no' => array (
         'datatype' => 'VARCHAR',
@@ -773,6 +779,17 @@
         'rows'  => '',
         'cols'  => ''
      ),
        'default_xmppserver' => array (
            'datatype' => 'INTEGER',
            'formtype' => 'SELECT',
            'default' => '1',
            'datasource' => array (  'type' => 'CUSTOM',
                'class'=> 'custom_datasource',
                'function'=> 'client_servers'
            ),
            'value'  => '',
            'name'  => 'default_xmppserver'
        ),
        'xmpp_servers' => array (
            'datatype' => 'VARCHAR',
            'formtype' => 'MULTIPLE',