Index: branches/5.2.x/admin/system_presets/simple/site_domains_site-domain.php =================================================================== diff -u -N -r13840 -r14244 --- branches/5.2.x/admin/system_presets/simple/site_domains_site-domain.php (.../site_domains_site-domain.php) (revision 13840) +++ branches/5.2.x/admin/system_presets/simple/site_domains_site-domain.php (.../site_domains_site-domain.php) (revision 14244) @@ -1,52 +1,52 @@ - Array ('new_item', 'edit', 'delete', 'dbl-click'), - -// General" tab during adding/editing -// 'site_domain_edit' => Array ('select', 'cancel', 'reset_edit', 'prev', 'next'), - ); - - // fields to hide - $hidden_fields = Array ( - /*'DomainId', 'DomainName', 'SSLUrl', 'AdminEmail', 'Country', 'PrimaryLanguageId', 'Languages', 'PrimaryThemeId', 'PrimaryThemeId', 'Themes', 'DomainIPRang', 'ExternalUrl', 'RedirectOnIPMatch', 'Priority', */ - ); - - // virtual fields to hide - $virtual_hidden_fields = Array ( - - ); - - // fields to make required - $required_fields = Array ( - /*'DomainId',*/ 'DomainName', /* 'SSLUrl', 'AdminEmail', 'Country', 'PrimaryLanguageId', 'Languages', 'PrimaryThemeId', 'PrimaryThemeId', 'Themes', 'DomainIPRang', 'ExternalUrl', 'RedirectOnIPMatch', 'Priority', */ - ); - - // virtual fields to make required - $virtual_required_fields = Array ( - - ); - - // tabs during editing - $hide_edit_tabs = Array ( - - ); - - // hide columns in grids - $hide_columns = Array ( -// 'Default' => Array ('DomainId', 'DomainName', 'SSLUrl', 'Country', 'PrimaryLanguageId', 'PrimaryThemeId', 'Priority', ), - ); + Array ('new_item', 'edit', 'delete', 'dbl-click'), + +// General" tab during adding/editing +// 'site_domain_edit' => Array ('select', 'cancel', 'reset_edit', 'prev', 'next'), + ); + + // fields to hide + $hidden_fields = Array ( + /*'DomainId', 'DomainName', 'SSLUrl', 'AdminEmail', 'Country', 'PrimaryLanguageId', 'Languages', 'PrimaryThemeId', 'PrimaryThemeId', 'Themes', 'DomainIPRang', 'ExternalUrl', 'RedirectOnIPMatch', 'Priority', */ + ); + + // virtual fields to hide + $virtual_hidden_fields = Array ( + + ); + + // fields to make required + $required_fields = Array ( + /*'DomainId',*/ 'DomainName', /* 'SSLUrl', 'AdminEmail', 'Country', 'PrimaryLanguageId', 'Languages', 'PrimaryThemeId', 'PrimaryThemeId', 'Themes', 'DomainIPRang', 'ExternalUrl', 'RedirectOnIPMatch', 'Priority', */ + ); + + // virtual fields to make required + $virtual_required_fields = Array ( + + ); + + // tabs during editing + $hide_edit_tabs = Array ( + + ); + + // hide columns in grids + $hide_columns = Array ( +// 'Default' => Array ('DomainId', 'DomainName', 'SSLUrl', 'Country', 'PrimaryLanguageId', 'PrimaryThemeId', 'Priority', ), + );