diff --git a/src/Resources/contao/dca/tl_real_estate.php b/src/Resources/contao/dca/tl_real_estate.php index acfc9f2..c13a377 100644 --- a/src/Resources/contao/dca/tl_real_estate.php +++ b/src/Resources/contao/dca/tl_real_estate.php @@ -176,7 +176,7 @@ 'alias' => array ( 'label' => &$GLOBALS['TL_LANG']['tl_real_estate']['alias'], - 'exclude' => true, + 'exclude' => true, 'search' => true, 'inputType' => 'text', 'eval' => array('rgxp'=>'alias', 'unique'=>true, 'maxlength'=>255, 'tl_class'=>'w50'), @@ -189,19 +189,19 @@ 'provider' => array ( 'label' => &$GLOBALS['TL_LANG']['tl_real_estate']['provider'], - 'exclude' => true, + 'exclude' => true, 'filter' => true, 'inputType' => 'select', 'options_callback' => array('tl_real_estate', 'getAllProvider'), 'eval' => array('submitOnChange'=>true, 'includeBlankOption'=>true, 'chosen'=>true, 'mandatory'=>true, 'tl_class'=>'w50'), 'foreignKey' => 'tl_provider.firma', 'relation' => array('type'=>'hasMany', 'load'=>'lazy'), - 'sql' => "varchar(32) NOT NULL default ''", + 'sql' => "varchar(64) NOT NULL default ''", ), 'contactPerson' => array ( 'label' => &$GLOBALS['TL_LANG']['tl_real_estate']['contactPerson'], - 'exclude' => true, + 'exclude' => true, 'filter' => true, 'inputType' => 'select', 'options_callback' => array('tl_real_estate', 'getContactPerson'), @@ -213,17 +213,17 @@ 'anbieternr' => array ( 'label' => &$GLOBALS['TL_LANG']['tl_real_estate']['anbieternr'], - 'exclude' => true, + 'exclude' => true, 'inputType' => 'text', 'eval' => array('mandatory'=>true, 'maxlength'=>32, 'tl_class'=>'w50'), - 'sql' => "varchar(32) NOT NULL default ''" + 'sql' => "varchar(64) NOT NULL default ''" ), // Objektkategorien 'nutzungsart' => array ( 'label' => &$GLOBALS['TL_LANG']['tl_real_estate']['nutzungsart'], - 'exclude' => true, + 'exclude' => true, 'inputType' => 'select', 'filter' => true, 'options' => array @@ -234,7 +234,7 @@ 'waz' => &$GLOBALS['TL_LANG']['tl_real_estate_value']['nutzungsart_waz'] ), 'eval' => array('includeBlankOption'=>true, 'tl_class'=>'w50'), - 'sql' => "varchar(32) NOT NULL default ''", + 'sql' => "varchar(7) NOT NULL default ''", 'realEstate' => array( 'detail' => true, 'order' => 100 @@ -243,7 +243,7 @@ 'vermarktungsartKauf' => array ( 'label' => &$GLOBALS['TL_LANG']['tl_real_estate']['vermarktungsartKauf'], - 'exclude' => true, + 'exclude' => true, 'inputType' => 'checkbox', 'eval' => array('tl_class' => 'w50'), 'sql' => "char(1) NOT NULL default '0'", @@ -254,7 +254,7 @@ 'vermarktungsartMietePacht' => array ( 'label' => &$GLOBALS['TL_LANG']['tl_real_estate']['vermarktungsartMietePacht'], - 'exclude' => true, + 'exclude' => true, 'inputType' => 'checkbox', 'eval' => array('tl_class' => 'w50'), 'sql' => "char(1) NOT NULL default '0'", @@ -265,7 +265,7 @@ 'vermarktungsartErbpacht' => array ( 'label' => &$GLOBALS['TL_LANG']['tl_real_estate']['vermarktungsartErbpacht'], - 'exclude' => true, + 'exclude' => true, 'inputType' => 'checkbox', 'eval' => array('tl_class' => 'w50'), 'sql' => "char(1) NOT NULL default '0'", @@ -276,7 +276,7 @@ 'vermarktungsartLeasing' => array ( 'label' => &$GLOBALS['TL_LANG']['tl_real_estate']['vermarktungsartLeasing'], - 'exclude' => true, + 'exclude' => true, 'inputType' => 'checkbox', 'eval' => array('tl_class' => 'w50'), 'sql' => "char(1) NOT NULL default '0'", @@ -307,7 +307,7 @@ 'zinshaus_renditeobjekt' => &$GLOBALS['TL_LANG']['tl_real_estate_value']['objektart_zinshaus_renditeobjekt'] ), 'eval' => array('includeBlankOption'=>true, 'chosen'=>true, 'submitOnChange'=>true, 'tl_class'=>'w50'), - 'sql' => "varchar(32) NOT NULL default ''", + 'sql' => "varchar(64) NOT NULL default ''", 'realEstate' => array( 'detail' => true, 'order' => 100 @@ -318,14 +318,14 @@ 'zimmerTyp' => array ( 'label' => &$GLOBALS['TL_LANG']['tl_real_estate']['zimmerTyp'], - 'exclude' => true, + 'exclude' => true, 'inputType' => 'select', 'options' => array ( 'zimmer' => &$GLOBALS['TL_LANG']['tl_real_estate_value']['zimmerTyp_zimmer'], ), 'eval' => array('includeBlankOption'=>true, 'tl_class'=>'w50'), - 'sql' => "varchar(32) NOT NULL default ''", + 'sql' => "varchar(64) NOT NULL default ''", 'realEstate' => array( 'filter' => true, 'group' => 'objekttyp' @@ -334,7 +334,7 @@ 'wohnungTyp' => array ( 'label' => &$GLOBALS['TL_LANG']['tl_real_estate']['wohnungTyp'], - 'exclude' => true, + 'exclude' => true, 'inputType' => 'select', 'options' => array ( @@ -354,7 +354,7 @@ 'keine_angabe' => &$GLOBALS['TL_LANG']['tl_real_estate_value']['wohnungTyp_keine_angabe'] ), 'eval' => array('includeBlankOption'=>true, 'chosen'=>true, 'tl_class'=>'w50'), - 'sql' => "varchar(32) NOT NULL default ''", + 'sql' => "varchar(64) NOT NULL default ''", 'realEstate' => array( 'filter' => true, 'group' => 'objekttyp' @@ -363,7 +363,7 @@ 'hausTyp' => array ( 'label' => &$GLOBALS['TL_LANG']['tl_real_estate']['hausTyp'], - 'exclude' => true, + 'exclude' => true, 'inputType' => 'select', 'options' => array ( @@ -396,7 +396,7 @@ 'keine_angabe' => &$GLOBALS['TL_LANG']['tl_real_estate_value']['hausTyp_keine_angabe'] ), 'eval' => array('includeBlankOption'=>true, 'chosen'=>true, 'tl_class'=>'w50'), - 'sql' => "varchar(32) NOT NULL default ''", + 'sql' => "varchar(64) NOT NULL default ''", 'realEstate' => array( 'filter' => true, 'group' => 'objekttyp' @@ -405,7 +405,7 @@ 'grundstTyp' => array ( 'label' => &$GLOBALS['TL_LANG']['tl_real_estate']['grundstTyp'], - 'exclude' => true, + 'exclude' => true, 'inputType' => 'select', 'options' => array ( @@ -420,7 +420,7 @@ 'seeliegenschaft' => &$GLOBALS['TL_LANG']['tl_real_estate_value']['grundstTyp_seeliegenschaft'] ), 'eval' => array('includeBlankOption'=>true, 'tl_class'=>'w50'), - 'sql' => "varchar(32) NOT NULL default ''", + 'sql' => "varchar(64) NOT NULL default ''", 'realEstate' => array( 'filter' => true, 'group' => 'objekttyp' @@ -429,7 +429,7 @@ 'bueroTyp' => array ( 'label' => &$GLOBALS['TL_LANG']['tl_real_estate']['bueroTyp'], - 'exclude' => true, + 'exclude' => true, 'inputType' => 'select', 'options' => array ( @@ -445,7 +445,7 @@ 'shared_office' => &$GLOBALS['TL_LANG']['tl_real_estate_value']['bueroTyp_shared_office'] ), 'eval' => array('includeBlankOption'=>true, 'tl_class'=>'w50'), - 'sql' => "varchar(32) NOT NULL default ''", + 'sql' => "varchar(64) NOT NULL default ''", 'realEstate' => array( 'filter' => true, 'group' => 'objekttyp' @@ -454,7 +454,7 @@ 'handelTyp' => array ( 'label' => &$GLOBALS['TL_LANG']['tl_real_estate']['handelTyp'], - 'exclude' => true, + 'exclude' => true, 'inputType' => 'select', 'options' => array ( @@ -469,7 +469,7 @@ 'ausstellungsflaeche' => &$GLOBALS['TL_LANG']['tl_real_estate_value']['handelTyp_ausstellungsflaeche'] ), 'eval' => array('includeBlankOption'=>true, 'tl_class'=>'w50'), - 'sql' => "varchar(32) NOT NULL default ''", + 'sql' => "varchar(64) NOT NULL default ''", 'realEstate' => array( 'filter' => true, 'group' => 'objekttyp' @@ -478,7 +478,7 @@ 'gastgewTyp' => array ( 'label' => &$GLOBALS['TL_LANG']['tl_real_estate']['gastgewTyp'], - 'exclude' => true, + 'exclude' => true, 'inputType' => 'select', 'options' => array ( @@ -495,7 +495,7 @@ 'einraumlokal' => &$GLOBALS['TL_LANG']['tl_real_estate_value']['gastgewTyp_einraumlokal'] ), 'eval' => array('includeBlankOption'=>true, 'tl_class'=>'w50'), - 'sql' => "varchar(32) NOT NULL default ''", + 'sql' => "varchar(64) NOT NULL default ''", 'realEstate' => array( 'filter' => true, 'group' => 'objekttyp' @@ -504,7 +504,7 @@ 'hallenTyp' => array ( 'label' => &$GLOBALS['TL_LANG']['tl_real_estate']['hallenTyp'], - 'exclude' => true, + 'exclude' => true, 'inputType' => 'select', 'options' => array ( @@ -522,7 +522,7 @@ 'kuehlhaus' => &$GLOBALS['TL_LANG']['tl_real_estate_value']['hallenTyp_kuehlhaus'] ), 'eval' => array('includeBlankOption'=>true, 'tl_class'=>'w50'), - 'sql' => "varchar(32) NOT NULL default ''", + 'sql' => "varchar(64) NOT NULL default ''", 'realEstate' => array( 'filter' => true, 'group' => 'objekttyp' @@ -531,7 +531,7 @@ 'landTyp' => array ( 'label' => &$GLOBALS['TL_LANG']['tl_real_estate']['landTyp'], - 'exclude' => true, + 'exclude' => true, 'inputType' => 'select', 'options' => array ( @@ -551,7 +551,7 @@ 'jagdrevier' => &$GLOBALS['TL_LANG']['tl_real_estate_value']['landTyp_jagdrevier'] ), 'eval' => array('includeBlankOption'=>true, 'tl_class'=>'w50'), - 'sql' => "varchar(32) NOT NULL default ''", + 'sql' => "varchar(64) NOT NULL default ''", 'realEstate' => array( 'filter' => true, 'group' => 'objekttyp' @@ -560,7 +560,7 @@ 'parkenTyp' => array ( 'label' => &$GLOBALS['TL_LANG']['tl_real_estate']['parkenTyp'], - 'exclude' => true, + 'exclude' => true, 'inputType' => 'select', 'options' => array ( @@ -576,7 +576,7 @@ 'parkplatz_strom' => &$GLOBALS['TL_LANG']['tl_real_estate_value']['parkenTyp_parkplatz_strom'] ), 'eval' => array('includeBlankOption'=>true, 'tl_class'=>'w50'), - 'sql' => "varchar(32) NOT NULL default ''", + 'sql' => "varchar(64) NOT NULL default ''", 'realEstate' => array( 'filter' => true, 'group' => 'objekttyp' @@ -585,7 +585,7 @@ 'sonstigeTyp' => array ( 'label' => &$GLOBALS['TL_LANG']['tl_real_estate']['sonstigeTyp'], - 'exclude' => true, + 'exclude' => true, 'inputType' => 'select', 'options' => array ( @@ -596,7 +596,7 @@ 'sonstige' => &$GLOBALS['TL_LANG']['tl_real_estate_value']['sonstigeTyp_sonstige'] ), 'eval' => array('includeBlankOption'=>true, 'tl_class'=>'w50'), - 'sql' => "varchar(32) NOT NULL default ''", + 'sql' => "varchar(64) NOT NULL default ''", 'realEstate' => array( 'filter' => true, 'group' => 'objekttyp' @@ -605,7 +605,7 @@ 'freizeitTyp' => array ( 'label' => &$GLOBALS['TL_LANG']['tl_real_estate']['freizeitTyp'], - 'exclude' => true, + 'exclude' => true, 'inputType' => 'select', 'options' => array ( @@ -614,7 +614,7 @@ 'freizeitanlagen' => &$GLOBALS['TL_LANG']['tl_real_estate_value']['freizeitTyp_freizeitanlagen'] ), 'eval' => array('includeBlankOption'=>true, 'tl_class'=>'w50'), - 'sql' => "varchar(32) NOT NULL default ''", + 'sql' => "varchar(64) NOT NULL default ''", 'realEstate' => array( 'filter' => true, 'group' => 'objekttyp' @@ -623,7 +623,7 @@ 'zinsTyp' => array ( 'label' => &$GLOBALS['TL_LANG']['tl_real_estate']['zinsTyp'], - 'exclude' => true, + 'exclude' => true, 'inputType' => 'select', 'options' => array ( @@ -642,7 +642,7 @@ 'betreutes-wohnen' => &$GLOBALS['TL_LANG']['tl_real_estate_value']['zinsTyp_betreutes-wohnen'] ), 'eval' => array('includeBlankOption'=>true, 'tl_class'=>'w50'), - 'sql' => "varchar(32) NOT NULL default ''", + 'sql' => "varchar(64) NOT NULL default ''", 'realEstate' => array( 'filter' => true, 'group' => 'objekttyp' @@ -656,7 +656,7 @@ 'metaTitle' => array ( 'label' => &$GLOBALS['TL_LANG']['tl_real_estate']['metaTitle'], - 'exclude' => true, + 'exclude' => true, 'search' => true, 'inputType' => 'text', 'eval' => array('maxlength'=>255, 'decodeEntities'=>true, 'tl_class'=>'w50'), @@ -667,18 +667,18 @@ 'robots' => array ( 'label' => &$GLOBALS['TL_LANG']['tl_real_estate']['robots'], - 'exclude' => true, + 'exclude' => true, 'inputType' => 'select', 'options' => array('index,follow', 'index,nofollow', 'noindex,follow', 'noindex,nofollow'), 'eval' => array('includeBlankOption'=>true, 'tl_class'=>'w50'), - 'sql' => "varchar(32) NOT NULL default ''" + 'sql' => "varchar(16) NOT NULL default ''" ), // Meta description 'metaDescription' => array ( 'label' => &$GLOBALS['TL_LANG']['tl_real_estate']['metaDescription'], - 'exclude' => true, + 'exclude' => true, 'search' => true, 'inputType' => 'textarea', 'eval' => array('style'=>'height:60px', 'decodeEntities'=>true, 'tl_class'=>'clr'), @@ -689,9 +689,9 @@ 'serpPreview' => array ( 'label' => &$GLOBALS['TL_LANG']['MSC']['serpPreview'], - 'exclude' => true, + 'exclude' => true, 'inputType' => 'serpPreview', - 'eval' => array('url_callback'=>static function () { return 'http://[your-domain.com]/[alias]/'; }, 'titleFields'=>array('metaTitle', 'objekttitel'), 'descriptionFields'=>array('metaDescription', 'objektbeschreibung')), + 'eval' => array('url_callback'=>static function () { return 'https://[your-domain.com]/[alias]/'; }, 'titleFields'=>array('metaTitle', 'objekttitel'), 'descriptionFields'=>array('metaDescription', 'objektbeschreibung')), 'sql' => null ), @@ -701,7 +701,7 @@ 'kaufpreisAufAnfrage' => array ( 'label' => &$GLOBALS['TL_LANG']['tl_real_estate']['kaufpreisAufAnfrage'], - 'exclude' => true, + 'exclude' => true, 'inputType' => 'checkbox', 'eval' => array('tl_class' => 'w50'), 'sql' => "char(1) NOT NULL default '0'" @@ -711,7 +711,7 @@ 'kaufpreis' => array ( 'label' => &$GLOBALS['TL_LANG']['tl_real_estate']['kaufpreis'], - 'exclude' => true, + 'exclude' => true, 'inputType' => 'text', 'eval' => array('maxlength'=>20, 'tl_class'=>'w50'), 'sql' => "decimal(10,2) NULL default NULL", @@ -724,7 +724,7 @@ 'kaufpreisnetto' => array ( 'label' => &$GLOBALS['TL_LANG']['tl_real_estate']['kaufpreisnetto'], - 'exclude' => true, + 'exclude' => true, 'inputType' => 'text', 'eval' => array('maxlength' => 20, 'tl_class' => 'w50'), 'sql' => "decimal(10,2) NULL default NULL", @@ -737,7 +737,7 @@ 'kaufpreisbrutto' => array ( 'label' => &$GLOBALS['TL_LANG']['tl_real_estate']['kaufpreisbrutto'], - 'exclude' => true, + 'exclude' => true, 'inputType' => 'text', 'eval' => array('maxlength' => 20, 'tl_class' => 'w50'), 'sql' => "decimal(10,2) NULL default NULL", @@ -752,7 +752,7 @@ 'nettokaltmiete' => array ( 'label' => &$GLOBALS['TL_LANG']['tl_real_estate']['nettokaltmiete'], - 'exclude' => true, + 'exclude' => true, 'inputType' => 'text', 'eval' => array('maxlength' => 20, 'tl_class' => 'w50'), 'sql' => "decimal(10,2) NULL default NULL", @@ -765,7 +765,7 @@ 'kaltmiete' => array ( 'label' => &$GLOBALS['TL_LANG']['tl_real_estate']['kaltmiete'], - 'exclude' => true, + 'exclude' => true, 'inputType' => 'text', 'eval' => array('maxlength' => 20, 'tl_class' => 'w50 clr'), 'sql' => "decimal(10,2) NULL default NULL", @@ -778,7 +778,7 @@ 'warmmiete' => array ( 'label' => &$GLOBALS['TL_LANG']['tl_real_estate']['warmmiete'], - 'exclude' => true, + 'exclude' => true, 'inputType' => 'text', 'eval' => array('maxlength' => 20, 'tl_class' => 'w50'), 'sql' => "decimal(10,2) NULL default NULL", @@ -793,10 +793,10 @@ 'freitextPreis' => array ( 'label' => &$GLOBALS['TL_LANG']['tl_real_estate']['freitextPreis'], - 'exclude' => true, + 'exclude' => true, 'inputType' => 'text', 'eval' => array('maxlength' => 20, 'tl_class' => 'w50 clr'), - 'sql' => "varchar(20) NOT NULL default ''", + 'sql' => "varchar(64) NOT NULL default ''", 'realEstate' => array( 'price' => true, 'order' => 800 @@ -807,7 +807,7 @@ 'nebenkosten' => array ( 'label' => &$GLOBALS['TL_LANG']['tl_real_estate']['nebenkosten'], - 'exclude' => true, + 'exclude' => true, 'inputType' => 'text', 'eval' => array('maxlength' => 20, 'tl_class' => 'w50 clr'), 'sql' => "decimal(10,2) NULL default NULL", @@ -820,7 +820,7 @@ 'heizkosten' => array ( 'label' => &$GLOBALS['TL_LANG']['tl_real_estate']['heizkosten'], - 'exclude' => true, + 'exclude' => true, 'inputType' => 'text', 'eval' => array('maxlength' => 20, 'tl_class' => 'w50'), 'sql' => "decimal(10,2) NULL default NULL", @@ -833,7 +833,7 @@ 'heizkostenEnthalten' => array ( 'label' => &$GLOBALS['TL_LANG']['tl_real_estate']['heizkostenEnthalten'], - 'exclude' => true, + 'exclude' => true, 'inputType' => 'checkbox', 'eval' => array('tl_class' => 'w50 m12'), 'sql' => "char(1) NOT NULL default '0'", @@ -847,7 +847,7 @@ 'heizkostennetto' => array ( 'label' => &$GLOBALS['TL_LANG']['tl_real_estate']['heizkostennetto'], - 'exclude' => true, + 'exclude' => true, 'inputType' => 'text', 'eval' => array('maxlength' => 20, 'tl_class' => 'w50'), 'sql' => "decimal(10,2) NULL default NULL", @@ -860,7 +860,7 @@ 'heizkostenust' => array ( 'label' => &$GLOBALS['TL_LANG']['tl_real_estate']['heizkostenust'], - 'exclude' => true, + 'exclude' => true, 'inputType' => 'text', 'eval' => array('maxlength' => 20, 'tl_class' => 'w50'), 'sql' => "decimal(10,2) NULL default NULL", @@ -868,7 +868,7 @@ 'zzgMehrwertsteuer' => array ( 'label' => &$GLOBALS['TL_LANG']['tl_real_estate']['zzgMehrwertsteuer'], - 'exclude' => true, + 'exclude' => true, 'inputType' => 'checkbox', 'eval' => array('tl_class' => 'w50 m12'), 'sql' => "char(1) NOT NULL default '0'", @@ -880,7 +880,7 @@ 'mietzuschlaege' => array ( 'label' => &$GLOBALS['TL_LANG']['tl_real_estate']['mietzuschlaege'], - 'exclude' => true, + 'exclude' => true, 'inputType' => 'text', 'eval' => array('maxlength' => 20, 'tl_class' => 'w50'), 'sql' => "decimal(10,2) NULL default NULL", @@ -895,7 +895,7 @@ 'hauptmietzinsnetto' => array ( 'label' => &$GLOBALS['TL_LANG']['tl_real_estate']['hauptmietzinsnetto'], - 'exclude' => true, + 'exclude' => true, 'inputType' => 'text', 'eval' => array('maxlength' => 20, 'tl_class' => 'w50'), 'sql' => "decimal(10,2) NULL default NULL", @@ -907,7 +907,7 @@ 'hauptmietzinsust' => array ( 'label' => &$GLOBALS['TL_LANG']['tl_real_estate']['hauptmietzinsust'], - 'exclude' => true, + 'exclude' => true, 'inputType' => 'text', 'eval' => array('maxlength' => 20, 'tl_class' => 'w50'), 'sql' => "decimal(10,2) NULL default NULL", @@ -915,7 +915,7 @@ 'pauschalmiete' => array ( 'label' => &$GLOBALS['TL_LANG']['tl_real_estate']['pauschalmiete'], - 'exclude' => true, + 'exclude' => true, 'inputType' => 'text', 'eval' => array('maxlength' => 20, 'tl_class' => 'w50'), 'sql' => "decimal(10,2) NULL default NULL", @@ -929,7 +929,7 @@ 'betriebskostennetto' => array ( 'label' => &$GLOBALS['TL_LANG']['tl_real_estate']['betriebskostennetto'], - 'exclude' => true, + 'exclude' => true, 'inputType' => 'text', 'eval' => array('maxlength' => 20, 'tl_class' => 'w50'), 'sql' => "decimal(10,2) NULL default NULL", @@ -943,7 +943,7 @@ 'betriebskostenust' => array ( 'label' => &$GLOBALS['TL_LANG']['tl_real_estate']['betriebskostenust'], - 'exclude' => true, + 'exclude' => true, 'inputType' => 'text', 'eval' => array('maxlength' => 20, 'tl_class' => 'w50'), 'sql' => "decimal(10,2) NULL default NULL", @@ -951,7 +951,7 @@ 'evbnetto' => array ( 'label' => &$GLOBALS['TL_LANG']['tl_real_estate']['evbnetto'], - 'exclude' => true, + 'exclude' => true, 'inputType' => 'text', 'eval' => array('maxlength' => 20, 'tl_class' => 'w50'), 'sql' => "decimal(10,2) NULL default NULL", @@ -965,7 +965,7 @@ 'evbust' => array ( 'label' => &$GLOBALS['TL_LANG']['tl_real_estate']['evbust'], - 'exclude' => true, + 'exclude' => true, 'inputType' => 'text', 'eval' => array('maxlength' => 20, 'tl_class' => 'w50'), 'sql' => "decimal(10,2) NULL default NULL", @@ -973,7 +973,7 @@ 'gesamtmietenetto' => array ( 'label' => &$GLOBALS['TL_LANG']['tl_real_estate']['gesamtmietenetto'], - 'exclude' => true, + 'exclude' => true, 'inputType' => 'text', 'eval' => array('maxlength' => 20, 'tl_class' => 'w50'), 'sql' => "decimal(10,2) NULL default NULL", @@ -987,7 +987,7 @@ 'gesamtmieteust' => array ( 'label' => &$GLOBALS['TL_LANG']['tl_real_estate']['gesamtmieteust'], - 'exclude' => true, + 'exclude' => true, 'inputType' => 'text', 'eval' => array('maxlength' => 20, 'tl_class' => 'w50'), 'sql' => "decimal(10,2) NULL default NULL", @@ -995,7 +995,7 @@ 'gesamtmietebrutto' => array ( 'label' => &$GLOBALS['TL_LANG']['tl_real_estate']['gesamtmietebrutto'], - 'exclude' => true, + 'exclude' => true, 'inputType' => 'text', 'eval' => array('maxlength' => 20, 'tl_class' => 'w50'), 'sql' => "decimal(10,2) NULL default NULL", @@ -1009,7 +1009,7 @@ 'gesamtbelastungnetto' => array ( 'label' => &$GLOBALS['TL_LANG']['tl_real_estate']['gesamtbelastungnetto'], - 'exclude' => true, + 'exclude' => true, 'inputType' => 'text', 'eval' => array('maxlength' => 20, 'tl_class' => 'w50'), 'sql' => "decimal(10,2) NULL default NULL", @@ -1023,7 +1023,7 @@ 'gesamtbelastungust' => array ( 'label' => &$GLOBALS['TL_LANG']['tl_real_estate']['gesamtbelastungust'], - 'exclude' => true, + 'exclude' => true, 'inputType' => 'text', 'eval' => array('maxlength' => 20, 'tl_class' => 'w50'), 'sql' => "decimal(10,2) NULL default NULL", @@ -1031,7 +1031,7 @@ 'gesamtbelastungbrutto' => array ( 'label' => &$GLOBALS['TL_LANG']['tl_real_estate']['gesamtbelastungbrutto'], - 'exclude' => true, + 'exclude' => true, 'inputType' => 'text', 'eval' => array('maxlength' => 20, 'tl_class' => 'w50'), 'sql' => "decimal(10,2) NULL default NULL", @@ -1045,7 +1045,7 @@ 'gesamtkostenprom2von' => array ( 'label' => &$GLOBALS['TL_LANG']['tl_real_estate']['gesamtkostenprom2von'], - 'exclude' => true, + 'exclude' => true, 'inputType' => 'text', 'eval' => array('maxlength' => 20, 'tl_class' => 'w50'), 'sql' => "decimal(10,2) NULL default NULL", @@ -1059,7 +1059,7 @@ 'gesamtkostenprom2bis' => array ( 'label' => &$GLOBALS['TL_LANG']['tl_real_estate']['gesamtkostenprom2bis'], - 'exclude' => true, + 'exclude' => true, 'inputType' => 'text', 'eval' => array('maxlength' => 20, 'tl_class' => 'w50'), 'sql' => "decimal(10,2) NULL default NULL", @@ -1073,7 +1073,7 @@ 'monatlichekostennetto' => array ( 'label' => &$GLOBALS['TL_LANG']['tl_real_estate']['monatlichekostennetto'], - 'exclude' => true, + 'exclude' => true, 'inputType' => 'text', 'eval' => array('maxlength' => 20, 'tl_class' => 'w50'), 'sql' => "decimal(10,2) NULL default NULL", @@ -1087,7 +1087,7 @@ 'monatlichekostenust' => array ( 'label' => &$GLOBALS['TL_LANG']['tl_real_estate']['monatlichekostenust'], - 'exclude' => true, + 'exclude' => true, 'inputType' => 'text', 'eval' => array('maxlength' => 20, 'tl_class' => 'w50'), 'sql' => "decimal(10,2) NULL default NULL", @@ -1095,7 +1095,7 @@ 'monatlichekostenbrutto' => array ( 'label' => &$GLOBALS['TL_LANG']['tl_real_estate']['monatlichekostenbrutto'], - 'exclude' => true, + 'exclude' => true, 'inputType' => 'text', 'eval' => array('maxlength' => 20, 'tl_class' => 'w50'), 'sql' => "decimal(10,2) NULL default NULL", @@ -1109,7 +1109,7 @@ 'nebenkostenprom2von' => array ( 'label' => &$GLOBALS['TL_LANG']['tl_real_estate']['nebenkostenprom2von'], - 'exclude' => true, + 'exclude' => true, 'inputType' => 'text', 'eval' => array('maxlength' => 20, 'tl_class' => 'w50 clr'), 'sql' => "decimal(10,2) NULL default NULL", @@ -1123,7 +1123,7 @@ 'nebenkostenprom2bis' => array ( 'label' => &$GLOBALS['TL_LANG']['tl_real_estate']['nebenkostenprom2bis'], - 'exclude' => true, + 'exclude' => true, 'inputType' => 'text', 'eval' => array('maxlength' => 20, 'tl_class' => 'w50'), 'sql' => "decimal(10,2) NULL default NULL", @@ -1137,7 +1137,7 @@ 'ruecklagenetto' => array ( 'label' => &$GLOBALS['TL_LANG']['tl_real_estate']['ruecklagenetto'], - 'exclude' => true, + 'exclude' => true, 'inputType' => 'text', 'eval' => array('maxlength' => 20, 'tl_class' => 'w50'), 'sql' => "decimal(10,2) NULL default NULL", @@ -1151,7 +1151,7 @@ 'ruecklageust' => array ( 'label' => &$GLOBALS['TL_LANG']['tl_real_estate']['ruecklageust'], - 'exclude' => true, + 'exclude' => true, 'inputType' => 'text', 'eval' => array('maxlength' => 20, 'tl_class' => 'w50'), 'sql' => "decimal(10,2) NULL default NULL", @@ -1159,7 +1159,7 @@ 'sonstigekostennetto' => array ( 'label' => &$GLOBALS['TL_LANG']['tl_real_estate']['sonstigekostennetto'], - 'exclude' => true, + 'exclude' => true, 'inputType' => 'text', 'eval' => array('maxlength' => 20, 'tl_class' => 'w50'), 'sql' => "decimal(10,2) NULL default NULL", @@ -1173,7 +1173,7 @@ 'sonstigekostenust' => array ( 'label' => &$GLOBALS['TL_LANG']['tl_real_estate']['sonstigekostenust'], - 'exclude' => true, + 'exclude' => true, 'inputType' => 'text', 'eval' => array('maxlength' => 20, 'tl_class' => 'w50'), 'sql' => "decimal(10,2) NULL default NULL", @@ -1181,7 +1181,7 @@ 'sonstigemietenetto' => array ( 'label' => &$GLOBALS['TL_LANG']['tl_real_estate']['sonstigemietenetto'], - 'exclude' => true, + 'exclude' => true, 'inputType' => 'text', 'eval' => array('maxlength' => 20, 'tl_class' => 'w50'), 'sql' => "decimal(10,2) NULL default NULL", @@ -1195,7 +1195,7 @@ 'sonstigemieteust' => array ( 'label' => &$GLOBALS['TL_LANG']['tl_real_estate']['sonstigekostenust'], - 'exclude' => true, + 'exclude' => true, 'inputType' => 'text', 'eval' => array('maxlength' => 20, 'tl_class' => 'w50'), 'sql' => "decimal(10,2) NULL default NULL", @@ -1203,7 +1203,7 @@ 'summemietenetto' => array ( 'label' => &$GLOBALS['TL_LANG']['tl_real_estate']['ruecklagenetto'], - 'exclude' => true, + 'exclude' => true, 'inputType' => 'text', 'eval' => array('maxlength' => 20, 'tl_class' => 'w50'), 'sql' => "decimal(10,2) NULL default NULL", @@ -1217,7 +1217,7 @@ 'summemieteust' => array ( 'label' => &$GLOBALS['TL_LANG']['tl_real_estate']['summemieteust'], - 'exclude' => true, + 'exclude' => true, 'inputType' => 'text', 'eval' => array('maxlength' => 20, 'tl_class' => 'w50'), 'sql' => "decimal(10,2) NULL default NULL", @@ -1225,7 +1225,7 @@ 'nettomieteprom2von' => array ( 'label' => &$GLOBALS['TL_LANG']['tl_real_estate']['nettomieteprom2von'], - 'exclude' => true, + 'exclude' => true, 'inputType' => 'text', 'eval' => array('maxlength' => 20, 'tl_class' => 'w50'), 'sql' => "decimal(10,2) NULL default NULL", @@ -1239,7 +1239,7 @@ 'nettomieteprom2bis' => array ( 'label' => &$GLOBALS['TL_LANG']['tl_real_estate']['nettomieteprom2bis'], - 'exclude' => true, + 'exclude' => true, 'inputType' => 'text', 'eval' => array('maxlength' => 20, 'tl_class' => 'w50'), 'sql' => "decimal(10,2) NULL default NULL", @@ -1253,7 +1253,7 @@ 'pacht' => array ( 'label' => &$GLOBALS['TL_LANG']['tl_real_estate']['pacht'], - 'exclude' => true, + 'exclude' => true, 'inputType' => 'text', 'eval' => array('maxlength' => 20, 'tl_class' => 'w50'), 'sql' => "decimal(10,2) NULL default NULL", @@ -1267,7 +1267,7 @@ 'erbpacht' => array ( 'label' => &$GLOBALS['TL_LANG']['tl_real_estate']['erbpacht'], - 'exclude' => true, + 'exclude' => true, 'inputType' => 'text', 'eval' => array('maxlength' => 20, 'tl_class' => 'w50'), 'sql' => "decimal(10,2) NULL default NULL", @@ -1281,7 +1281,7 @@ 'hausgeld' => array ( 'label' => &$GLOBALS['TL_LANG']['tl_real_estate']['hausgeld'], - 'exclude' => true, + 'exclude' => true, 'inputType' => 'text', 'eval' => array('maxlength' => 20, 'tl_class' => 'w50'), 'sql' => "decimal(10,2) NULL default NULL", @@ -1295,7 +1295,7 @@ 'abstand' => array ( 'label' => &$GLOBALS['TL_LANG']['tl_real_estate']['abstand'], - 'exclude' => true, + 'exclude' => true, 'inputType' => 'text', 'eval' => array('maxlength' => 20, 'tl_class' => 'w50'), 'sql' => "decimal(10,2) NULL default NULL", @@ -1307,7 +1307,7 @@ 'preisZeitraumVon' => array ( 'label' => &$GLOBALS['TL_LANG']['tl_real_estate']['preisZeitraumVon'], - 'exclude' => true, + 'exclude' => true, 'inputType' => 'text', 'eval' => array('rgxp'=>'date', 'tl_class'=>'w50'), 'sql' => "varchar(10) NOT NULL default ''", @@ -1319,7 +1319,7 @@ 'preisZeitraumBis' => array ( 'label' => &$GLOBALS['TL_LANG']['tl_real_estate']['preisZeitraumBis'], - 'exclude' => true, + 'exclude' => true, 'inputType' => 'text', 'eval' => array('rgxp'=>'date', 'tl_class'=>'w50'), 'sql' => "varchar(10) NOT NULL default ''", @@ -1331,7 +1331,7 @@ 'preisZeiteinheit' => array ( 'label' => &$GLOBALS['TL_LANG']['tl_real_estate']['preisZeiteinheit'], - 'exclude' => true, + 'exclude' => true, 'inputType' => 'select', 'options' => array ( @@ -1341,7 +1341,7 @@ 'jahr' => &$GLOBALS['TL_LANG']['tl_real_estate_value']['preisZeiteinheit_jahr'] ), 'eval' => array('includeBlankOption'=>true, 'tl_class'=>'w50'), - 'sql' => "varchar(32) NOT NULL default ''", + 'sql' => "varchar(5) NOT NULL default ''", 'realEstate' => array( 'price' => true, 'order' => 820 @@ -1350,7 +1350,7 @@ 'mietpreisProQm' => array ( 'label' => &$GLOBALS['TL_LANG']['tl_real_estate']['mietpreisProQm'], - 'exclude' => true, + 'exclude' => true, 'inputType' => 'text', 'eval' => array('maxlength' => 20, 'tl_class' => 'w50'), 'sql' => "decimal(10,2) NULL default NULL", @@ -1364,7 +1364,7 @@ 'kaufpreisProQm' => array ( 'label' => &$GLOBALS['TL_LANG']['tl_real_estate']['kaufpreisProQm'], - 'exclude' => true, + 'exclude' => true, 'inputType' => 'text', 'eval' => array('maxlength' => 20, 'tl_class' => 'w50'), 'sql' => "decimal(10,2) NULL default NULL", @@ -1378,7 +1378,7 @@ 'provisionspflichtig' => array ( 'label' => &$GLOBALS['TL_LANG']['tl_real_estate']['provisionspflichtig'], - 'exclude' => true, + 'exclude' => true, 'inputType' => 'checkbox', 'eval' => array('maxlength' => 20, 'tl_class' => 'w50 m12'), 'sql' => "char(1) NOT NULL default '0'", @@ -1392,7 +1392,7 @@ 'provisionTeilen' => array // ToDo: Feld kann nicht eindeutig zugeordnet werden. Ist ein Boolean, scheinbar aber auch ein String. ( 'label' => &$GLOBALS['TL_LANG']['tl_real_estate']['provisionTeilen'], - 'exclude' => true, + 'exclude' => true, 'inputType' => 'checkbox', 'eval' => array('tl_class' => 'w50 m12'), 'sql' => "char(1) NOT NULL default '0'", @@ -1404,7 +1404,7 @@ 'provisionTeilenWert' => array ( 'label' => &$GLOBALS['TL_LANG']['tl_real_estate']['provisionTeilenWert'], - 'exclude' => true, + 'exclude' => true, 'inputType' => 'select', 'options' => array ( @@ -1413,7 +1413,7 @@ 'text' => &$GLOBALS['TL_LANG']['tl_real_estate_value']['provisionTeilenWert_text'] ), 'eval' => array('includeBlankOption'=>true, 'tl_class'=>'w50'), - 'sql' => "varchar(32) NOT NULL default ''", + 'sql' => "varchar(7) NOT NULL default ''", 'realEstate' => array( 'price' => true, 'order' => 825 @@ -1422,7 +1422,7 @@ 'innenCourtage' => array ( 'label' => &$GLOBALS['TL_LANG']['tl_real_estate']['innenCourtage'], - 'exclude' => true, + 'exclude' => true, 'inputType' => 'text', 'eval' => array('maxlength' => 255, 'tl_class' => 'w50'), 'sql' => "varchar(255) NOT NULL default ''", @@ -1430,7 +1430,7 @@ 'innenCourtageMwst' => array ( 'label' => &$GLOBALS['TL_LANG']['tl_real_estate']['innenCourtageMwst'], - 'exclude' => true, + 'exclude' => true, 'inputType' => 'checkbox', 'eval' => array('tl_class' => 'w50 m12'), 'sql' => "char(1) NOT NULL default '0'" @@ -1438,7 +1438,7 @@ 'aussenCourtage' => array ( 'label' => &$GLOBALS['TL_LANG']['tl_real_estate']['aussenCourtage'], - 'exclude' => true, + 'exclude' => true, 'inputType' => 'text', 'eval' => array('maxlength' => 255, 'tl_class' => 'w50'), 'sql' => "varchar(255) NOT NULL default ''", @@ -1450,7 +1450,7 @@ 'courtageHinweis' => array ( 'label' => &$GLOBALS['TL_LANG']['tl_real_estate']['courtageHinweis'], - 'exclude' => true, + 'exclude' => true, 'inputType' => 'text', 'eval' => array('maxlength' => 255, 'tl_class' => 'w50'), 'sql' => "varchar(255) NOT NULL default ''", @@ -1462,7 +1462,7 @@ 'aussenCourtageMwst' => array ( 'label' => &$GLOBALS['TL_LANG']['tl_real_estate']['aussenCourtageMwst'], - 'exclude' => true, + 'exclude' => true, 'inputType' => 'checkbox', 'eval' => array('tl_class' => 'w50 m12'), 'sql' => "char(1) NOT NULL default '0'", @@ -1474,7 +1474,7 @@ 'provisionnetto' => array ( 'label' => &$GLOBALS['TL_LANG']['tl_real_estate']['provisionnetto'], - 'exclude' => true, + 'exclude' => true, 'inputType' => 'text', 'eval' => array('maxlength' => 20, 'tl_class' => 'w50'), 'sql' => "decimal(10,2) NULL default NULL", @@ -1486,7 +1486,7 @@ 'provisionust' => array ( 'label' => &$GLOBALS['TL_LANG']['tl_real_estate']['provisionust'], - 'exclude' => true, + 'exclude' => true, 'inputType' => 'text', 'eval' => array('maxlength' => 20, 'tl_class' => 'w50'), 'sql' => "decimal(10,2) NULL default NULL", @@ -1494,7 +1494,7 @@ 'provisionbrutto' => array ( 'label' => &$GLOBALS['TL_LANG']['tl_real_estate']['provisionbrutto'], - 'exclude' => true, + 'exclude' => true, 'inputType' => 'text', 'eval' => array('maxlength' => 20, 'tl_class' => 'w50'), 'sql' => "decimal(10,2) NULL default NULL", @@ -1506,15 +1506,15 @@ 'waehrung' => array // ToDo: Select -> Alle Währungen ( 'label' => &$GLOBALS['TL_LANG']['tl_real_estate']['waehrung'], - 'exclude' => true, + 'exclude' => true, 'inputType' => 'text', - 'eval' => array('maxlength' => 20, 'tl_class' => 'w50'), - 'sql' => "varchar(20) NOT NULL default ''", + 'eval' => array('maxlength' => 8, 'tl_class' => 'w50'), + 'sql' => "varchar(8) NOT NULL default ''", ), 'mwstSatz' => array ( 'label' => &$GLOBALS['TL_LANG']['tl_real_estate']['mwstSatz'], - 'exclude' => true, + 'exclude' => true, 'inputType' => 'text', 'eval' => array('maxlength' => 20, 'tl_class' => 'w50'), 'sql' => "decimal(10,2) NULL default NULL", @@ -1522,7 +1522,7 @@ 'mwstGesamt' => array ( 'label' => &$GLOBALS['TL_LANG']['tl_real_estate']['mwstGesamt'], - 'exclude' => true, + 'exclude' => true, 'inputType' => 'text', 'eval' => array('maxlength' => 20, 'tl_class' => 'w50'), 'sql' => "decimal(10,2) NULL default NULL", @@ -1530,15 +1530,15 @@ 'xFache' => array ( 'label' => &$GLOBALS['TL_LANG']['tl_real_estate']['xFache'], - 'exclude' => true, + 'exclude' => true, 'inputType' => 'text', 'eval' => array('maxlength' => 20, 'tl_class' => 'w50'), - 'sql' => "varchar(20) NOT NULL default ''" + 'sql' => "text NULL" ), 'nettorendite' => array ( 'label' => &$GLOBALS['TL_LANG']['tl_real_estate']['nettorendite'], - 'exclude' => true, + 'exclude' => true, 'inputType' => 'text', 'eval' => array('maxlength' => 20, 'tl_class' => 'w50'), 'sql' => "decimal(10,2) NULL default NULL", @@ -1550,7 +1550,7 @@ 'nettorenditeSoll' => array ( 'label' => &$GLOBALS['TL_LANG']['tl_real_estate']['nettorenditeSoll'], - 'exclude' => true, + 'exclude' => true, 'inputType' => 'text', 'eval' => array('maxlength' => 20, 'tl_class' => 'w50'), 'sql' => "decimal(10,2) NULL default NULL", @@ -1562,7 +1562,7 @@ 'nettorenditeIst' => array ( 'label' => &$GLOBALS['TL_LANG']['tl_real_estate']['nettorenditeIst'], - 'exclude' => true, + 'exclude' => true, 'inputType' => 'text', 'eval' => array('maxlength' => 20, 'tl_class' => 'w50'), 'sql' => "decimal(10,2) NULL default NULL", @@ -1574,7 +1574,7 @@ 'mieteinnahmenIst' => array ( 'label' => &$GLOBALS['TL_LANG']['tl_real_estate']['mieteinnahmenIst'], - 'exclude' => true, + 'exclude' => true, 'inputType' => 'text', 'eval' => array('maxlength' => 20, 'tl_class' => 'w50'), 'sql' => "decimal(10,2) NULL default NULL", @@ -1586,7 +1586,7 @@ 'mieteinnahmenIstPeriode' => array ( 'label' => &$GLOBALS['TL_LANG']['tl_real_estate']['mieteinnahmenIstPeriode'], - 'exclude' => true, + 'exclude' => true, 'inputType' => 'select', 'options' => array ( @@ -1596,7 +1596,7 @@ 'jahr' => &$GLOBALS['TL_LANG']['tl_real_estate_value']['mieteinnahmenIstPeriode_jahr'] ), 'eval' => array('includeBlankOption'=>true, 'tl_class'=>'w50'), - 'sql' => "varchar(32) NOT NULL default ''", + 'sql' => "varchar(5) NOT NULL default ''", 'realEstate' => array( 'price' => true, 'order' => 825 @@ -1605,7 +1605,7 @@ 'mieteinnahmenSoll' => array ( 'label' => &$GLOBALS['TL_LANG']['tl_real_estate']['mieteinnahmenSoll'], - 'exclude' => true, + 'exclude' => true, 'inputType' => 'text', 'eval' => array('maxlength' => 20, 'tl_class' => 'w50'), 'sql' => "decimal(10,2) NULL default NULL", @@ -1617,7 +1617,7 @@ 'mieteinnahmenSollPeriode' => array ( 'label' => &$GLOBALS['TL_LANG']['tl_real_estate']['mieteinnahmenSollPeriode'], - 'exclude' => true, + 'exclude' => true, 'inputType' => 'select', 'options' => array ( @@ -1627,7 +1627,7 @@ 'jahr' => &$GLOBALS['TL_LANG']['tl_real_estate_value']['mieteinnahmenSollPeriode_jahr'] ), 'eval' => array('includeBlankOption'=>true, 'tl_class'=>'w50'), - 'sql' => "varchar(32) NOT NULL default ''", + 'sql' => "varchar(5) NOT NULL default ''", 'realEstate' => array( 'price' => true, 'order' => 825 @@ -1636,7 +1636,7 @@ 'erschliessungskosten' => array ( 'label' => &$GLOBALS['TL_LANG']['tl_real_estate']['erschliessungskosten'], - 'exclude' => true, + 'exclude' => true, 'inputType' => 'text', 'eval' => array('maxlength' => 20, 'tl_class' => 'w50'), 'sql' => "decimal(10,2) NULL default NULL", @@ -1650,7 +1650,7 @@ 'kaution' => array ( 'label' => &$GLOBALS['TL_LANG']['tl_real_estate']['kaution'], - 'exclude' => true, + 'exclude' => true, 'inputType' => 'text', 'eval' => array('maxlength' => 20, 'tl_class' => 'w50'), 'sql' => "decimal(10,2) NULL default NULL", @@ -1662,10 +1662,10 @@ 'kautionText' => array ( 'label' => &$GLOBALS['TL_LANG']['tl_real_estate']['kautionText'], - 'exclude' => true, + 'exclude' => true, 'inputType' => 'text', - 'eval' => array('maxlength' => 20, 'tl_class' => 'w50'), - 'sql' => "varchar(20) NOT NULL default ''", + 'eval' => array('maxlength' => 64, 'tl_class' => 'w50'), + 'sql' => "varchar(64) NOT NULL default ''", 'realEstate' => array( 'price' => true, 'order' => 831 @@ -1674,7 +1674,7 @@ 'geschaeftsguthaben' => array ( 'label' => &$GLOBALS['TL_LANG']['tl_real_estate']['geschaeftsguthaben'], - 'exclude' => true, + 'exclude' => true, 'inputType' => 'text', 'eval' => array('maxlength' => 20, 'tl_class' => 'w50'), 'sql' => "decimal(10,2) NULL default NULL", @@ -1686,7 +1686,7 @@ 'richtpreis' => array ( 'label' => &$GLOBALS['TL_LANG']['tl_real_estate']['richtpreis'], - 'exclude' => true, + 'exclude' => true, 'inputType' => 'text', 'eval' => array('maxlength' => 20, 'tl_class' => 'w50'), 'sql' => "decimal(10,2) NULL default NULL", @@ -1694,7 +1694,7 @@ 'richtpreisprom2' => array ( 'label' => &$GLOBALS['TL_LANG']['tl_real_estate']['richtpreisprom2'], - 'exclude' => true, + 'exclude' => true, 'inputType' => 'text', 'eval' => array('maxlength' => 20, 'tl_class' => 'w50'), 'sql' => "decimal(10,2) NULL default NULL", @@ -1707,7 +1707,7 @@ 'stpCarport' => array ( 'label' => &$GLOBALS['TL_LANG']['tl_real_estate']['stpCarport'], - 'exclude' => true, + 'exclude' => true, 'inputType' => 'text', 'eval' => array('maxlength' => 20, 'tl_class' => 'w50 clr'), 'sql' => "int(8) NULL default NULL", @@ -1719,7 +1719,7 @@ 'stpCarportMietpreis' => array ( 'label' => &$GLOBALS['TL_LANG']['tl_real_estate']['stpCarportMietpreis'], - 'exclude' => true, + 'exclude' => true, 'inputType' => 'text', 'eval' => array('maxlength' => 20, 'tl_class' => 'w50'), 'sql' => "decimal(10,2) NULL default NULL", @@ -1731,7 +1731,7 @@ 'stpCarportKaufpreis' => array ( 'label' => &$GLOBALS['TL_LANG']['tl_real_estate']['stpCarportKaufpreis'], - 'exclude' => true, + 'exclude' => true, 'inputType' => 'text', 'eval' => array('maxlength' => 20, 'tl_class' => 'w50'), 'sql' => "decimal(10,2) NULL default NULL", @@ -1745,7 +1745,7 @@ 'stpDuplex' => array ( 'label' => &$GLOBALS['TL_LANG']['tl_real_estate']['stpDuplex'], - 'exclude' => true, + 'exclude' => true, 'inputType' => 'text', 'eval' => array('maxlength' => 20, 'tl_class' => 'w50 clr'), 'sql' => "int(8) NULL default NULL", @@ -1757,7 +1757,7 @@ 'stpDuplexMietpreis' => array ( 'label' => &$GLOBALS['TL_LANG']['tl_real_estate']['stpDuplexMietpreis'], - 'exclude' => true, + 'exclude' => true, 'inputType' => 'text', 'eval' => array('maxlength' => 20, 'tl_class' => 'w50'), 'sql' => "decimal(10,2) NULL default NULL", @@ -1769,7 +1769,7 @@ 'stpDuplexKaufpreis' => array ( 'label' => &$GLOBALS['TL_LANG']['tl_real_estate']['stpDuplexKaufpreis'], - 'exclude' => true, + 'exclude' => true, 'inputType' => 'text', 'eval' => array('maxlength' => 20, 'tl_class' => 'w50'), 'sql' => "decimal(10,2) NULL default NULL", @@ -1783,7 +1783,7 @@ 'stpFreiplatz' => array ( 'label' => &$GLOBALS['TL_LANG']['tl_real_estate']['stpFreiplatz'], - 'exclude' => true, + 'exclude' => true, 'inputType' => 'text', 'eval' => array('maxlength' => 20, 'tl_class' => 'w50 clr'), 'sql' => "int(8) NULL default NULL", @@ -1795,7 +1795,7 @@ 'stpFreiplatzMietpreis' => array ( 'label' => &$GLOBALS['TL_LANG']['tl_real_estate']['stpFreiplatzMietpreis'], - 'exclude' => true, + 'exclude' => true, 'inputType' => 'text', 'eval' => array('maxlength' => 20, 'tl_class' => 'w50'), 'sql' => "decimal(10,2) NULL default NULL", @@ -1807,7 +1807,7 @@ 'stpFreiplatzKaufpreis' => array ( 'label' => &$GLOBALS['TL_LANG']['tl_real_estate']['stpFreiplatzKaufpreis'], - 'exclude' => true, + 'exclude' => true, 'inputType' => 'text', 'eval' => array('maxlength' => 20, 'tl_class' => 'w50'), 'sql' => "decimal(10,2) NULL default NULL", @@ -1820,8 +1820,8 @@ // Garage 'stpGarage' => array ( - 'label' => &$GLOBALS['TL_LANG']['tl_real_estate']['stpGarage'], - 'exclude' => true, + 'label' => &$GLOBALS['TL_LANG']['tl_real_estate']['stpGarage'], + 'exclude' => true, 'inputType' => 'text', 'eval' => array('maxlength' => 20, 'tl_class' => 'w50 clr'), 'sql' => "int(8) NULL default NULL", @@ -1833,7 +1833,7 @@ 'stpGarageMietpreis' => array ( 'label' => &$GLOBALS['TL_LANG']['tl_real_estate']['stpGarageMietpreis'], - 'exclude' => true, + 'exclude' => true, 'inputType' => 'text', 'eval' => array('maxlength' => 20, 'tl_class' => 'w50'), 'sql' => "decimal(10,2) NULL default NULL", @@ -1845,7 +1845,7 @@ 'stpGarageKaufpreis' => array ( 'label' => &$GLOBALS['TL_LANG']['tl_real_estate']['stpGarageKaufpreis'], - 'exclude' => true, + 'exclude' => true, 'inputType' => 'text', 'eval' => array('maxlength' => 20, 'tl_class' => 'w50'), 'sql' => "decimal(10,2) NULL default NULL", @@ -1859,7 +1859,7 @@ 'stpParkhaus' => array ( 'label' => &$GLOBALS['TL_LANG']['tl_real_estate']['stpParkhaus'], - 'exclude' => true, + 'exclude' => true, 'inputType' => 'text', 'eval' => array('maxlength' => 20, 'tl_class' => 'w50 clr'), 'sql' => "int(8) NULL default NULL", @@ -1870,8 +1870,8 @@ ), 'stpParkhausMietpreis' => array ( - 'label' => &$GLOBALS['TL_LANG']['tl_real_estate']['stpParkhausMietpreis'], - 'exclude' => true, + 'label' => &$GLOBALS['TL_LANG']['tl_real_estate']['stpParkhausMietpreis'], + 'exclude' => true, 'inputType' => 'text', 'eval' => array('maxlength' => 20, 'tl_class' => 'w50'), 'sql' => "decimal(10,2) NULL default NULL", @@ -1882,8 +1882,8 @@ ), 'stpParkhausKaufpreis' => array ( - 'label' => &$GLOBALS['TL_LANG']['tl_real_estate']['stpParkhausKaufpreis'], - 'exclude' => true, + 'label' => &$GLOBALS['TL_LANG']['tl_real_estate']['stpParkhausKaufpreis'], + 'exclude' => true, 'inputType' => 'text', 'eval' => array('maxlength' => 20, 'tl_class' => 'w50'), 'sql' => "decimal(10,2) NULL default NULL", @@ -1897,7 +1897,7 @@ 'stpTiefgarage' => array ( 'label' => &$GLOBALS['TL_LANG']['tl_real_estate']['stpTiefgarage'], - 'exclude' => true, + 'exclude' => true, 'inputType' => 'text', 'eval' => array('maxlength' => 20, 'tl_class' => 'w50 clr'), 'sql' => "int(8) NULL default NULL", @@ -1909,7 +1909,7 @@ 'stpTiefgarageMietpreis' => array ( 'label' => &$GLOBALS['TL_LANG']['tl_real_estate']['stpTiefgarageMietpreis'], - 'exclude' => true, + 'exclude' => true, 'inputType' => 'text', 'eval' => array('maxlength' => 20, 'tl_class' => 'w50'), 'sql' => "decimal(10,2) NULL default NULL", @@ -1921,7 +1921,7 @@ 'stpTiefgarageKaufpreis' => array ( 'label' => &$GLOBALS['TL_LANG']['tl_real_estate']['stpTiefgarageKaufpreis'], - 'exclude' => true, + 'exclude' => true, 'inputType' => 'text', 'eval' => array('maxlength' => 20, 'tl_class' => 'w50'), 'sql' => "decimal(10,2) NULL default NULL", @@ -1935,7 +1935,7 @@ 'stpSonstige' => array ( 'label' => &$GLOBALS['TL_LANG']['tl_real_estate']['stpSonstige'], - 'exclude' => true, + 'exclude' => true, 'inputType' => 'text', 'eval' => array('maxlength' => 20, 'tl_class' => 'w50 clr'), 'sql' => "int(8) NULL default NULL", @@ -1947,7 +1947,7 @@ 'stpSonstigeMietpreis' => array ( 'label' => &$GLOBALS['TL_LANG']['tl_real_estate']['stpSonstigeMietpreis'], - 'exclude' => true, + 'exclude' => true, 'inputType' => 'text', 'eval' => array('maxlength' => 20, 'tl_class' => 'w50'), 'sql' => "decimal(10,2) NULL default NULL", @@ -1958,8 +1958,8 @@ ), 'stpSonstigeKaufpreis' => array ( - 'label' => &$GLOBALS['TL_LANG']['tl_real_estate']['stpSonstigeKaufpreis'], - 'exclude' => true, + 'label' => &$GLOBALS['TL_LANG']['tl_real_estate']['stpSonstigeKaufpreis'], + 'exclude' => true, 'inputType' => 'text', 'eval' => array('maxlength' => 20, 'tl_class' => 'w50'), 'sql' => "decimal(10,2) NULL default NULL", @@ -1971,7 +1971,7 @@ 'stpSonstigePlatzart' => array ( 'label' => &$GLOBALS['TL_LANG']['tl_real_estate']['stpSonstigePlatzart'], - 'exclude' => true, + 'exclude' => true, 'inputType' => 'select', 'options' => array( 'freiplatz' => &$GLOBALS['TL_LANG']['tl_real_estate_value']['stpSonstigePlatzart_freiplatz'], @@ -1983,15 +1983,15 @@ 'sonstiges' => &$GLOBALS['TL_LANG']['tl_real_estate_value']['stpSonstigePlatzart_sonstiges'] ), 'eval' => array('includeBlankOption'=>true, 'tl_class'=>'w50'), - 'sql' => "varchar(32) NOT NULL default ''", + 'sql' => "varchar(10) NOT NULL default ''", ), 'stpSonstigeBemerkung' => array ( 'label' => &$GLOBALS['TL_LANG']['tl_real_estate']['stpSonstigeBemerkung'], - 'exclude' => true, + 'exclude' => true, 'inputType' => 'text', - 'eval' => array('maxlength' => 20, 'tl_class' => 'w50'), - 'sql' => "varchar(255) NOT NULL default ''", + 'eval' => array('tl_class' => 'w50'), + 'sql' => "text NULL" ), /** @@ -2000,7 +2000,7 @@ 'plz' => array ( 'label' => &$GLOBALS['TL_LANG']['tl_real_estate']['plz'], - 'exclude' => true, + 'exclude' => true, 'inputType' => 'text', 'search' => true, 'eval' => array('maxlength'=>255, 'tl_class'=>'w50'), @@ -2013,7 +2013,7 @@ 'ort' => array ( 'label' => &$GLOBALS['TL_LANG']['tl_real_estate']['ort'], - 'exclude' => true, + 'exclude' => true, 'inputType' => 'text', 'search' => true, 'eval' => array('maxlength'=>255, 'tl_class'=>'w50'), @@ -2026,7 +2026,7 @@ 'strasse' => array ( 'label' => &$GLOBALS['TL_LANG']['tl_real_estate']['strasse'], - 'exclude' => true, + 'exclude' => true, 'inputType' => 'text', 'search' => true, 'eval' => array('maxlength'=>255, 'tl_class'=>'w50'), @@ -2039,10 +2039,10 @@ 'hausnummer' => array ( 'label' => &$GLOBALS['TL_LANG']['tl_real_estate']['hausnummer'], - 'exclude' => true, + 'exclude' => true, 'inputType' => 'text', 'eval' => array('maxlength'=>255, 'tl_class'=>'w50'), - 'sql' => "varchar(255) NOT NULL default ''", + 'sql' => "varchar(16) NOT NULL default ''", 'realEstate' => array( 'group' => 'address', 'order' => 204 @@ -2051,25 +2051,25 @@ 'breitengrad' => array ( 'label' => &$GLOBALS['TL_LANG']['tl_real_estate']['breitengrad'], - 'exclude' => true, + 'exclude' => true, 'inputType' => 'text', - 'eval' => array('maxlength'=>255, 'tl_class'=>'w50'), - 'sql' => "varchar(32) NOT NULL default ''", + 'eval' => array('maxlength'=>64, 'tl_class'=>'w50'), + 'sql' => "varchar(64) NOT NULL default ''", ), 'laengengrad' => array ( 'label' => &$GLOBALS['TL_LANG']['tl_real_estate']['laengengrad'], - 'exclude' => true, + 'exclude' => true, 'inputType' => 'text', - 'eval' => array('maxlength'=>255, 'tl_class'=>'w50'), - 'sql' => "varchar(32) NOT NULL default ''", + 'eval' => array('maxlength'=>64, 'tl_class'=>'w50'), + 'sql' => "varchar(64) NOT NULL default ''", ), 'bundesland' => array ( 'label' => &$GLOBALS['TL_LANG']['tl_real_estate']['bundesland'], - 'exclude' => true, + 'exclude' => true, 'inputType' => 'text', - 'eval' => array('maxlength'=>255, 'tl_class'=>'w50'), + 'eval' => array('maxlength'=>64, 'tl_class'=>'w50'), 'sql' => "varchar(64) NOT NULL default ''", 'realEstate' => array( 'order' => 210 @@ -2078,11 +2078,11 @@ 'land' => array // ToDo: Isokürzel als Selectfeld ( 'label' => &$GLOBALS['TL_LANG']['tl_real_estate']['land'], - 'exclude' => true, + 'exclude' => true, 'inputType' => 'text', 'filter' => true, - 'eval' => array('maxlength'=>255, 'tl_class'=>'w50'), - 'sql' => "varchar(32) NOT NULL default ''", + 'eval' => array('maxlength'=>64, 'tl_class'=>'w50'), + 'sql' => "varchar(64) NOT NULL default ''", 'realEstate' => array( 'group' => 'address', 'filter' => true, @@ -2093,7 +2093,7 @@ 'flur' => array ( 'label' => &$GLOBALS['TL_LANG']['tl_real_estate']['flur'], - 'exclude' => true, + 'exclude' => true, 'inputType' => 'text', 'eval' => array('maxlength'=>255, 'tl_class'=>'w50'), 'sql' => "varchar(255) NOT NULL default ''", @@ -2101,7 +2101,7 @@ 'flurstueck' => array ( 'label' => &$GLOBALS['TL_LANG']['tl_real_estate']['flurstueck'], - 'exclude' => true, + 'exclude' => true, 'inputType' => 'text', 'eval' => array('maxlength'=>255, 'tl_class'=>'w50'), 'sql' => "varchar(255) NOT NULL default ''", @@ -2109,7 +2109,7 @@ 'gemarkung' => array ( 'label' => &$GLOBALS['TL_LANG']['tl_real_estate']['gemarkung'], - 'exclude' => true, + 'exclude' => true, 'inputType' => 'text', 'eval' => array('maxlength'=>255, 'tl_class'=>'w50'), 'sql' => "varchar(255) NOT NULL default ''", @@ -2117,7 +2117,7 @@ 'etage' => array ( 'label' => &$GLOBALS['TL_LANG']['tl_real_estate']['etage'], - 'exclude' => true, + 'exclude' => true, 'inputType' => 'text', 'eval' => array('maxlength'=>8, 'tl_class'=>'w50'), 'sql' => "int(8) NULL default NULL", @@ -2130,7 +2130,7 @@ 'anzahlEtagen' => array ( 'label' => &$GLOBALS['TL_LANG']['tl_real_estate']['anzahlEtagen'], - 'exclude' => true, + 'exclude' => true, 'inputType' => 'text', 'eval' => array('maxlength'=>255, 'tl_class'=>'w50'), 'sql' => "int(8) NULL default NULL", @@ -2143,7 +2143,7 @@ 'lageImBau' => array ( 'label' => &$GLOBALS['TL_LANG']['tl_real_estate']['lageImBau'], - 'exclude' => true, + 'exclude' => true, 'inputType' => 'select', 'options' => array ( @@ -2153,7 +2153,7 @@ 'hinten' => &$GLOBALS['TL_LANG']['tl_real_estate_value']['lageImBau_hinten'] ), 'eval' => array('includeBlankOption'=>true, 'tl_class'=>'w50'), - 'sql' => "varchar(32) NOT NULL default ''", + 'sql' => "varchar(6) NOT NULL default ''", 'realEstate' => array( 'filter' => true, 'detail' => true @@ -2162,10 +2162,10 @@ 'wohnungsnr' => array // ToDo: Bei Adressfreigabe falls vohanden aufnehmen?! ( 'label' => &$GLOBALS['TL_LANG']['tl_real_estate']['wohnungsnr'], - 'exclude' => true, + 'exclude' => true, 'inputType' => 'text', - 'eval' => array('maxlength'=>32, 'tl_class'=>'w50'), - 'sql' => "varchar(32) NOT NULL default ''", + 'eval' => array('maxlength'=>64, 'tl_class'=>'w50'), + 'sql' => "varchar(64) NOT NULL default ''", 'realEstate' => array( 'group' => 'address', 'order' => 210 @@ -2174,7 +2174,7 @@ 'lageGebiet' => array ( 'label' => &$GLOBALS['TL_LANG']['tl_real_estate']['lageGebiet'], - 'exclude' => true, + 'exclude' => true, 'inputType' => 'select', 'options' => array ( @@ -2193,7 +2193,7 @@ '1b' => &$GLOBALS['TL_LANG']['tl_real_estate_value']['lageGebiet_1b'] ), 'eval' => array('includeBlankOption'=>true, 'tl_class'=>'w50'), - 'sql' => "varchar(32) NOT NULL default ''", + 'sql' => "varchar(12) NOT NULL default ''", 'realEstate' => array( 'detail' => true ) @@ -2201,10 +2201,10 @@ 'gemeindecode' => array ( 'label' => &$GLOBALS['TL_LANG']['tl_real_estate']['gemeindecode'], - 'exclude' => true, + 'exclude' => true, 'inputType' => 'text', - 'eval' => array('maxlength'=>255, 'tl_class'=>'w50'), - 'sql' => "varchar(255) NOT NULL default ''", + 'eval' => array('maxlength'=>64, 'tl_class'=>'w50'), + 'sql' => "varchar(64) NOT NULL default ''", 'realEstate' => array( 'detail' => true ) @@ -2212,7 +2212,7 @@ 'regionalerZusatz' => array ( 'label' => &$GLOBALS['TL_LANG']['tl_real_estate']['regionalerZusatz'], - 'exclude' => true, + 'exclude' => true, 'inputType' => 'text', 'eval' => array('maxlength'=>255, 'tl_class'=>'w50'), 'sql' => "varchar(255) NOT NULL default ''", @@ -2224,7 +2224,7 @@ 'kartenMakro' => array ( 'label' => &$GLOBALS['TL_LANG']['tl_real_estate']['kartenMakro'], - 'exclude' => true, + 'exclude' => true, 'inputType' => 'checkbox', 'eval' => array('tl_class' => 'w50 m12'), 'sql' => "char(1) NOT NULL default '0'", @@ -2232,7 +2232,7 @@ 'kartenMikro' => array ( 'label' => &$GLOBALS['TL_LANG']['tl_real_estate']['kartenMikro'], - 'exclude' => true, + 'exclude' => true, 'inputType' => 'checkbox', 'eval' => array('tl_class' => 'w50 m12'), 'sql' => "char(1) NOT NULL default ''", @@ -2240,7 +2240,7 @@ 'virtuelletour' => array ( 'label' => &$GLOBALS['TL_LANG']['tl_real_estate']['virtuelletour'], - 'exclude' => true, + 'exclude' => true, 'inputType' => 'checkbox', 'eval' => array('tl_class' => 'w50 m12'), 'sql' => "char(1) NOT NULL default ''", @@ -2253,7 +2253,7 @@ 'luftbildern' => array ( 'label' => &$GLOBALS['TL_LANG']['tl_real_estate']['luftbildern'], - 'exclude' => true, + 'exclude' => true, 'inputType' => 'checkbox', 'eval' => array('tl_class' => 'w50 m12'), 'sql' => "char(1) NOT NULL default ''", @@ -2268,7 +2268,7 @@ 'objekttitel' => array ( 'label' => &$GLOBALS['TL_LANG']['tl_real_estate']['objekttitel'], - 'exclude' => true, + 'exclude' => true, 'inputType' => 'text', 'search' => true, 'flag' => 1, @@ -2278,7 +2278,7 @@ 'objektbeschreibung' => array ( 'label' => &$GLOBALS['TL_LANG']['tl_real_estate']['objektbeschreibung'], - 'exclude' => true, + 'exclude' => true, 'inputType' => 'textarea', 'eval' => array('tl_class'=>'clr'), 'sql' => "text NULL default NULL", @@ -2289,7 +2289,7 @@ 'ausstattBeschr' => array ( 'label' => &$GLOBALS['TL_LANG']['tl_real_estate']['ausstattBeschr'], - 'exclude' => true, + 'exclude' => true, 'inputType' => 'textarea', 'eval' => array('tl_class'=>'clr'), 'sql' => "text NULL default NULL", @@ -2300,7 +2300,7 @@ 'lage' => array ( 'label' => &$GLOBALS['TL_LANG']['tl_real_estate']['lage'], - 'exclude' => true, + 'exclude' => true, 'inputType' => 'textarea', 'eval' => array('tl_class'=>'clr'), 'sql' => "text NULL default NULL", @@ -2311,7 +2311,7 @@ 'sonstigeAngaben' => array ( 'label' => &$GLOBALS['TL_LANG']['tl_real_estate']['sonstigeAngaben'], - 'exclude' => true, + 'exclude' => true, 'inputType' => 'textarea', 'eval' => array('tl_class'=>'clr'), 'sql' => "text NULL default NULL", @@ -2322,7 +2322,7 @@ 'objektText' => array ( 'label' => &$GLOBALS['TL_LANG']['tl_real_estate']['objektText'], - 'exclude' => true, + 'exclude' => true, 'inputType' => 'textarea', 'eval' => array('tl_class'=>'clr'), 'sql' => "text NULL default NULL", @@ -2333,7 +2333,7 @@ 'dreizeiler' => array ( 'label' => &$GLOBALS['TL_LANG']['tl_real_estate']['dreizeiler'], - 'exclude' => true, + 'exclude' => true, 'inputType' => 'textarea', 'eval' => array('tl_class'=>'clr'), 'sql' => "text NULL default NULL", @@ -2348,7 +2348,7 @@ 'beginnAngebotsphase' => array ( 'label' => &$GLOBALS['TL_LANG']['tl_real_estate']['beginnAngebotsphase'], - 'exclude' => true, + 'exclude' => true, 'inputType' => 'text', 'eval' => array('rgxp'=>'date', 'tl_class'=>'w50', 'datepicker'=>true), 'sql' => "varchar(10) NOT NULL default ''", @@ -2360,7 +2360,7 @@ 'besichtigungstermin' => array ( 'label' => &$GLOBALS['TL_LANG']['tl_real_estate']['besichtigungstermin'], - 'exclude' => true, + 'exclude' => true, 'inputType' => 'text', 'eval' => array('rgxp'=>'date', 'tl_class'=>'w50', 'datepicker'=>true), 'sql' => "varchar(10) NOT NULL default ''", @@ -2372,7 +2372,7 @@ 'besichtigungstermin2' => array ( 'label' => &$GLOBALS['TL_LANG']['tl_real_estate']['besichtigungstermin2'], - 'exclude' => true, + 'exclude' => true, 'inputType' => 'text', 'eval' => array('rgxp'=>'date', 'tl_class'=>'w50', 'datepicker'=>true), 'sql' => "varchar(10) NOT NULL default ''", @@ -2384,7 +2384,7 @@ 'beginnBietzeit' => array ( 'label' => &$GLOBALS['TL_LANG']['tl_real_estate']['beginnBietzeit'], - 'exclude' => true, + 'exclude' => true, 'inputType' => 'text', 'eval' => array('rgxp'=>'datim', 'tl_class'=>'w50', 'datepicker'=>true), 'sql' => "varchar(10) NOT NULL default ''", @@ -2396,7 +2396,7 @@ 'endeBietzeit' => array ( 'label' => &$GLOBALS['TL_LANG']['tl_real_estate']['endeBietzeit'], - 'exclude' => true, + 'exclude' => true, 'inputType' => 'text', 'eval' => array('rgxp'=>'date', 'tl_class'=>'w50', 'datepicker'=>true), 'sql' => "varchar(10) NOT NULL default ''", @@ -2408,7 +2408,7 @@ 'hoechstgebotZeigen' => array ( 'label' => &$GLOBALS['TL_LANG']['tl_real_estate']['hoechstgebotZeigen'], - 'exclude' => true, + 'exclude' => true, 'inputType' => 'checkbox', 'eval' => array('tl_class' => 'w50 m12'), 'sql' => "char(1) NOT NULL default '0'", @@ -2419,7 +2419,7 @@ 'mindestpreis' => array ( 'label' => &$GLOBALS['TL_LANG']['tl_real_estate']['mindestpreis'], - 'exclude' => true, + 'exclude' => true, 'inputType' => 'text', 'eval' => array('maxlength'=>255, 'tl_class'=>'w50'), 'sql' => "decimal(10,2) NULL default NULL", @@ -2435,7 +2435,7 @@ 'zwangsversteigerung' => array ( 'label' => &$GLOBALS['TL_LANG']['tl_real_estate']['zwangsversteigerung'], - 'exclude' => true, + 'exclude' => true, 'inputType' => 'checkbox', 'eval' => array('tl_class'=>'w50 m12'), 'sql' => "char(1) NOT NULL default '0'", @@ -2450,7 +2450,7 @@ 'aktenzeichen' => array ( 'label' => &$GLOBALS['TL_LANG']['tl_real_estate']['aktenzeichen'], - 'exclude' => true, + 'exclude' => true, 'inputType' => 'text', 'eval' => array('maxlength'=>255, 'tl_class'=>'w50'), 'sql' => "varchar(255) NOT NULL default ''", @@ -2462,7 +2462,7 @@ 'zvtermin' => array ( 'label' => &$GLOBALS['TL_LANG']['tl_real_estate']['zvtermin'], - 'exclude' => true, + 'exclude' => true, 'inputType' => 'text', 'eval' => array('rgxp'=>'datim', 'tl_class'=> 'w50', 'datepicker'=>true), 'sql' => "varchar(10) NOT NULL default ''", @@ -2476,7 +2476,7 @@ 'zusatztermin' => array ( 'label' => &$GLOBALS['TL_LANG']['tl_real_estate']['zusatztermin'], - 'exclude' => true, + 'exclude' => true, 'inputType' => 'text', 'eval' => array('rgxp'=>'datim', 'tl_class'=> 'w50', 'datepicker'=>true), 'sql' => "varchar(10) NOT NULL default ''", @@ -2490,7 +2490,7 @@ 'amtsgericht' => array ( 'label' => &$GLOBALS['TL_LANG']['tl_real_estate']['amtsgericht'], - 'exclude' => true, + 'exclude' => true, 'inputType' => 'text', 'eval' => array('maxlength'=>255, 'tl_class'=>'w50'), 'sql' => "varchar(255) NOT NULL default ''", @@ -2501,7 +2501,7 @@ 'verkehrswert' => array ( 'label' => &$GLOBALS['TL_LANG']['tl_real_estate']['verkehrswert'], - 'exclude' => true, + 'exclude' => true, 'inputType' => 'text', 'eval' => array('maxlength'=>255, 'tl_class'=>'w50'), 'sql' => "decimal(10,2) NULL default NULL", @@ -2516,7 +2516,7 @@ 'wohnflaeche' => array ( 'label' => &$GLOBALS['TL_LANG']['tl_real_estate']['wohnflaeche'], - 'exclude' => true, + 'exclude' => true, 'inputType' => 'text', 'eval' => array('maxlength'=>32, 'tl_class'=>'w50'), 'sql' => "decimal(10,2) NULL default NULL", @@ -2530,7 +2530,7 @@ 'nutzflaeche' => array ( 'label' => &$GLOBALS['TL_LANG']['tl_real_estate']['nutzflaeche'], - 'exclude' => true, + 'exclude' => true, 'inputType' => 'text', 'eval' => array('maxlength'=>32, 'tl_class'=>'w50'), 'sql' => "decimal(10,2) NULL default NULL", @@ -2544,7 +2544,7 @@ 'gesamtflaeche' => array ( 'label' => &$GLOBALS['TL_LANG']['tl_real_estate']['gesamtflaeche'], - 'exclude' => true, + 'exclude' => true, 'inputType' => 'text', 'eval' => array('maxlength'=>32, 'tl_class'=>'w50'), 'sql' => "decimal(10,2) NULL default NULL", @@ -2558,7 +2558,7 @@ 'ladenflaeche' => array ( 'label' => &$GLOBALS['TL_LANG']['tl_real_estate']['ladenflaeche'], - 'exclude' => true, + 'exclude' => true, 'inputType' => 'text', 'eval' => array('maxlength'=>32, 'tl_class'=>'w50'), 'sql' => "decimal(10,2) NULL default NULL", @@ -2572,7 +2572,7 @@ 'lagerflaeche' => array ( 'label' => &$GLOBALS['TL_LANG']['tl_real_estate']['lagerflaeche'], - 'exclude' => true, + 'exclude' => true, 'inputType' => 'text', 'eval' => array('maxlength'=>32, 'tl_class'=>'w50'), 'sql' => "decimal(10,2) NULL default NULL", @@ -2586,7 +2586,7 @@ 'verkaufsflaeche' => array ( 'label' => &$GLOBALS['TL_LANG']['tl_real_estate']['verkaufsflaeche'], - 'exclude' => true, + 'exclude' => true, 'inputType' => 'text', 'eval' => array('maxlength'=>32, 'tl_class'=>'w50'), 'sql' => "decimal(10,2) NULL default NULL", @@ -2600,7 +2600,7 @@ 'freiflaeche' => array ( 'label' => &$GLOBALS['TL_LANG']['tl_real_estate']['freiflaeche'], - 'exclude' => true, + 'exclude' => true, 'inputType' => 'text', 'eval' => array('maxlength'=>32, 'tl_class'=>'w50'), 'sql' => "decimal(10,2) NULL default NULL", @@ -2614,7 +2614,7 @@ 'bueroflaeche' => array ( 'label' => &$GLOBALS['TL_LANG']['tl_real_estate']['bueroflaeche'], - 'exclude' => true, + 'exclude' => true, 'inputType' => 'text', 'eval' => array('maxlength'=>32, 'tl_class'=>'w50'), 'sql' => "decimal(10,2) NULL default NULL", @@ -2628,7 +2628,7 @@ 'bueroteilflaeche' => array ( 'label' => &$GLOBALS['TL_LANG']['tl_real_estate']['bueroteilflaeche'], - 'exclude' => true, + 'exclude' => true, 'inputType' => 'text', 'eval' => array('maxlength'=>32, 'tl_class'=>'w50'), 'sql' => "decimal(10,2) NULL default NULL", @@ -2642,7 +2642,7 @@ 'fensterfront' => array ( 'label' => &$GLOBALS['TL_LANG']['tl_real_estate']['fensterfront'], - 'exclude' => true, + 'exclude' => true, 'inputType' => 'text', 'eval' => array('maxlength'=>32, 'tl_class'=>'w50'), 'sql' => "decimal(10,2) NULL default NULL", @@ -2654,7 +2654,7 @@ 'verwaltungsflaeche' => array ( 'label' => &$GLOBALS['TL_LANG']['tl_real_estate']['verwaltungsflaeche'], - 'exclude' => true, + 'exclude' => true, 'inputType' => 'text', 'eval' => array('maxlength'=>32, 'tl_class'=>'w50'), 'sql' => "decimal(10,2) NULL default NULL", @@ -2668,7 +2668,7 @@ 'gastroflaeche' => array ( 'label' => &$GLOBALS['TL_LANG']['tl_real_estate']['gastroflaeche'], - 'exclude' => true, + 'exclude' => true, 'inputType' => 'text', 'eval' => array('maxlength'=>32, 'tl_class'=>'w50'), 'sql' => "decimal(10,2) NULL default NULL", @@ -2682,7 +2682,7 @@ 'grz' => array ( 'label' => &$GLOBALS['TL_LANG']['tl_real_estate']['grz'], - 'exclude' => true, + 'exclude' => true, 'inputType' => 'text', 'eval' => array('maxlength'=>255, 'tl_class'=>'w50'), 'sql' => "varchar(255) NOT NULL default ''" @@ -2690,7 +2690,7 @@ 'gfz' => array ( 'label' => &$GLOBALS['TL_LANG']['tl_real_estate']['gfz'], - 'exclude' => true, + 'exclude' => true, 'inputType' => 'text', 'eval' => array('maxlength'=>255, 'tl_class'=>'w50'), 'sql' => "varchar(255) NOT NULL default ''" @@ -2698,7 +2698,7 @@ 'bmz' => array ( 'label' => &$GLOBALS['TL_LANG']['tl_real_estate']['bmz'], - 'exclude' => true, + 'exclude' => true, 'inputType' => 'text', 'eval' => array('maxlength'=>255, 'tl_class'=>'w50'), 'sql' => "varchar(255) NOT NULL default ''", @@ -2706,7 +2706,7 @@ 'bgf' => array ( 'label' => &$GLOBALS['TL_LANG']['tl_real_estate']['bgf'], - 'exclude' => true, + 'exclude' => true, 'inputType' => 'text', 'eval' => array('maxlength'=>255, 'tl_class'=>'w50'), 'sql' => "varchar(255) NOT NULL default ''", @@ -2714,7 +2714,7 @@ 'grundstuecksflaeche' => array ( 'label' => &$GLOBALS['TL_LANG']['tl_real_estate']['grundstuecksflaeche'], - 'exclude' => true, + 'exclude' => true, 'inputType' => 'text', 'eval' => array('maxlength'=>32, 'tl_class'=>'w50'), 'sql' => "decimal(10,2) NULL default NULL", @@ -2728,7 +2728,7 @@ 'sonstflaeche' => array ( 'label' => &$GLOBALS['TL_LANG']['tl_real_estate']['sonstflaeche'], - 'exclude' => true, + 'exclude' => true, 'inputType' => 'text', 'eval' => array('maxlength'=>32, 'tl_class'=>'w50'), 'sql' => "decimal(10,2) NULL default NULL", @@ -2742,7 +2742,7 @@ 'anzahlZimmer' => array ( 'label' => &$GLOBALS['TL_LANG']['tl_real_estate']['anzahlZimmer'], - 'exclude' => true, + 'exclude' => true, 'inputType' => 'text', 'eval' => array('maxlength'=>32, 'tl_class'=>'w50'), 'sql' => "decimal(10,2) NULL default NULL", @@ -2756,7 +2756,7 @@ 'anzahlSchlafzimmer' => array ( 'label' => &$GLOBALS['TL_LANG']['tl_real_estate']['anzahlSchlafzimmer'], - 'exclude' => true, + 'exclude' => true, 'inputType' => 'text', 'eval' => array('maxlength'=>32, 'tl_class'=>'w50'), 'sql' => "decimal(10,2) NULL default NULL", @@ -2770,7 +2770,7 @@ 'anzahlBadezimmer' => array ( 'label' => &$GLOBALS['TL_LANG']['tl_real_estate']['anzahlBadezimmer'], - 'exclude' => true, + 'exclude' => true, 'inputType' => 'text', 'eval' => array('maxlength'=>32, 'tl_class'=>'w50'), 'sql' => "decimal(10,2) NULL default NULL", @@ -2784,7 +2784,7 @@ 'anzahlSepWc' => array ( 'label' => &$GLOBALS['TL_LANG']['tl_real_estate']['anzahlSepWc'], - 'exclude' => true, + 'exclude' => true, 'inputType' => 'text', 'eval' => array('maxlength'=>32, 'tl_class'=>'w50'), 'sql' => "decimal(10,2) NULL default NULL", @@ -2798,7 +2798,7 @@ 'anzahlBalkone' => array ( 'label' => &$GLOBALS['TL_LANG']['tl_real_estate']['anzahlBalkone'], - 'exclude' => true, + 'exclude' => true, 'inputType' => 'text', 'eval' => array('maxlength'=>32, 'tl_class'=>'w50'), 'sql' => "decimal(10,2) NULL default NULL", @@ -2813,7 +2813,7 @@ 'anzahlTerrassen' => array ( 'label' => &$GLOBALS['TL_LANG']['tl_real_estate']['anzahlTerrassen'], - 'exclude' => true, + 'exclude' => true, 'inputType' => 'text', 'eval' => array('maxlength'=>32, 'tl_class'=>'w50'), 'sql' => "decimal(10,2) NULL default NULL", @@ -2828,7 +2828,7 @@ 'anzahlLogia' => array ( 'label' => &$GLOBALS['TL_LANG']['tl_real_estate']['anzahlLogia'], - 'exclude' => true, + 'exclude' => true, 'inputType' => 'text', 'eval' => array('maxlength'=>32, 'tl_class'=>'w50'), 'sql' => "decimal(10,2) NULL default NULL", @@ -2842,7 +2842,7 @@ 'balkonTerrasseFlaeche' => array ( 'label' => &$GLOBALS['TL_LANG']['tl_real_estate']['balkonTerrasseFlaeche'], - 'exclude' => true, + 'exclude' => true, 'inputType' => 'text', 'eval' => array('maxlength'=>32, 'tl_class'=>'w50'), 'sql' => "decimal(10,2) NULL default NULL", @@ -2856,7 +2856,7 @@ 'anzahlWohnSchlafzimmer' => array ( 'label' => &$GLOBALS['TL_LANG']['tl_real_estate']['anzahlWohnSchlafzimmer'], - 'exclude' => true, + 'exclude' => true, 'inputType' => 'text', 'eval' => array('maxlength'=>32, 'tl_class'=>'w50'), 'sql' => "decimal(10,2) NULL default NULL", @@ -2870,7 +2870,7 @@ 'gartenflaeche' => array ( 'label' => &$GLOBALS['TL_LANG']['tl_real_estate']['gartenflaeche'], - 'exclude' => true, + 'exclude' => true, 'inputType' => 'text', 'eval' => array('maxlength'=>32, 'tl_class'=>'w50'), 'sql' => "decimal(10,2) NULL default NULL", @@ -2884,7 +2884,7 @@ 'kellerflaeche' => array ( 'label' => &$GLOBALS['TL_LANG']['tl_real_estate']['kellerflaeche'], - 'exclude' => true, + 'exclude' => true, 'inputType' => 'text', 'eval' => array('maxlength'=>32, 'tl_class'=>'w50'), 'sql' => "decimal(10,2) NULL default NULL", @@ -2898,7 +2898,7 @@ 'fensterfrontQm' => array ( 'label' => &$GLOBALS['TL_LANG']['tl_real_estate']['fensterfrontQm'], - 'exclude' => true, + 'exclude' => true, 'inputType' => 'text', 'eval' => array('maxlength'=>32, 'tl_class'=>'w50'), 'sql' => "decimal(10,2) NULL default NULL", @@ -2911,7 +2911,7 @@ 'grundstuecksfront' => array ( 'label' => &$GLOBALS['TL_LANG']['tl_real_estate']['grundstuecksfront'], - 'exclude' => true, + 'exclude' => true, 'inputType' => 'text', 'eval' => array('maxlength'=>32, 'tl_class'=>'w50'), 'sql' => "decimal(10,2) NULL default NULL", @@ -2924,7 +2924,7 @@ 'dachbodenflaeche' => array ( 'label' => &$GLOBALS['TL_LANG']['tl_real_estate']['dachbodenflaeche'], - 'exclude' => true, + 'exclude' => true, 'inputType' => 'text', 'eval' => array('maxlength'=>32, 'tl_class'=>'w50'), 'sql' => "decimal(10,2) NULL default NULL", @@ -2937,7 +2937,7 @@ 'teilbarAb' => array ( 'label' => &$GLOBALS['TL_LANG']['tl_real_estate']['teilbarAb'], - 'exclude' => true, + 'exclude' => true, 'inputType' => 'text', 'eval' => array('maxlength'=>32, 'tl_class'=>'w50'), 'sql' => "decimal(10,2) NULL default NULL", @@ -2950,7 +2950,7 @@ 'beheizbareFlaeche' => array ( 'label' => &$GLOBALS['TL_LANG']['tl_real_estate']['beheizbareFlaeche'], - 'exclude' => true, + 'exclude' => true, 'inputType' => 'text', 'eval' => array('maxlength'=>32, 'tl_class'=>'w50'), 'sql' => "decimal(10,2) NULL default NULL", @@ -2963,7 +2963,7 @@ 'anzahlStellplaetze' => array ( 'label' => &$GLOBALS['TL_LANG']['tl_real_estate']['anzahlStellplaetze'], - 'exclude' => true, + 'exclude' => true, 'inputType' => 'text', 'eval' => array('maxlength'=>32, 'tl_class'=>'w50'), 'sql' => "decimal(10,2) NULL default NULL", @@ -2977,7 +2977,7 @@ 'plaetzeGastraum' => array ( 'label' => &$GLOBALS['TL_LANG']['tl_real_estate']['plaetzeGastraum'], - 'exclude' => true, + 'exclude' => true, 'inputType' => 'text', 'eval' => array('maxlength'=>32, 'tl_class'=>'w50'), 'sql' => "decimal(10,2) NULL default NULL", @@ -2991,7 +2991,7 @@ 'anzahlBetten' => array ( 'label' => &$GLOBALS['TL_LANG']['tl_real_estate']['anzahlBetten'], - 'exclude' => true, + 'exclude' => true, 'inputType' => 'text', 'eval' => array('maxlength'=>32, 'tl_class'=>'w50'), 'sql' => "decimal(10,2) NULL default NULL", @@ -3005,7 +3005,7 @@ 'anzahlTagungsraeume' => array ( 'label' => &$GLOBALS['TL_LANG']['tl_real_estate']['anzahlTagungsraeume'], - 'exclude' => true, + 'exclude' => true, 'inputType' => 'text', 'eval' => array('maxlength'=>32, 'tl_class'=>'w50'), 'sql' => "decimal(10,2) NULL default NULL", @@ -3019,7 +3019,7 @@ 'vermietbareFlaeche' => array ( 'label' => &$GLOBALS['TL_LANG']['tl_real_estate']['vermietbareFlaeche'], - 'exclude' => true, + 'exclude' => true, 'inputType' => 'text', 'eval' => array('maxlength'=>32, 'tl_class'=>'w50'), 'sql' => "decimal(10,2) NULL default NULL", @@ -3033,7 +3033,7 @@ 'anzahlWohneinheiten' => array ( 'label' => &$GLOBALS['TL_LANG']['tl_real_estate']['anzahlWohneinheiten'], - 'exclude' => true, + 'exclude' => true, 'inputType' => 'text', 'eval' => array('maxlength'=>32, 'tl_class'=>'w50'), 'sql' => "decimal(10,2) NULL default NULL", @@ -3047,7 +3047,7 @@ 'anzahlGewerbeeinheiten' => array ( 'label' => &$GLOBALS['TL_LANG']['tl_real_estate']['anzahlGewerbeeinheiten'], - 'exclude' => true, + 'exclude' => true, 'inputType' => 'text', 'eval' => array('maxlength'=>32, 'tl_class'=>'w50'), 'sql' => "decimal(10,2) NULL default NULL", @@ -3061,7 +3061,7 @@ 'einliegerwohnung' => array ( 'label' => &$GLOBALS['TL_LANG']['tl_real_estate']['einliegerwohnung'], - 'exclude' => true, + 'exclude' => true, 'inputType' => 'checkbox', 'eval' => array('tl_class' => 'w50 m12'), 'sql' => "char(1) NOT NULL default ''", @@ -3075,7 +3075,7 @@ 'kubatur' => array ( 'label' => &$GLOBALS['TL_LANG']['tl_real_estate']['kubatur'], - 'exclude' => true, + 'exclude' => true, 'inputType' => 'text', 'eval' => array('maxlength'=>32, 'tl_class'=>'w50'), 'sql' => "decimal(10,2) NULL default NULL", @@ -3086,7 +3086,7 @@ 'ausnuetzungsziffer' => array ( 'label' => &$GLOBALS['TL_LANG']['tl_real_estate']['ausnuetzungsziffer'], - 'exclude' => true, + 'exclude' => true, 'inputType' => 'text', 'eval' => array('maxlength'=>32, 'tl_class'=>'w50'), 'sql' => "decimal(10,2) NULL default NULL", @@ -3097,7 +3097,7 @@ 'flaechevon' => array ( 'label' => &$GLOBALS['TL_LANG']['tl_real_estate']['flaechevon'], - 'exclude' => true, + 'exclude' => true, 'inputType' => 'text', 'eval' => array('maxlength'=>32, 'tl_class'=>'w50'), 'sql' => "decimal(10,2) NULL default NULL", @@ -3111,7 +3111,7 @@ 'flaechebis' => array ( 'label' => &$GLOBALS['TL_LANG']['tl_real_estate']['flaechebis'], - 'exclude' => true, + 'exclude' => true, 'inputType' => 'text', 'eval' => array('maxlength'=>32, 'tl_class'=>'w50'), 'sql' => "decimal(10,2) NULL default NULL", @@ -3129,7 +3129,7 @@ 'ausstattKategorie' => array ( 'label' => &$GLOBALS['TL_LANG']['tl_real_estate']['ausstattKategorie'], - 'exclude' => true, + 'exclude' => true, 'inputType' => 'select', 'options' => array ( @@ -3138,7 +3138,7 @@ 'luxus' => &$GLOBALS['TL_LANG']['tl_real_estate_value']['ausstattKategorie_luxus'] ), 'eval' => array('includeBlankOption'=>true, 'tl_class'=>'w50'), - 'sql' => "varchar(32) NOT NULL default ''", + 'sql' => "varchar(8) NOT NULL default ''", 'realEstate' => array( 'detail' => true, 'filter' => true, @@ -3148,7 +3148,7 @@ 'wgGeeignet' => array ( 'label' => &$GLOBALS['TL_LANG']['tl_real_estate']['wgGeeignet'], - 'exclude' => true, + 'exclude' => true, 'inputType' => 'checkbox', 'eval' => array('tl_class' => 'w50 m12'), 'sql' => "char(1) NOT NULL default '0'", @@ -3162,7 +3162,7 @@ 'raeumeVeraenderbar' => array ( 'label' => &$GLOBALS['TL_LANG']['tl_real_estate']['raeumeVeraenderbar'], - 'exclude' => true, + 'exclude' => true, 'inputType' => 'checkbox', 'eval' => array('tl_class' => 'w50 m12'), 'sql' => "char(1) NOT NULL default '0'", @@ -3175,7 +3175,7 @@ 'bad' => array ( 'label' => &$GLOBALS['TL_LANG']['tl_real_estate']['bad'], - 'exclude' => true, + 'exclude' => true, 'inputType' => 'checkboxWizard', 'options' => array ( @@ -3197,7 +3197,7 @@ 'kueche' => array ( 'label' => &$GLOBALS['TL_LANG']['tl_real_estate']['kueche'], - 'exclude' => true, + 'exclude' => true, 'inputType' => 'checkboxWizard', 'options' => array ( @@ -3217,7 +3217,7 @@ 'boden' => array ( 'label' => &$GLOBALS['TL_LANG']['tl_real_estate']['boden'], - 'exclude' => true, + 'exclude' => true, 'inputType' => 'checkboxWizard', 'options' => array ( @@ -3237,7 +3237,7 @@ 'granit' => &$GLOBALS['TL_LANG']['tl_real_estate_value']['boden_granit'] ), 'eval' => array('multiple'=>true), - 'sql' => "varchar(128) NOT NULL default ''", + 'sql' => "varchar(255) NOT NULL default ''", 'realEstate' => array( 'detail' => true, 'attribute' => true, @@ -3248,7 +3248,7 @@ 'kamin' => array ( 'label' => &$GLOBALS['TL_LANG']['tl_real_estate']['kamin'], - 'exclude' => true, + 'exclude' => true, 'inputType' => 'checkbox', 'eval' => array('tl_class' => 'w50 m12'), 'sql' => "char(1) NOT NULL default '0'", @@ -3261,7 +3261,7 @@ 'heizungsart' => array ( 'label' => &$GLOBALS['TL_LANG']['tl_real_estate']['heizungsart'], - 'exclude' => true, + 'exclude' => true, 'inputType' => 'checkboxWizard', 'options' => array ( @@ -3282,7 +3282,7 @@ 'befeuerung' => array ( 'label' => &$GLOBALS['TL_LANG']['tl_real_estate']['befeuerung'], - 'exclude' => true, + 'exclude' => true, 'inputType' => 'checkboxWizard', 'options' => array ( @@ -3302,7 +3302,7 @@ 'fluessiggas' => &$GLOBALS['TL_LANG']['tl_real_estate_value']['befeuerung_fluessiggas'] ), 'eval' => array('multiple'=>true), - 'sql' => "varchar(128) NOT NULL default ''", + 'sql' => "varchar(255) NOT NULL default ''", 'realEstate' => array( 'detail' => true, 'filter' => true, @@ -3312,7 +3312,7 @@ 'klimatisiert' => array ( 'label' => &$GLOBALS['TL_LANG']['tl_real_estate']['klimatisiert'], - 'exclude' => true, + 'exclude' => true, 'inputType' => 'checkbox', 'eval' => array('tl_class' => 'w50 m12'), 'sql' => "char(1) NOT NULL default '0'", @@ -3325,7 +3325,7 @@ 'fahrstuhlart' => array ( 'label' => &$GLOBALS['TL_LANG']['tl_real_estate']['fahrstuhlart'], - 'exclude' => true, + 'exclude' => true, 'inputType' => 'checkboxWizard', 'options' => array ( @@ -3333,7 +3333,7 @@ 'lasten' => &$GLOBALS['TL_LANG']['tl_real_estate_value']['fahrstuhlart_lasten'] ), 'eval' => array('multiple'=>true), - 'sql' => "varchar(128) NOT NULL default ''", + 'sql' => "varchar(64) NOT NULL default ''", 'realEstate' => array( 'detail' => true, 'attribute' => true, @@ -3343,7 +3343,7 @@ 'stellplatzart' => array ( 'label' => &$GLOBALS['TL_LANG']['tl_real_estate']['stellplatzart'], - 'exclude' => true, + 'exclude' => true, 'inputType' => 'checkboxWizard', 'options' => array ( @@ -3365,7 +3365,7 @@ 'gartennutzung' => array ( 'label' => &$GLOBALS['TL_LANG']['tl_real_estate']['gartennutzung'], - 'exclude' => true, + 'exclude' => true, 'inputType' => 'checkbox', 'eval' => array('tl_class' => 'm12 w50'), 'sql' => "char(1) NOT NULL default '0'", @@ -3378,7 +3378,7 @@ 'ausrichtBalkonTerrasse' => array ( 'label' => &$GLOBALS['TL_LANG']['tl_real_estate']['ausrichtBalkonTerrasse'], - 'exclude' => true, + 'exclude' => true, 'inputType' => 'checkboxWizard', 'options' => array ( @@ -3401,7 +3401,7 @@ 'moebliert' => array ( 'label' => &$GLOBALS['TL_LANG']['tl_real_estate']['moebliert'], - 'exclude' => true, + 'exclude' => true, 'inputType' => 'checkboxWizard', 'options' => array ( @@ -3419,7 +3419,7 @@ 'rollstuhlgerecht' => array ( 'label' => &$GLOBALS['TL_LANG']['tl_real_estate']['rollstuhlgerecht'], - 'exclude' => true, + 'exclude' => true, 'inputType' => 'checkbox', 'eval' => array('tl_class' => 'w50 m12'), 'sql' => "char(1) NOT NULL default '0'", @@ -3432,7 +3432,7 @@ 'kabelSatTv' => array ( 'label' => &$GLOBALS['TL_LANG']['tl_real_estate']['kabelSatTv'], - 'exclude' => true, + 'exclude' => true, 'inputType' => 'checkbox', 'eval' => array('tl_class' => 'w50 m12'), 'sql' => "char(1) NOT NULL default '0'", @@ -3445,7 +3445,7 @@ 'dvbt' => array ( 'label' => &$GLOBALS['TL_LANG']['tl_real_estate']['dvbt'], - 'exclude' => true, + 'exclude' => true, 'inputType' => 'checkbox', 'eval' => array('tl_class' => 'w50 m12'), 'sql' => "char(1) NOT NULL default '0'", @@ -3458,7 +3458,7 @@ 'barrierefrei' => array ( 'label' => &$GLOBALS['TL_LANG']['tl_real_estate']['barrierefrei'], - 'exclude' => true, + 'exclude' => true, 'inputType' => 'checkbox', 'eval' => array('tl_class' => 'w50 m12'), 'sql' => "char(1) NOT NULL default '0'", @@ -3471,7 +3471,7 @@ 'sauna' => array ( 'label' => &$GLOBALS['TL_LANG']['tl_real_estate']['sauna'], - 'exclude' => true, + 'exclude' => true, 'inputType' => 'checkbox', 'eval' => array('tl_class' => 'w50 m12'), 'sql' => "char(1) NOT NULL default '0'", @@ -3484,7 +3484,7 @@ 'swimmingpool' => array ( 'label' => &$GLOBALS['TL_LANG']['tl_real_estate']['swimmingpool'], - 'exclude' => true, + 'exclude' => true, 'inputType' => 'checkbox', 'eval' => array('tl_class' => 'w50 m12'), 'sql' => "char(1) NOT NULL default '0'", @@ -3497,7 +3497,7 @@ 'waschTrockenraum' => array ( 'label' => &$GLOBALS['TL_LANG']['tl_real_estate']['waschTrockenraum'], - 'exclude' => true, + 'exclude' => true, 'inputType' => 'checkbox', 'eval' => array('tl_class' => 'w50 m12'), 'sql' => "char(1) NOT NULL default '0'", @@ -3510,7 +3510,7 @@ 'wintergarten' => array ( 'label' => &$GLOBALS['TL_LANG']['tl_real_estate']['wintergarten'], - 'exclude' => true, + 'exclude' => true, 'inputType' => 'checkbox', 'eval' => array('tl_class' => 'w50 m12'), 'sql' => "char(1) NOT NULL default '0'", @@ -3523,7 +3523,7 @@ 'dvVerkabelung' => array ( 'label' => &$GLOBALS['TL_LANG']['tl_real_estate']['dvVerkabelung'], - 'exclude' => true, + 'exclude' => true, 'inputType' => 'checkbox', 'eval' => array('tl_class' => 'w50 m12'), 'sql' => "char(1) NOT NULL default '0'", @@ -3536,7 +3536,7 @@ 'rampe' => array ( 'label' => &$GLOBALS['TL_LANG']['tl_real_estate']['rampe'], - 'exclude' => true, + 'exclude' => true, 'inputType' => 'checkbox', 'eval' => array('tl_class' => 'w50 m12'), 'sql' => "char(1) NOT NULL default '0'", @@ -3549,7 +3549,7 @@ 'hebebuehne' => array ( 'label' => &$GLOBALS['TL_LANG']['tl_real_estate']['hebebuehne'], - 'exclude' => true, + 'exclude' => true, 'inputType' => 'checkbox', 'eval' => array('tl_class' => 'w50 m12'), 'sql' => "char(1) NOT NULL default '0'", @@ -3562,7 +3562,7 @@ 'kran' => array ( 'label' => &$GLOBALS['TL_LANG']['tl_real_estate']['kran'], - 'exclude' => true, + 'exclude' => true, 'inputType' => 'checkbox', 'eval' => array('tl_class' => 'w50 m12'), 'sql' => "char(1) NOT NULL default '0'", @@ -3575,7 +3575,7 @@ 'gastterrasse' => array ( 'label' => &$GLOBALS['TL_LANG']['tl_real_estate']['gastterrasse'], - 'exclude' => true, + 'exclude' => true, 'inputType' => 'checkbox', 'eval' => array('tl_class' => 'w50 m12'), 'sql' => "char(1) NOT NULL default '0'", @@ -3588,10 +3588,10 @@ 'stromanschlusswert' => array ( 'label' => &$GLOBALS['TL_LANG']['tl_real_estate']['stromanschlusswert'], - 'exclude' => true, + 'exclude' => true, 'inputType' => 'text', 'eval' => array('tl_class' => 'w50 m12'), - 'sql' => "varchar(32) NOT NULL default ''", + 'sql' => "varchar(64) NOT NULL default ''", 'realEstate' => array( 'detail' => true, 'filter' => true @@ -3600,7 +3600,7 @@ 'kantineCafeteria' => array ( 'label' => &$GLOBALS['TL_LANG']['tl_real_estate']['kantineCafeteria'], - 'exclude' => true, + 'exclude' => true, 'inputType' => 'checkbox', 'eval' => array('tl_class' => 'w50 m12'), 'sql' => "char(1) NOT NULL default '0'", @@ -3613,7 +3613,7 @@ 'teekueche' => array ( 'label' => &$GLOBALS['TL_LANG']['tl_real_estate']['teekueche'], - 'exclude' => true, + 'exclude' => true, 'inputType' => 'checkbox', 'eval' => array('tl_class' => 'w50 m12'), 'sql' => "char(1) NOT NULL default '0'", @@ -3626,7 +3626,7 @@ 'hallenhoehe' => array ( 'label' => &$GLOBALS['TL_LANG']['tl_real_estate']['hallenhoehe'], - 'exclude' => true, + 'exclude' => true, 'inputType' => 'text', 'eval' => array('maxlength'=>255, 'tl_class'=>'w50'), 'sql' => "decimal(10,2) NULL default NULL", @@ -3638,7 +3638,7 @@ 'angeschlGastronomie' => array ( 'label' => &$GLOBALS['TL_LANG']['tl_real_estate']['angeschlGastronomie'], - 'exclude' => true, + 'exclude' => true, 'inputType' => 'checkboxWizard', 'options' => array ( @@ -3646,7 +3646,7 @@ 'bar' => &$GLOBALS['TL_LANG']['tl_real_estate_value']['angeschlGastronomie_bar'] ), 'eval' => array('multiple'=>true, 'tl_class'=>'w50'), - 'sql' => "varchar(128) NOT NULL default ''", + 'sql' => "varchar(64) NOT NULL default ''", 'realEstate' => array( 'detail' => true, 'attribute' => true, @@ -3656,7 +3656,7 @@ 'brauereibindung' => array ( 'label' => &$GLOBALS['TL_LANG']['tl_real_estate']['brauereibindung'], - 'exclude' => true, + 'exclude' => true, 'inputType' => 'checkbox', 'eval' => array('tl_class' => 'w50 m12'), 'sql' => "char(1) NOT NULL default '0'", @@ -3669,7 +3669,7 @@ 'sporteinrichtungen' => array ( 'label' => &$GLOBALS['TL_LANG']['tl_real_estate']['sporteinrichtungen'], - 'exclude' => true, + 'exclude' => true, 'inputType' => 'checkbox', 'eval' => array('tl_class' => 'w50 m12'), 'sql' => "char(1) NOT NULL default '0'", @@ -3682,7 +3682,7 @@ 'wellnessbereich' => array ( 'label' => &$GLOBALS['TL_LANG']['tl_real_estate']['wellnessbereich'], - 'exclude' => true, + 'exclude' => true, 'inputType' => 'checkbox', 'eval' => array('tl_class' => 'w50 m12'), 'sql' => "char(1) NOT NULL default '0'", @@ -3695,7 +3695,7 @@ 'serviceleistungen' => array ( 'label' => &$GLOBALS['TL_LANG']['tl_real_estate']['serviceleistungen'], - 'exclude' => true, + 'exclude' => true, 'inputType' => 'checkboxWizard', 'options' => array ( @@ -3716,7 +3716,7 @@ 'telefonFerienimmobilie' => array ( 'label' => &$GLOBALS['TL_LANG']['tl_real_estate']['telefonFerienimmobilie'], - 'exclude' => true, + 'exclude' => true, 'inputType' => 'checkbox', 'eval' => array('tl_class' => 'w50 m12'), 'sql' => "char(1) NOT NULL default '0'", @@ -3729,7 +3729,7 @@ 'breitbandZugang' => array ( 'label' => &$GLOBALS['TL_LANG']['tl_real_estate']['breitbandZugang'], - 'exclude' => true, + 'exclude' => true, 'inputType' => 'checkbox', 'eval' => array('tl_class' => 'w50 m12', 'submitOnChange'=>true), 'sql' => "char(1) NOT NULL default '0'", @@ -3742,7 +3742,7 @@ 'breitbandGeschw' => array ( 'label' => &$GLOBALS['TL_LANG']['tl_real_estate']['breitbandGeschw'], - 'exclude' => true, + 'exclude' => true, 'inputType' => 'text', 'eval' => array('tl_class' => 'w50'), 'sql' => "decimal(10,2) NULL default NULL", @@ -3755,7 +3755,7 @@ 'breitbandArt' => array ( 'label' => &$GLOBALS['TL_LANG']['tl_real_estate']['breitbandArt'], - 'exclude' => true, + 'exclude' => true, 'inputType' => 'select', 'options' => array('DSL', 'SDSL', 'VDSL', 'ADSL', 'SKYDSL', 'IPTV'), 'eval' => array('tl_class' => 'w50'), @@ -3768,7 +3768,7 @@ 'umtsEmpfang' => array ( 'label' => &$GLOBALS['TL_LANG']['tl_real_estate']['umtsEmpfang'], - 'exclude' => true, + 'exclude' => true, 'inputType' => 'checkbox', 'eval' => array('tl_class' => 'w50 m12'), 'sql' => "char(1) NOT NULL default '0'", @@ -3782,7 +3782,7 @@ 'sicherheitstechnik' => array ( 'label' => &$GLOBALS['TL_LANG']['tl_real_estate']['sicherheitstechnik'], - 'exclude' => true, + 'exclude' => true, 'inputType' => 'checkboxWizard', 'options' => array ( @@ -3791,7 +3791,7 @@ 'polizeiruf' => &$GLOBALS['TL_LANG']['tl_real_estate_value']['sicherheitstechnik_polizeiruf'] ), 'eval' => array('multiple'=>true), - 'sql' => "varchar(128) NOT NULL default ''", + 'sql' => "varchar(64) NOT NULL default ''", 'realEstate' => array( 'detail' => true, 'attribute' => true, @@ -3802,7 +3802,7 @@ 'unterkellert' => array ( 'label' => &$GLOBALS['TL_LANG']['tl_real_estate']['unterkellert'], - 'exclude' => true, + 'exclude' => true, 'inputType' => 'select', 'options' => array ( @@ -3811,7 +3811,7 @@ 'teil' => &$GLOBALS['TL_LANG']['tl_real_estate_value']['unterkellert_teil'] ), 'eval' => array('includeBlankOption'=>true, 'tl_class'=>'w50'), - 'sql' => "varchar(32) NOT NULL default ''", + 'sql' => "varchar(4) NOT NULL default ''", 'realEstate' => array( 'detail' => true, 'attribute' => true, @@ -3821,7 +3821,7 @@ 'abstellraum' => array ( 'label' => &$GLOBALS['TL_LANG']['tl_real_estate']['abstellraum'], - 'exclude' => true, + 'exclude' => true, 'inputType' => 'checkbox', 'eval' => array('tl_class' => 'w50 m12'), 'sql' => "char(1) NOT NULL default '0'", @@ -3834,7 +3834,7 @@ 'fahrradraum' => array ( 'label' => &$GLOBALS['TL_LANG']['tl_real_estate']['fahrradraum'], - 'exclude' => true, + 'exclude' => true, 'inputType' => 'checkbox', 'eval' => array('tl_class' => 'w50 m12'), 'sql' => "char(1) NOT NULL default '0'", @@ -3847,7 +3847,7 @@ 'rolladen' => array ( 'label' => &$GLOBALS['TL_LANG']['tl_real_estate']['rolladen'], - 'exclude' => true, + 'exclude' => true, 'inputType' => 'checkbox', 'eval' => array('tl_class' => 'w50 m12'), 'sql' => "char(1) NOT NULL default '0'", @@ -3860,7 +3860,7 @@ 'bibliothek' => array ( 'label' => &$GLOBALS['TL_LANG']['tl_real_estate']['bibliothek'], - 'exclude' => true, + 'exclude' => true, 'inputType' => 'checkbox', 'eval' => array('tl_class' => 'w50 m12'), 'sql' => "char(1) NOT NULL default '0'", @@ -3873,7 +3873,7 @@ 'dachboden' => array ( 'label' => &$GLOBALS['TL_LANG']['tl_real_estate']['dachboden'], - 'exclude' => true, + 'exclude' => true, 'inputType' => 'checkbox', 'eval' => array('tl_class' => 'w50 m12'), 'sql' => "char(1) NOT NULL default '0'", @@ -3886,7 +3886,7 @@ 'gaestewc' => array ( 'label' => &$GLOBALS['TL_LANG']['tl_real_estate']['gaestewc'], - 'exclude' => true, + 'exclude' => true, 'inputType' => 'checkbox', 'eval' => array('tl_class' => 'w50 m12'), 'sql' => "char(1) NOT NULL default '0'", @@ -3899,7 +3899,7 @@ 'kabelkanaele' => array ( 'label' => &$GLOBALS['TL_LANG']['tl_real_estate']['kabelkanaele'], - 'exclude' => true, + 'exclude' => true, 'inputType' => 'checkbox', 'eval' => array('tl_class' => 'w50 m12'), 'sql' => "char(1) NOT NULL default '0'", @@ -3912,7 +3912,7 @@ 'seniorengerecht' => array ( 'label' => &$GLOBALS['TL_LANG']['tl_real_estate']['seniorengerecht'], - 'exclude' => true, + 'exclude' => true, 'inputType' => 'checkbox', 'eval' => array('tl_class' => 'w50 m12'), 'sql' => "char(1) NOT NULL default '0'", @@ -3929,10 +3929,10 @@ 'baujahr' => array ( 'label' => &$GLOBALS['TL_LANG']['tl_real_estate']['baujahr'], - 'exclude' => true, + 'exclude' => true, 'inputType' => 'text', 'eval' => array('maxlength'=>32, 'tl_class'=>'w50'), - 'sql' => "varchar(32) NOT NULL default ''", + 'sql' => "varchar(10) NOT NULL default ''", 'realEstate' => array( 'detail' => true, 'filter' => true, @@ -3943,7 +3943,7 @@ 'letztemodernisierung' => array ( 'label' => &$GLOBALS['TL_LANG']['tl_real_estate']['letztemodernisierung'], - 'exclude' => true, + 'exclude' => true, 'inputType' => 'text', 'eval' => array('tl_class'=>'w50'), 'sql' => "text NULL default NULL", @@ -3955,7 +3955,7 @@ 'zustand' => array ( 'label' => &$GLOBALS['TL_LANG']['tl_real_estate']['zustand'], - 'exclude' => true, + 'exclude' => true, 'inputType' => 'select', 'options' => array ( @@ -3977,7 +3977,7 @@ 'projektiert' => &$GLOBALS['TL_LANG']['tl_real_estate_value']['zustand_projektiert'] ), 'eval' => array('includeBlankOption'=>true, 'chosen'=>true, 'tl_class'=>'w50'), - 'sql' => "varchar(32) NOT NULL default ''", + 'sql' => "varchar(64) NOT NULL default ''", 'realEstate' => array( 'detail' => true, 'filter' => true, @@ -3987,7 +3987,7 @@ 'alterAttr' => array ( 'label' => &$GLOBALS['TL_LANG']['tl_real_estate']['alter'], - 'exclude' => true, + 'exclude' => true, 'inputType' => 'select', 'options' => array ( @@ -3995,7 +3995,7 @@ 'neubau' => &$GLOBALS['TL_LANG']['tl_real_estate_value']['alterAttr_neubau'] ), 'eval' => array('includeBlankOption'=>true, 'tl_class'=>'w50'), - 'sql' => "varchar(32) NOT NULL default ''", + 'sql' => "varchar(6) NOT NULL default ''", 'realEstate' => array( 'detail' => true, 'filter' => true, @@ -4005,7 +4005,7 @@ 'bebaubarNach' => array ( 'label' => &$GLOBALS['TL_LANG']['tl_real_estate']['bebaubarNach'], - 'exclude' => true, + 'exclude' => true, 'inputType' => 'select', 'options' => array ( @@ -4018,7 +4018,7 @@ 'bauland_ohne_b_plan' => &$GLOBALS['TL_LANG']['tl_real_estate_value']['bebaubarNach_bauland_ohne_b_plan'] ), 'eval' => array('includeBlankOption'=>true, 'tl_class'=>'w50'), - 'sql' => "varchar(32) NOT NULL default ''", + 'sql' => "varchar(64) NOT NULL default ''", 'realEstate' => array( 'detail' => true, 'filter' => true @@ -4027,7 +4027,7 @@ 'erschliessung' => array ( 'label' => &$GLOBALS['TL_LANG']['tl_real_estate']['erschliessung'], - 'exclude' => true, + 'exclude' => true, 'inputType' => 'select', 'options' => array ( @@ -4037,7 +4037,7 @@ 'ortsueblicherschlossen' => &$GLOBALS['TL_LANG']['tl_real_estate_value']['erschliessung_ortsueblicherschlossen'] ), 'eval' => array('includeBlankOption'=>true, 'tl_class'=>'w50'), - 'sql' => "varchar(32) NOT NULL default ''", + 'sql' => "varchar(64) NOT NULL default ''", 'realEstate' => array( 'detail' => true, 'filter' => true, @@ -4047,7 +4047,7 @@ 'erschliessungUmfang' => array ( 'label' => &$GLOBALS['TL_LANG']['tl_real_estate']['erschliessungUmfang'], - 'exclude' => true, + 'exclude' => true, 'inputType' => 'select', 'options' => array ( @@ -4057,7 +4057,7 @@ 'tk' => &$GLOBALS['TL_LANG']['tl_real_estate_value']['erschliessungUmfang_tk'] ), 'eval' => array('includeBlankOption'=>true, 'tl_class'=>'w50'), - 'sql' => "varchar(32) NOT NULL default ''", + 'sql' => "varchar(64) NOT NULL default ''", 'realEstate' => array( 'detail' => true, 'filter' => true, @@ -4067,10 +4067,10 @@ 'bauzone' => array ( 'label' => &$GLOBALS['TL_LANG']['tl_real_estate']['bauzone'], - 'exclude' => true, + 'exclude' => true, 'inputType' => 'text', - 'eval' => array('maxlength'=>32, 'tl_class'=>'w50'), - 'sql' => "varchar(32) NOT NULL default ''", + 'eval' => array('maxlength'=>64, 'tl_class'=>'w50'), + 'sql' => "varchar(64) NOT NULL default ''", 'realEstate' => array( 'detail' => true ) @@ -4078,7 +4078,7 @@ 'altlasten' => array ( 'label' => &$GLOBALS['TL_LANG']['tl_real_estate']['altlasten'], - 'exclude' => true, + 'exclude' => true, 'inputType' => 'text', 'eval' => array('tl_class'=>'w50'), 'sql' => "text NULL default NULL", @@ -4089,7 +4089,7 @@ 'verkaufstatus' => array ( 'label' => &$GLOBALS['TL_LANG']['tl_real_estate']['verkaufstatus'], - 'exclude' => true, + 'exclude' => true, 'inputType' => 'select', 'options' => array ( @@ -4098,7 +4098,7 @@ 'verkauft' => &$GLOBALS['TL_LANG']['tl_real_estate_value']['verkaufstatus_verkauft'] ), 'eval' => array('includeBlankOption'=>true, 'tl_class'=>'w50'), - 'sql' => "varchar(32) NOT NULL default ''", + 'sql' => "varchar(10) NOT NULL default ''", 'realEstate' => array( 'filter' => true ) @@ -4110,7 +4110,7 @@ 'zulieferung' => array ( 'label' => &$GLOBALS['TL_LANG']['tl_real_estate']['zulieferung'], - 'exclude' => true, + 'exclude' => true, 'inputType' => 'checkbox', 'eval' => array('tl_class' => 'w50 m12'), 'sql' => "char(1) NOT NULL default '0'", @@ -4124,7 +4124,7 @@ 'ausblick' => array ( 'label' => &$GLOBALS['TL_LANG']['tl_real_estate']['ausblick'], - 'exclude' => true, + 'exclude' => true, 'inputType' => 'select', 'options' => array ( @@ -4134,7 +4134,7 @@ 'meer' => &$GLOBALS['TL_LANG']['tl_real_estate_value']['ausblick_meer'] ), 'eval' => array('includeBlankOption'=>true, 'tl_class'=>'w50'), - 'sql' => "varchar(32) NOT NULL default ''", + 'sql' => "varchar(5) NOT NULL default ''", 'realEstate' => array( 'detail' => true, 'filter' => true, @@ -4144,10 +4144,10 @@ 'distanzFlughafen' => array ( 'label' => &$GLOBALS['TL_LANG']['tl_real_estate']['distanzFlughafen'], - 'exclude' => true, + 'exclude' => true, 'inputType' => 'text', - 'eval' => array('maxlength'=>32, 'tl_class'=>'w50'), - 'sql' => "varchar(32) NOT NULL default ''", + 'eval' => array('maxlength'=>64, 'tl_class'=>'w50'), + 'sql' => "varchar(64) NOT NULL default ''", 'realEstate' => array( 'group' => 'distance', 'filter' => true, @@ -4157,10 +4157,10 @@ 'distanzFernbahnhof' => array ( 'label' => &$GLOBALS['TL_LANG']['tl_real_estate']['distanzFernbahnhof'], - 'exclude' => true, + 'exclude' => true, 'inputType' => 'text', - 'eval' => array('maxlength'=>32, 'tl_class'=>'w50'), - 'sql' => "varchar(32) NOT NULL default ''", + 'eval' => array('maxlength'=>64, 'tl_class'=>'w50'), + 'sql' => "varchar(64) NOT NULL default ''", 'realEstate' => array( 'group' => 'distance', 'filter' => true, @@ -4170,10 +4170,10 @@ 'distanzAutobahn' => array ( 'label' => &$GLOBALS['TL_LANG']['tl_real_estate']['distanzAutobahn'], - 'exclude' => true, + 'exclude' => true, 'inputType' => 'text', - 'eval' => array('maxlength'=>32, 'tl_class'=>'w50'), - 'sql' => "varchar(32) NOT NULL default ''", + 'eval' => array('maxlength'=>64, 'tl_class'=>'w50'), + 'sql' => "varchar(64) NOT NULL default ''", 'realEstate' => array( 'group' => 'distance', 'filter' => true, @@ -4183,10 +4183,10 @@ 'distanzUsBahn' => array ( 'label' => &$GLOBALS['TL_LANG']['tl_real_estate']['distanzUsBahn'], - 'exclude' => true, + 'exclude' => true, 'inputType' => 'text', - 'eval' => array('maxlength'=>32, 'tl_class'=>'w50'), - 'sql' => "varchar(32) NOT NULL default ''", + 'eval' => array('maxlength'=>64, 'tl_class'=>'w50'), + 'sql' => "varchar(64) NOT NULL default ''", 'realEstate' => array( 'group' => 'distance', 'filter' => true, @@ -4196,10 +4196,10 @@ 'distanzBus' => array ( 'label' => &$GLOBALS['TL_LANG']['tl_real_estate']['distanzBus'], - 'exclude' => true, + 'exclude' => true, 'inputType' => 'text', - 'eval' => array('maxlength'=>32, 'tl_class'=>'w50'), - 'sql' => "varchar(32) NOT NULL default ''", + 'eval' => array('maxlength'=>64, 'tl_class'=>'w50'), + 'sql' => "varchar(64) NOT NULL default ''", 'realEstate' => array( 'group' => 'distance', 'filter' => true, @@ -4209,10 +4209,10 @@ 'distanzKindergarten' => array ( 'label' => &$GLOBALS['TL_LANG']['tl_real_estate']['distanzKindergarten'], - 'exclude' => true, + 'exclude' => true, 'inputType' => 'text', - 'eval' => array('maxlength'=>32, 'tl_class'=>'w50'), - 'sql' => "varchar(32) NOT NULL default ''", + 'eval' => array('maxlength'=>64, 'tl_class'=>'w50'), + 'sql' => "varchar(64) NOT NULL default ''", 'realEstate' => array( 'group' => 'distance', 'filter' => true, @@ -4222,10 +4222,10 @@ 'distanzGrundschule' => array ( 'label' => &$GLOBALS['TL_LANG']['tl_real_estate']['distanzGrundschule'], - 'exclude' => true, + 'exclude' => true, 'inputType' => 'text', - 'eval' => array('maxlength'=>32, 'tl_class'=>'w50'), - 'sql' => "varchar(32) NOT NULL default ''", + 'eval' => array('maxlength'=>64, 'tl_class'=>'w50'), + 'sql' => "varchar(64) NOT NULL default ''", 'realEstate' => array( 'group' => 'distance', 'filter' => true, @@ -4235,10 +4235,10 @@ 'distanzHauptschule' => array ( 'label' => &$GLOBALS['TL_LANG']['tl_real_estate']['distanzHauptschule'], - 'exclude' => true, + 'exclude' => true, 'inputType' => 'text', - 'eval' => array('maxlength'=>32, 'tl_class'=>'w50'), - 'sql' => "varchar(32) NOT NULL default ''", + 'eval' => array('maxlength'=>64, 'tl_class'=>'w50'), + 'sql' => "varchar(64) NOT NULL default ''", 'realEstate' => array( 'group' => 'distance', 'filter' => true, @@ -4248,10 +4248,10 @@ 'distanzRealschule' => array ( 'label' => &$GLOBALS['TL_LANG']['tl_real_estate']['distanzRealschule'], - 'exclude' => true, + 'exclude' => true, 'inputType' => 'text', - 'eval' => array('maxlength'=>32, 'tl_class'=>'w50'), - 'sql' => "varchar(32) NOT NULL default ''", + 'eval' => array('maxlength'=>64, 'tl_class'=>'w50'), + 'sql' => "varchar(64) NOT NULL default ''", 'realEstate' => array( 'group' => 'distance', 'filter' => true, @@ -4261,10 +4261,10 @@ 'distanzGesamtschule' => array ( 'label' => &$GLOBALS['TL_LANG']['tl_real_estate']['distanzGesamtschule'], - 'exclude' => true, + 'exclude' => true, 'inputType' => 'text', - 'eval' => array('maxlength'=>32, 'tl_class'=>'w50'), - 'sql' => "varchar(32) NOT NULL default ''", + 'eval' => array('maxlength'=>64, 'tl_class'=>'w50'), + 'sql' => "varchar(64) NOT NULL default ''", 'realEstate' => array( 'group' => 'distance', 'filter' => true, @@ -4274,10 +4274,10 @@ 'distanzGymnasium' => array ( 'label' => &$GLOBALS['TL_LANG']['tl_real_estate']['distanzGymnasium'], - 'exclude' => true, + 'exclude' => true, 'inputType' => 'text', - 'eval' => array('maxlength'=>32, 'tl_class'=>'w50'), - 'sql' => "varchar(32) NOT NULL default ''", + 'eval' => array('maxlength'=>64, 'tl_class'=>'w50'), + 'sql' => "varchar(64) NOT NULL default ''", 'realEstate' => array( 'group' => 'distance', 'filter' => true, @@ -4287,10 +4287,10 @@ 'distanzZentrum' => array ( 'label' => &$GLOBALS['TL_LANG']['tl_real_estate']['distanzZentrum'], - 'exclude' => true, + 'exclude' => true, 'inputType' => 'text', - 'eval' => array('maxlength'=>32, 'tl_class'=>'w50'), - 'sql' => "varchar(32) NOT NULL default ''", + 'eval' => array('maxlength'=>64, 'tl_class'=>'w50'), + 'sql' => "varchar(64) NOT NULL default ''", 'realEstate' => array( 'group' => 'distance', 'filter' => true, @@ -4300,10 +4300,10 @@ 'distanzEinkaufsmoeglichkeiten' => array ( 'label' => &$GLOBALS['TL_LANG']['tl_real_estate']['distanzEinkaufsmoeglichkeiten'], - 'exclude' => true, + 'exclude' => true, 'inputType' => 'text', - 'eval' => array('maxlength'=>32, 'tl_class'=>'w50'), - 'sql' => "varchar(32) NOT NULL default ''", + 'eval' => array('maxlength'=>64, 'tl_class'=>'w50'), + 'sql' => "varchar(64) NOT NULL default ''", 'realEstate' => array( 'group' => 'distance', 'filter' => true, @@ -4313,10 +4313,10 @@ 'distanzGaststaetten' => array ( 'label' => &$GLOBALS['TL_LANG']['tl_real_estate']['distanzGaststaetten'], - 'exclude' => true, + 'exclude' => true, 'inputType' => 'text', - 'eval' => array('maxlength'=>32, 'tl_class'=>'w50'), - 'sql' => "varchar(32) NOT NULL default ''", + 'eval' => array('maxlength'=>64, 'tl_class'=>'w50'), + 'sql' => "varchar(64) NOT NULL default ''", 'realEstate' => array( 'group' => 'distance', 'filter' => true, @@ -4326,10 +4326,10 @@ 'distanzSportStrand' => array ( 'label' => &$GLOBALS['TL_LANG']['tl_real_estate']['distanzSportStrand'], - 'exclude' => true, + 'exclude' => true, 'inputType' => 'text', - 'eval' => array('maxlength'=>32, 'tl_class'=>'w50'), - 'sql' => "varchar(32) NOT NULL default ''", + 'eval' => array('maxlength'=>64, 'tl_class'=>'w50'), + 'sql' => "varchar(64) NOT NULL default ''", 'realEstate' => array( 'group' => 'distance', 'filter' => true, @@ -4339,10 +4339,10 @@ 'distanzSportSee' => array ( 'label' => &$GLOBALS['TL_LANG']['tl_real_estate']['distanzSportSee'], - 'exclude' => true, + 'exclude' => true, 'inputType' => 'text', - 'eval' => array('maxlength'=>32, 'tl_class'=>'w50'), - 'sql' => "varchar(32) NOT NULL default ''", + 'eval' => array('maxlength'=>64, 'tl_class'=>'w50'), + 'sql' => "varchar(64) NOT NULL default ''", 'realEstate' => array( 'group' => 'distance', 'filter' => true, @@ -4352,10 +4352,10 @@ 'distanzSportMeer' => array ( 'label' => &$GLOBALS['TL_LANG']['tl_real_estate']['distanzSportMeer'], - 'exclude' => true, + 'exclude' => true, 'inputType' => 'text', - 'eval' => array('maxlength'=>32, 'tl_class'=>'w50'), - 'sql' => "varchar(32) NOT NULL default ''", + 'eval' => array('maxlength'=>64, 'tl_class'=>'w50'), + 'sql' => "varchar(64) NOT NULL default ''", 'realEstate' => array( 'group' => 'distance', 'filter' => true, @@ -4365,10 +4365,10 @@ 'distanzSportSkigebiet' => array ( 'label' => &$GLOBALS['TL_LANG']['tl_real_estate']['distanzSportSkigebiet'], - 'exclude' => true, + 'exclude' => true, 'inputType' => 'text', - 'eval' => array('maxlength'=>32, 'tl_class'=>'w50'), - 'sql' => "varchar(32) NOT NULL default ''", + 'eval' => array('maxlength'=>64, 'tl_class'=>'w50'), + 'sql' => "varchar(64) NOT NULL default ''", 'realEstate' => array( 'group' => 'distance', 'filter' => true, @@ -4378,10 +4378,10 @@ 'distanzSportSportanlagen' => array ( 'label' => &$GLOBALS['TL_LANG']['tl_real_estate']['distanzSportSportanlagen'], - 'exclude' => true, + 'exclude' => true, 'inputType' => 'text', - 'eval' => array('maxlength'=>32, 'tl_class'=>'w50'), - 'sql' => "varchar(32) NOT NULL default ''", + 'eval' => array('maxlength'=>64, 'tl_class'=>'w50'), + 'sql' => "varchar(64) NOT NULL default ''", 'realEstate' => array( 'group' => 'distance', 'filter' => true, @@ -4391,10 +4391,10 @@ 'distanzSportWandergebiete' => array ( 'label' => &$GLOBALS['TL_LANG']['tl_real_estate']['distanzSportWandergebiete'], - 'exclude' => true, + 'exclude' => true, 'inputType' => 'text', - 'eval' => array('maxlength'=>32, 'tl_class'=>'w50'), - 'sql' => "varchar(32) NOT NULL default ''", + 'eval' => array('maxlength'=>64, 'tl_class'=>'w50'), + 'sql' => "varchar(64) NOT NULL default ''", 'realEstate' => array( 'group' => 'distance', 'filter' => true, @@ -4404,10 +4404,10 @@ 'distanzSportNaherholung' => array ( 'label' => &$GLOBALS['TL_LANG']['tl_real_estate']['distanzSportNaherholung'], - 'exclude' => true, + 'exclude' => true, 'inputType' => 'text', - 'eval' => array('maxlength'=>32, 'tl_class'=>'w50'), - 'sql' => "varchar(32) NOT NULL default ''", + 'eval' => array('maxlength'=>64, 'tl_class'=>'w50'), + 'sql' => "varchar(64) NOT NULL default ''", 'realEstate' => array( 'group' => 'distance', 'filter' => true, @@ -4421,7 +4421,7 @@ 'energiepassEpart' => array ( 'label' => &$GLOBALS['TL_LANG']['tl_real_estate']['energiepassEpart'], - 'exclude' => true, + 'exclude' => true, 'inputType' => 'select', 'options' => array ( @@ -4429,7 +4429,7 @@ 'verbrauch' => &$GLOBALS['TL_LANG']['tl_real_estate_value']['energiepassEpart_verbrauch'] ), 'eval' => array('includeBlankOption'=>true, 'tl_class'=>'w50'), - 'sql' => "varchar(32) NOT NULL default ''", + 'sql' => "varchar(9) NOT NULL default ''", 'realEstate' => array( 'energie' => true, 'order' => 700 @@ -4438,10 +4438,10 @@ 'energiepassGueltigBis' => array ( 'label' => &$GLOBALS['TL_LANG']['tl_real_estate']['energiepassGueltigBis'], - 'exclude' => true, + 'exclude' => true, 'inputType' => 'text', - 'eval' => array('maxlength'=>32, 'tl_class'=>'w50'), - 'sql' => "varchar(32) NOT NULL default ''", + 'eval' => array('maxlength'=>64, 'tl_class'=>'w50'), + 'sql' => "varchar(64) NOT NULL default ''", 'realEstate' => array( 'energie' => true, 'order' => 700 @@ -4450,10 +4450,10 @@ 'energiepassEnergieverbrauchkennwert' => array ( 'label' => &$GLOBALS['TL_LANG']['tl_real_estate']['energiepassEnergieverbrauchkennwert'], - 'exclude' => true, + 'exclude' => true, 'inputType' => 'text', - 'eval' => array('maxlength'=>32, 'tl_class'=>'w50'), - 'sql' => "varchar(32) NOT NULL default ''", + 'eval' => array('maxlength'=>64, 'tl_class'=>'w50'), + 'sql' => "varchar(64) NOT NULL default ''", 'realEstate' => array( 'energie' => true, 'order' => 700 @@ -4462,7 +4462,7 @@ 'energiepassMitwarmwasser' => array ( 'label' => &$GLOBALS['TL_LANG']['tl_real_estate']['energiepassMitwarmwasser'], - 'exclude' => true, + 'exclude' => true, 'inputType' => 'checkbox', 'eval' => array('tl_class' => 'w50 m12'), 'sql' => "char(1) NOT NULL default '0'", @@ -4474,10 +4474,10 @@ 'energiepassEndenergiebedarf' => array ( 'label' => &$GLOBALS['TL_LANG']['tl_real_estate']['energiepassEndenergiebedarf'], - 'exclude' => true, + 'exclude' => true, 'inputType' => 'text', - 'eval' => array('maxlength'=>32, 'tl_class'=>'w50'), - 'sql' => "varchar(32) NOT NULL default ''", + 'eval' => array('maxlength'=>64, 'tl_class'=>'w50'), + 'sql' => "varchar(64) NOT NULL default ''", 'realEstate' => array( 'energie' => true, 'order' => 700 @@ -4486,7 +4486,7 @@ 'energiepassPrimaerenergietraeger' => array ( 'label' => &$GLOBALS['TL_LANG']['tl_real_estate']['energiepassPrimaerenergietraeger'], - 'exclude' => true, + 'exclude' => true, 'inputType' => 'text', 'eval' => array('tl_class'=>'w50'), 'sql' => "text NULL default NULL", @@ -4498,10 +4498,10 @@ 'energiepassStromwert' => array ( 'label' => &$GLOBALS['TL_LANG']['tl_real_estate']['energiepassStromwert'], - 'exclude' => true, + 'exclude' => true, 'inputType' => 'text', - 'eval' => array('maxlength'=>32, 'tl_class'=>'w50'), - 'sql' => "varchar(32) NOT NULL default ''", + 'eval' => array('maxlength'=>64, 'tl_class'=>'w50'), + 'sql' => "varchar(64) NOT NULL default ''", 'realEstate' => array( 'energie' => true, 'order' => 700 @@ -4510,10 +4510,10 @@ 'energiepassWaermewert' => array ( 'label' => &$GLOBALS['TL_LANG']['tl_real_estate']['energiepassWaermewert'], - 'exclude' => true, + 'exclude' => true, 'inputType' => 'text', - 'eval' => array('maxlength'=>32, 'tl_class'=>'w50'), - 'sql' => "varchar(32) NOT NULL default ''", + 'eval' => array('maxlength'=>64, 'tl_class'=>'w50'), + 'sql' => "varchar(64) NOT NULL default ''", 'realEstate' => array( 'energie' => true, 'order' => 700 @@ -4522,10 +4522,10 @@ 'energiepassWertklasse' => array ( 'label' => &$GLOBALS['TL_LANG']['tl_real_estate']['energiepassWertklasse'], - 'exclude' => true, + 'exclude' => true, 'inputType' => 'text', - 'eval' => array('maxlength'=>32, 'tl_class'=>'w50'), - 'sql' => "varchar(32) NOT NULL default ''", + 'eval' => array('maxlength'=>64, 'tl_class'=>'w50'), + 'sql' => "varchar(64) NOT NULL default ''", 'realEstate' => array( 'energie' => true, 'order' => 700 @@ -4534,10 +4534,10 @@ 'energiepassBaujahr' => array ( 'label' => &$GLOBALS['TL_LANG']['tl_real_estate']['energiepassBaujahr'], - 'exclude' => true, + 'exclude' => true, 'inputType' => 'text', - 'eval' => array('maxlength'=>32, 'tl_class'=>'w50'), - 'sql' => "varchar(32) NOT NULL default ''", + 'eval' => array('maxlength'=>64, 'tl_class'=>'w50'), + 'sql' => "varchar(64) NOT NULL default ''", 'realEstate' => array( 'energie' => true, 'order' => 700 @@ -4546,7 +4546,7 @@ 'energiepassAusstelldatum' => array ( 'label' => &$GLOBALS['TL_LANG']['tl_real_estate']['energiepassAusstelldatum'], - 'exclude' => true, + 'exclude' => true, 'inputType' => 'text', 'eval' => array('rgxp'=>'date', 'tl_class'=>'w50', 'datepicker'=>true), 'sql' => "varchar(10) NOT NULL default ''", @@ -4558,15 +4558,15 @@ 'energiepassJahrgang' => array ( 'label' => &$GLOBALS['TL_LANG']['tl_real_estate']['energiepassJahrgang'], - 'exclude' => true, + 'exclude' => true, 'inputType' => 'text', - 'eval' => array('maxlength'=>32, 'tl_class'=>'w50'), - 'sql' => "varchar(32) NOT NULL default ''" + 'eval' => array('maxlength'=>64, 'tl_class'=>'w50'), + 'sql' => "varchar(64) NOT NULL default ''" ), 'energiepassGebaeudeart' => array ( 'label' => &$GLOBALS['TL_LANG']['tl_real_estate']['energiepassGebaeudeart'], - 'exclude' => true, + 'exclude' => true, 'inputType' => 'select', 'options' => array ( @@ -4574,7 +4574,7 @@ 'nichtwohn' => &$GLOBALS['TL_LANG']['tl_real_estate_value']['energiepassGebaeudeart_nichtwohn'] ), 'eval' => array('includeBlankOption'=>true, 'tl_class'=>'w50'), - 'sql' => "varchar(32) NOT NULL default ''", + 'sql' => "varchar(9) NOT NULL default ''", 'realEstate' => array( 'energie' => true, 'order' => 700 @@ -4583,10 +4583,10 @@ 'energiepassEpasstext' => array ( 'label' => &$GLOBALS['TL_LANG']['tl_real_estate']['energiepassEpasstext'], - 'exclude' => true, + 'exclude' => true, 'inputType' => 'text', - 'eval' => array('maxlength'=>32, 'tl_class'=>'w50'), - 'sql' => "varchar(32) NOT NULL default ''", + 'eval' => array('tl_class'=>'w50'), + 'sql' => "text NULL", 'realEstate' => array( 'energie' => true, 'order' => 700 @@ -4595,10 +4595,10 @@ 'energiepassHwbwert' => array ( 'label' => &$GLOBALS['TL_LANG']['tl_real_estate']['energiepassHwbwert'], - 'exclude' => true, + 'exclude' => true, 'inputType' => 'text', - 'eval' => array('maxlength'=>32, 'tl_class'=>'w50'), - 'sql' => "varchar(32) NOT NULL default ''", + 'eval' => array('maxlength'=>64, 'tl_class'=>'w50'), + 'sql' => "varchar(64) NOT NULL default ''", 'realEstate' => array( 'energie' => true, 'order' => 700 @@ -4607,10 +4607,10 @@ 'energiepassHwbklasse' => array ( 'label' => &$GLOBALS['TL_LANG']['tl_real_estate']['energiepassHwbklasse'], - 'exclude' => true, + 'exclude' => true, 'inputType' => 'text', - 'eval' => array('maxlength'=>32, 'tl_class'=>'w50'), - 'sql' => "varchar(32) NOT NULL default ''", + 'eval' => array('maxlength'=>6, 'tl_class'=>'w50'), + 'sql' => "varchar(6) NOT NULL default ''", 'realEstate' => array( 'energie' => true, 'order' => 700 @@ -4619,10 +4619,10 @@ 'energiepassFgeewert' => array ( 'label' => &$GLOBALS['TL_LANG']['tl_real_estate']['energiepassFgeewert'], - 'exclude' => true, + 'exclude' => true, 'inputType' => 'text', - 'eval' => array('maxlength'=>32, 'tl_class'=>'w50'), - 'sql' => "varchar(32) NOT NULL default ''", + 'eval' => array('maxlength'=>64, 'tl_class'=>'w50'), + 'sql' => "varchar(64) NOT NULL default ''", 'realEstate' => array( 'energie' => true, 'order' => 700 @@ -4631,10 +4631,10 @@ 'energiepassFgeeklasse' => array ( 'label' => &$GLOBALS['TL_LANG']['tl_real_estate']['energiepassFgeeklasse'], - 'exclude' => true, + 'exclude' => true, 'inputType' => 'text', - 'eval' => array('maxlength'=>32, 'tl_class'=>'w50'), - 'sql' => "varchar(32) NOT NULL default ''", + 'eval' => array('maxlength'=>64, 'tl_class'=>'w50'), + 'sql' => "varchar(64) NOT NULL default ''", 'realEstate' => array( 'energie' => true, 'order' => 700 @@ -4647,7 +4647,7 @@ 'objektadresseFreigeben' => array ( 'label' => &$GLOBALS['TL_LANG']['tl_real_estate']['objektadresseFreigeben'], - 'exclude' => true, + 'exclude' => true, 'inputType' => 'checkbox', 'eval' => array('tl_class' => 'w50 m12'), 'sql' => "char(1) NOT NULL default '0'", @@ -4655,10 +4655,10 @@ 'verfuegbarAb' => array ( 'label' => &$GLOBALS['TL_LANG']['tl_real_estate']['verfuegbarAb'], - 'exclude' => true, + 'exclude' => true, 'inputType' => 'text', - 'eval' => array('maxlength'=>32, 'tl_class'=>'w50'), - 'sql' => "varchar(32) NOT NULL default ''", + 'eval' => array('maxlength'=>64, 'tl_class'=>'w50'), + 'sql' => "varchar(64) NOT NULL default ''", 'realEstate' => array( 'detail' => true, 'filter' => true, @@ -4668,7 +4668,7 @@ 'abdatum' => array ( 'label' => &$GLOBALS['TL_LANG']['tl_real_estate']['abdatum'], - 'exclude' => true, + 'exclude' => true, 'inputType' => 'text', 'eval' => array('rgxp'=>'date', 'tl_class'=>'w50', 'datepicker'=>true), 'sql' => "varchar(10) NOT NULL default ''", @@ -4681,7 +4681,7 @@ 'bisdatum' => array ( 'label' => &$GLOBALS['TL_LANG']['tl_real_estate']['bisdatum'], - 'exclude' => true, + 'exclude' => true, 'inputType' => 'text', 'eval' => array('rgxp'=>'date', 'tl_class'=>'w50', 'datepicker'=>true), 'sql' => "varchar(10) NOT NULL default ''", @@ -4694,7 +4694,7 @@ 'minMietdauer' => array ( 'label' => &$GLOBALS['TL_LANG']['tl_real_estate']['minMietdauer'], - 'exclude' => true, + 'exclude' => true, 'inputType' => 'select', 'options' => array ( @@ -4704,7 +4704,7 @@ 'jahr' => &$GLOBALS['TL_LANG']['tl_real_estate_value']['minMietdauer_jahr'] ), 'eval' => array('includeBlankOption'=>true, 'tl_class'=>'w50'), - 'sql' => "varchar(32) NOT NULL default ''", + 'sql' => "varchar(5) NOT NULL default ''", 'realEstate' => array( 'detail' => true, 'filter' => true, @@ -4714,7 +4714,7 @@ 'maxMietdauer' => array ( 'label' => &$GLOBALS['TL_LANG']['tl_real_estate']['maxMietdauer'], - 'exclude' => true, + 'exclude' => true, 'inputType' => 'select', 'options' => array ( @@ -4724,7 +4724,7 @@ 'jahr' => &$GLOBALS['TL_LANG']['tl_real_estate_value']['maxMietdauer_jahr'] ), 'eval' => array('includeBlankOption'=>true, 'tl_class'=>'w50'), - 'sql' => "varchar(32) NOT NULL default ''", + 'sql' => "varchar(5) NOT NULL default ''", 'realEstate' => array( 'detail' => true, 'filter' => true, @@ -4734,7 +4734,7 @@ 'versteigerungstermin' => array ( 'label' => &$GLOBALS['TL_LANG']['tl_real_estate']['versteigerungstermin'], - 'exclude' => true, + 'exclude' => true, 'inputType' => 'text', 'eval' => array('rgxp'=>'date', 'tl_class'=>'w50', 'datepicker'=>true), 'sql' => "varchar(10) NOT NULL default ''", @@ -4747,7 +4747,7 @@ 'wbsSozialwohnung' => array ( 'label' => &$GLOBALS['TL_LANG']['tl_real_estate']['wbsSozialwohnung'], - 'exclude' => true, + 'exclude' => true, 'inputType' => 'checkbox', 'eval' => array('tl_class' => 'w50 m12'), 'sql' => "char(1) NOT NULL default '0'", @@ -4759,7 +4759,7 @@ 'vermietet' => array ( 'label' => &$GLOBALS['TL_LANG']['tl_real_estate']['vermietet'], - 'exclude' => true, + 'exclude' => true, 'inputType' => 'checkbox', 'eval' => array('tl_class' => 'w50 m12'), 'sql' => "char(1) NOT NULL default '0'" @@ -4767,26 +4767,26 @@ 'gruppennummer' => array ( 'label' => &$GLOBALS['TL_LANG']['tl_real_estate']['gruppennummer'], - 'exclude' => true, + 'exclude' => true, 'inputType' => 'text', - 'eval' => array('maxlength'=>32, 'tl_class'=>'w50'), - 'sql' => "varchar(32) NOT NULL default ''" + 'eval' => array('maxlength'=>64, 'tl_class'=>'w50'), + 'sql' => "varchar(64) NOT NULL default ''" ), 'zugang' => array ( 'label' => &$GLOBALS['TL_LANG']['tl_real_estate']['zugang'], - 'exclude' => true, + 'exclude' => true, 'inputType' => 'text', - 'eval' => array('maxlength'=>32, 'tl_class'=>'w50'), - 'sql' => "varchar(32) NOT NULL default ''", + 'eval' => array('maxlength'=>64, 'tl_class'=>'w50'), + 'sql' => "varchar(64) NOT NULL default ''", ), 'laufzeit' => array ( 'label' => &$GLOBALS['TL_LANG']['tl_real_estate']['laufzeit'], - 'exclude' => true, + 'exclude' => true, 'inputType' => 'text', - 'eval' => array('maxlength'=>32, 'tl_class'=>'w50'), - 'sql' => "varchar(32) NOT NULL default ''", + 'eval' => array('maxlength'=>64, 'tl_class'=>'w50'), + 'sql' => "varchar(64) NOT NULL default ''", 'realEstate' => array( 'detail' => true, 'filter' => true @@ -4795,7 +4795,7 @@ 'maxPersonen' => array ( 'label' => &$GLOBALS['TL_LANG']['tl_real_estate']['maxPersonen'], - 'exclude' => true, + 'exclude' => true, 'inputType' => 'text', 'eval' => array('maxlength'=>10, 'tl_class'=>'w50'), 'sql' => "int(10) NOT NULL default 0", @@ -4808,7 +4808,7 @@ 'nichtraucher' => array ( 'label' => &$GLOBALS['TL_LANG']['tl_real_estate']['nichtraucher'], - 'exclude' => true, + 'exclude' => true, 'inputType' => 'checkbox', 'eval' => array('tl_class' => 'w50 m12'), 'sql' => "char(1) NOT NULL default '0'", @@ -4821,7 +4821,7 @@ 'haustiere' => array ( 'label' => &$GLOBALS['TL_LANG']['tl_real_estate']['haustiere'], - 'exclude' => true, + 'exclude' => true, 'inputType' => 'checkbox', 'eval' => array('tl_class' => 'w50 m12'), 'sql' => "char(1) NOT NULL default '0'", @@ -4834,7 +4834,7 @@ 'geschlecht' => array ( 'label' => &$GLOBALS['TL_LANG']['tl_real_estate']['geschlecht'], - 'exclude' => true, + 'exclude' => true, 'inputType' => 'select', 'options' => array ( @@ -4843,7 +4843,7 @@ 'nur_frau' => &$GLOBALS['TL_LANG']['tl_real_estate_value']['geschlecht_nur_frau'] ), 'eval' => array('includeBlankOption'=>true, 'tl_class'=>'w50'), - 'sql' => "varchar(32) NOT NULL default ''", + 'sql' => "varchar(8) NOT NULL default ''", 'realEstate' => array( 'detail' => true, 'filter' => true @@ -4852,7 +4852,7 @@ 'denkmalgeschuetzt' => array ( 'label' => &$GLOBALS['TL_LANG']['tl_real_estate']['denkmalgeschuetzt'], - 'exclude' => true, + 'exclude' => true, 'inputType' => 'checkbox', 'eval' => array('tl_class' => 'w50 m12'), 'sql' => "char(1) NOT NULL default '0'", @@ -4865,7 +4865,7 @@ 'alsFerien' => array ( 'label' => &$GLOBALS['TL_LANG']['tl_real_estate']['alsFerien'], - 'exclude' => true, + 'exclude' => true, 'inputType' => 'checkbox', 'eval' => array('tl_class' => 'w50 m12'), 'sql' => "char(1) NOT NULL default '0'", @@ -4878,7 +4878,7 @@ 'gewerblicheNutzung' => array ( 'label' => &$GLOBALS['TL_LANG']['tl_real_estate']['gewerblicheNutzung'], - 'exclude' => true, + 'exclude' => true, 'inputType' => 'checkbox', 'eval' => array('tl_class' => 'w50 m12'), 'sql' => "char(1) NOT NULL default '0'", @@ -4891,7 +4891,7 @@ 'branchen' => array ( 'label' => &$GLOBALS['TL_LANG']['tl_real_estate']['branchen'], - 'exclude' => true, + 'exclude' => true, 'inputType' => 'text', 'eval' => array('maxlength'=>255, 'tl_class'=>'w50'), 'sql' => "varchar(255) NOT NULL default ''", @@ -4899,7 +4899,7 @@ 'hochhaus' => array ( 'label' => &$GLOBALS['TL_LANG']['tl_real_estate']['hochhaus'], - 'exclude' => true, + 'exclude' => true, 'inputType' => 'checkbox', 'eval' => array('tl_class' => 'w50 m12'), 'sql' => "char(1) NOT NULL default '0'", @@ -4916,7 +4916,7 @@ 'objektnrIntern' => array ( 'label' => &$GLOBALS['TL_LANG']['tl_real_estate']['objektnrIntern'], - 'exclude' => true, + 'exclude' => true, 'inputType' => 'text', 'search' => true, 'eval' => array('maxlength'=>64, 'tl_class'=>'w50'), @@ -4928,11 +4928,11 @@ 'objektnrExtern' => array ( 'label' => &$GLOBALS['TL_LANG']['tl_real_estate']['objektnrExtern'], - 'exclude' => true, + 'exclude' => true, 'inputType' => 'text', 'search' => true, - 'eval' => array('maxlength'=>32, 'tl_class'=>'w50'), - 'sql' => "varchar(32) NOT NULL default ''", + 'eval' => array('maxlength'=>64, 'tl_class'=>'w50'), + 'sql' => "varchar(64) NOT NULL default ''", 'realEstate' => array( 'unique' => true ) @@ -4940,7 +4940,7 @@ 'aktivVon' => array ( 'label' => &$GLOBALS['TL_LANG']['tl_real_estate']['aktivVon'], - 'exclude' => true, + 'exclude' => true, 'inputType' => 'text', 'eval' => array('rgxp'=>'date', 'tl_class'=>'w50', 'datepicker'=>true), 'sql' => "varchar(10) NOT NULL default ''" @@ -4948,7 +4948,7 @@ 'aktivBis' => array ( 'label' => &$GLOBALS['TL_LANG']['tl_real_estate']['aktivBis'], - 'exclude' => true, + 'exclude' => true, 'inputType' => 'text', 'eval' => array('rgxp'=>'date', 'tl_class'=>'w50', 'datepicker'=>true), 'sql' => "varchar(10) NOT NULL default ''" @@ -4956,7 +4956,7 @@ 'openimmoObid' => array ( 'label' => &$GLOBALS['TL_LANG']['tl_real_estate']['openimmoObid'], - 'exclude' => true, + 'exclude' => true, 'inputType' => 'text', 'eval' => array('maxlength'=>64, 'tl_class'=>'w50'), 'sql' => "varchar(64) NOT NULL default ''", @@ -4964,10 +4964,10 @@ 'kennungUrsprung' => array ( 'label' => &$GLOBALS['TL_LANG']['tl_real_estate']['kennungUrsprung'], - 'exclude' => true, + 'exclude' => true, 'inputType' => 'text', - 'eval' => array('maxlength'=>32, 'tl_class'=>'w50'), - 'sql' => "varchar(32) NOT NULL default ''", + 'eval' => array('maxlength'=>64, 'tl_class'=>'w50'), + 'sql' => "varchar(64) NOT NULL default ''", ), 'standVom' => array ( @@ -4981,7 +4981,7 @@ 'weitergabeGenerell' => array ( 'label' => &$GLOBALS['TL_LANG']['tl_real_estate']['weitergabeGenerell'], - 'exclude' => true, + 'exclude' => true, 'inputType' => 'checkbox', 'eval' => array('tl_class' => 'w50 m12', 'submitOnChange'=>true), 'sql' => "char(1) NOT NULL default '0'", @@ -4989,7 +4989,7 @@ 'weitergabePositiv' => array ( 'label' => &$GLOBALS['TL_LANG']['tl_real_estate']['weitergabePositiv'], - 'exclude' => true, + 'exclude' => true, 'inputType' => 'text', 'eval' => array('maxlength'=>32, 'tl_class'=>'w50'), 'sql' => "varchar(32) NOT NULL default ''", @@ -4997,7 +4997,7 @@ 'weitergabeNegativ' => array ( 'label' => &$GLOBALS['TL_LANG']['tl_real_estate']['weitergabeNegativ'], - 'exclude' => true, + 'exclude' => true, 'inputType' => 'text', 'eval' => array('maxlength'=>32, 'tl_class'=>'w50'), 'sql' => "varchar(32) NOT NULL default ''", @@ -5005,7 +5005,7 @@ 'sprache' => array ( 'label' => &$GLOBALS['TL_LANG']['tl_real_estate']['sprache'], - 'exclude' => true, + 'exclude' => true, 'inputType' => 'text', 'filter' => true, 'eval' => array('maxlength'=>5, 'tl_class'=>'w50'), @@ -5018,7 +5018,7 @@ 'titleImageSRC' => array ( 'label' => &$GLOBALS['TL_LANG']['tl_real_estate']['titleImageSRC'], - 'exclude' => true, + 'exclude' => true, 'inputType' => 'fileTree', 'eval' => array('filesOnly'=>true, 'extensions'=>Contao\Config::get('validImageTypes'), 'fieldType'=>'radio', 'tl_class'=>'clr'), 'sql' => "blob NULL", @@ -5029,7 +5029,7 @@ 'imageSRC' => array ( 'label' => &$GLOBALS['TL_LANG']['tl_real_estate']['imageSRC'], - 'exclude' => true, + 'exclude' => true, 'inputType' => 'fileTree', 'eval' => array('filesOnly'=>true, 'extensions'=>Contao\Config::get('validImageTypes'), 'fieldType'=>'checkbox', 'multiple'=>true), 'sql' => "blob NULL", @@ -5040,7 +5040,7 @@ 'planImageSRC' => array ( 'label' => &$GLOBALS['TL_LANG']['tl_real_estate']['planImageSRC'], - 'exclude' => true, + 'exclude' => true, 'inputType' => 'fileTree', 'eval' => array('filesOnly'=>true, 'extensions'=>Contao\Config::get('validImageTypes'), 'fieldType'=>'checkbox', 'multiple'=>true), 'sql' => "blob NULL", @@ -5051,7 +5051,7 @@ 'interiorViewImageSRC' => array ( 'label' => &$GLOBALS['TL_LANG']['tl_real_estate']['interiorViewImageSRC'], - 'exclude' => true, + 'exclude' => true, 'inputType' => 'fileTree', 'eval' => array('filesOnly'=>true, 'extensions'=>Contao\Config::get('validImageTypes'), 'fieldType'=>'checkbox', 'multiple'=>true), 'sql' => "blob NULL", @@ -5062,7 +5062,7 @@ 'exteriorViewImageSRC' => array ( 'label' => &$GLOBALS['TL_LANG']['tl_real_estate']['exteriorViewImageSRC'], - 'exclude' => true, + 'exclude' => true, 'inputType' => 'fileTree', 'eval' => array('filesOnly'=>true, 'extensions'=>Contao\Config::get('validImageTypes'), 'fieldType'=>'checkbox', 'multiple'=>true), 'sql' => "blob NULL", @@ -5073,7 +5073,7 @@ 'mapViewImageSRC' => array ( 'label' => &$GLOBALS['TL_LANG']['tl_real_estate']['mapViewImageSRC'], - 'exclude' => true, + 'exclude' => true, 'inputType' => 'fileTree', 'eval' => array('filesOnly'=>true, 'extensions'=>Contao\Config::get('validImageTypes'), 'fieldType'=>'checkbox', 'multiple'=>true), 'sql' => "blob NULL", @@ -5084,7 +5084,7 @@ 'panoramaImageSRC' => array ( 'label' => &$GLOBALS['TL_LANG']['tl_real_estate']['panoramaImageSRC'], - 'exclude' => true, + 'exclude' => true, 'inputType' => 'fileTree', 'eval' => array('filesOnly'=>true, 'extensions'=>Contao\Config::get('validImageTypes'), 'fieldType'=>'checkbox', 'multiple'=>true), 'sql' => "blob NULL", @@ -5095,7 +5095,7 @@ 'epassSkalaImageSRC' => array ( 'label' => &$GLOBALS['TL_LANG']['tl_real_estate']['epassSkalaImageSRC'], - 'exclude' => true, + 'exclude' => true, 'inputType' => 'fileTree', 'eval' => array('filesOnly'=>true, 'extensions'=>Contao\Config::get('validImageTypes'), 'fieldType'=>'checkbox', 'multiple'=>true), 'sql' => "blob NULL", @@ -5106,7 +5106,7 @@ 'logoImageSRC' => array ( 'label' => &$GLOBALS['TL_LANG']['tl_real_estate']['logoImageSRC'], - 'exclude' => true, + 'exclude' => true, 'inputType' => 'fileTree', 'eval' => array('filesOnly'=>true, 'extensions'=>Contao\Config::get('validImageTypes'), 'fieldType'=>'checkbox', 'multiple'=>true), 'sql' => "blob NULL", @@ -5121,7 +5121,7 @@ 'inputType' => 'fileTree', 'eval' => array('filesOnly'=>true, 'extensions'=>Contao\Config::get('validImageTypes'), 'fieldType'=>'checkbox', 'multiple'=>true), 'sql' => "blob NULL", - 'realEstate' => array( + 'realEstate' => array( 'group' => 'image' ) ), @@ -5136,7 +5136,7 @@ 'inputType' => 'fileTree', 'eval' => array('filesOnly'=>true, 'fieldType'=>'checkbox', 'multiple'=>true), 'sql' => "blob NULL", - 'realEstate' => array( + 'realEstate' => array( 'group' => 'document' ) ), @@ -5147,7 +5147,7 @@ 'links' => array ( 'label' => &$GLOBALS['TL_LANG']['tl_real_estate']['links'], - 'exclude' => true, + 'exclude' => true, 'inputType' => 'listWizard', 'eval' => array('tl_class'=>'clr'), 'sql' => "blob NULL", @@ -5158,7 +5158,7 @@ 'anbieterobjekturl' => array ( 'label' => &$GLOBALS['TL_LANG']['tl_real_estate']['anbieterobjekturl'], - 'exclude' => true, + 'exclude' => true, 'inputType' => 'text', 'eval' => array('tl_class'=>'w50 clr'), 'sql' => "varchar(255) NOT NULL default ''", @@ -5167,7 +5167,7 @@ 'published' => array ( 'label' => &$GLOBALS['TL_LANG']['tl_real_estate']['published'], - 'exclude' => true, + 'exclude' => true, 'filter' => true, 'inputType' => 'checkbox', 'eval' => array('doNotCopy'=>true, 'tl_class'=>'w50 m12 clr'),