ftimme
2012-10-09 5e29b4c7f758896529185e35e188d93d7cded346
interface/web/sites/form/web_subdomain.tform.php
@@ -30,6 +30,11 @@
   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
*/
@@ -87,7 +92,8 @@
         'default'   => '',
         'value'      => '',
         'width'      => '30',
         'maxlength'   => '255'
         'maxlength'   => '255',
         'searchable' => 1
      ),
      'type' => array (
         'datatype'   => 'VARCHAR',
@@ -104,7 +110,8 @@
                              'keyfield'=> 'domain_id',
                              'valuefield'=> 'domain'
                            ),
         'value'      => ''
         'value'      => '',
         'searchable' => 2
      ),
      'redirect_type' => array (
         'datatype'   => 'VARCHAR',