mcramer
2012-09-26 8c1761c64a5c6a24575f43e5afe7a1661cb7f34f
interface/web/client/form/reseller.tform.php
@@ -29,6 +29,11 @@
   Hint:
   The ID field of the database table is not part of the datafield definition.
   The ID field must be always auto incement (int or bigint).
   Search:
   - searchable = 1 or searchable = 2 include the field in the search
   - searchable = 1: this field will be the title of the search result
   - searchable = 2: this field will be included in the description of the search result
*/
@@ -56,7 +61,9 @@
while ($file = @readdir ($handle)) {
    if (substr($file, 0, 1) != '.') {
        if(@is_dir(ISPC_THEMES_PATH."/$file")) {
            $themes_list[$file] = $file;
         if($file == 'default' || (@file_exists(ISPC_THEMES_PATH."/$file/ISPC_VERSION") && trim(@file_get_contents(ISPC_THEMES_PATH."/$file/ISPC_VERSION")) == ISPC_APP_VERSION)) {
                $themes_list[$file] = $file;
            }
        }
    }
}
@@ -90,7 +97,8 @@
         'width'      => '30',
         'maxlength'   => '255',
         'rows'      => '',
         'cols'      => ''
         'cols'      => '',
         'searchable' => 2
      ),
      'contact_name' => array (
         'datatype'   => 'VARCHAR',
@@ -104,7 +112,8 @@
         'width'      => '30',
         'maxlength'   => '255',
         'rows'      => '',
         'cols'      => ''
         'cols'      => '',
         'searchable' => 1
      ),
      'customer_no' => array (
         'datatype'   => 'VARCHAR',
@@ -115,7 +124,8 @@
         'width'      => '30',
         'maxlength'   => '255',
         'rows'      => '',
         'cols'      => ''
         'cols'      => '',
         'searchable' => 2
      ),
      'username' => array (
         'datatype'   => 'VARCHAR',
@@ -140,7 +150,8 @@
         'width'      => '30',
         'maxlength'   => '255',
         'rows'      => '',
         'cols'      => ''
         'cols'      => '',
         'searchable' => 2
      ),
      'password' => array (
         'datatype'   => 'VARCHAR',
@@ -185,7 +196,8 @@
         'width'      => '30',
         'maxlength'   => '255',
         'rows'      => '',
         'cols'      => ''
         'cols'      => '',
         'searchable' => 2
      ),
      'zip' => array (
         'datatype'   => 'VARCHAR',
@@ -196,7 +208,8 @@
         'width'      => '10',
         'maxlength'   => '255',
         'rows'      => '',
         'cols'      => ''
         'cols'      => '',
         'searchable' => 2
      ),
      'city' => array (
         'datatype'   => 'VARCHAR',
@@ -207,7 +220,8 @@
         'width'      => '30',
         'maxlength'   => '255',
         'rows'      => '',
         'cols'      => ''
         'cols'      => '',
         'searchable' => 2
      ),
      'state' => array (
         'datatype'   => 'VARCHAR',
@@ -218,7 +232,8 @@
         'width'      => '30',
         'maxlength'   => '255',
         'rows'      => '',
         'cols'      => ''
         'cols'      => '',
         'searchable' => 2
      ),
      'country' => array (
         'datatype'   => 'VARCHAR',
@@ -241,7 +256,8 @@
         'width'      => '30',
         'maxlength'   => '255',
         'rows'      => '',
         'cols'      => ''
         'cols'      => '',
         'searchable' => 2
      ),
      'mobile' => array (
         'datatype'   => 'VARCHAR',
@@ -252,7 +268,8 @@
         'width'      => '30',
         'maxlength'   => '255',
         'rows'      => '',
         'cols'      => ''
         'cols'      => '',
         'searchable' => 2
      ),
      'fax' => array (
         'datatype'   => 'VARCHAR',
@@ -263,18 +280,27 @@
         'width'      => '30',
         'maxlength'   => '255',
         'rows'      => '',
         'cols'      => ''
         'cols'      => '',
         'searchable' => 2
      ),
      'email' => 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')
                                ),
         'default'   => '',
         'value'      => '',
         'separator'   => '',
         'width'      => '30',
         'maxlength'   => '255',
         'rows'      => '',
         'cols'      => ''
         'cols'      => '',
         'searchable' => 2
      ),
      'internet' => array (
         'datatype'   => 'VARCHAR',
@@ -285,7 +311,8 @@
         'width'      => '30',
         'maxlength'   => '255',
         'rows'      => '',
         'cols'      => ''
         'cols'      => '',
         'searchable' => 2
      ),
      'icq' => array (
         'datatype'   => 'VARCHAR',
@@ -604,6 +631,60 @@
         'separator' => ',',
         'value'      => array('no' => 'Disabled', 'fast-cgi' => 'Fast-CGI', 'cgi' => 'CGI', 'mod' => 'Mod-PHP', 'suphp' => 'SuPHP', 'php-fpm' => 'PHP-FPM')
      ),
      'limit_cgi' => array (
         'datatype'   => 'VARCHAR',
         'formtype'   => 'CHECKBOX',
         'default'   => 'n',
         'value'      => array(0 => 'n',1 => 'y')
      ),
      'limit_ssi' => array (
         'datatype'   => 'VARCHAR',
         'formtype'   => 'CHECKBOX',
         'default'   => 'n',
         'value'      => array(0 => 'n',1 => 'y')
      ),
      'limit_perl' => array (
         'datatype'   => 'VARCHAR',
         'formtype'   => 'CHECKBOX',
         'default'   => 'n',
         'value'      => array(0 => 'n',1 => 'y')
      ),
      'limit_ruby' => array (
         'datatype'   => 'VARCHAR',
         'formtype'   => 'CHECKBOX',
         'default'   => 'n',
         'value'      => array(0 => 'n',1 => 'y')
      ),
      'limit_python' => array (
         'datatype'   => 'VARCHAR',
         'formtype'   => 'CHECKBOX',
         'default'   => 'n',
         'value'      => array(0 => 'n',1 => 'y')
      ),
      'force_suexec' => array (
         'datatype'   => 'VARCHAR',
         'formtype'   => 'CHECKBOX',
         'default'   => 'y',
         'value'      => array(0 => 'n',1 => 'y')
      ),
      'limit_hterror' => array (
         'datatype'   => 'VARCHAR',
         'formtype'   => 'CHECKBOX',
         'default'   => 'n',
         'value'      => array(0 => 'n',1 => 'y')
      ),
      'limit_wildcard' => array (
         'datatype'   => 'VARCHAR',
         'formtype'   => 'CHECKBOX',
         'default'   => 'n',
         'value'      => array(0 => 'n',1 => 'y')
      ),
      'limit_ssl' => array (
         'datatype'   => 'VARCHAR',
         'formtype'   => 'CHECKBOX',
         'default'   => 'n',
         'value'      => array(0 => 'n',1 => 'y')
      ),
      'limit_web_aliasdomain' => array (
         'datatype'   => 'INTEGER',
         'formtype'   => 'TEXT',