Page MenuHomeIn-Portal Phabricator

in-portal
No OneTemporary

File Metadata

Created
Thu, Feb 6, 9:07 PM

in-portal

Index: branches/5.1.x/admin/system_presets/simple/site_domains_site-domain.php
===================================================================
--- branches/5.1.x/admin/system_presets/simple/site_domains_site-domain.php (nonexistent)
+++ branches/5.1.x/admin/system_presets/simple/site_domains_site-domain.php (revision 13757)
@@ -0,0 +1,52 @@
+<?php
+
+ defined('FULL_PATH') or die('restricted access!');
+
+ // section removal
+ $remove_sections = Array (
+// 'in-portal:site_domains',
+ );
+
+ // section in debug mode
+ $debug_only_sections = Array (
+ 'in-portal:site_domains',
+ );
+
+ // toolbar buttons
+ $remove_buttons = Array (
+// list of site_domain_list;
+// 'site_domain_list' => 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', ),
+ );
Index: branches/5.1.x/admin/system_presets/simple/country_states_country-state.php
===================================================================
--- branches/5.1.x/admin/system_presets/simple/country_states_country-state.php (nonexistent)
+++ branches/5.1.x/admin/system_presets/simple/country_states_country-state.php (revision 13757)
@@ -0,0 +1,52 @@
+<?php
+
+ defined('FULL_PATH') or die('restricted access!');
+
+ // section removal
+ $remove_sections = Array (
+// 'in-portal:country_states',
+ );
+
+ // section in debug mode
+ $debug_only_sections = Array (
+ 'in-portal:country_states',
+ );
+
+ // toolbar buttons
+ $remove_buttons = Array (
+// list of country_states;
+// 'country_state_list' => Array ('new_item', 'edit', 'delete', 'dbl-click'),
+
+// General" tab during adding/editing
+// 'country_state_edit' => Array ('select', 'cancel', 'reset_edit', 'prev', 'next'),
+ );
+
+ // fields to hide
+ $hidden_fields = Array (
+ /*'CountryStateId', 'Type', 'StateCountryId', 'Name', 'IsoCode', 'ShortIsoCode', */
+ );
+
+ // virtual fields to hide
+ $virtual_hidden_fields = Array (
+
+ );
+
+ // fields to make required
+ $required_fields = Array (
+ /*'CountryStateId',*/ 'Type', /*'StateCountryId',,*/ 'Name', 'IsoCode', /*'ShortIsoCode', */
+ );
+
+ // 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 ('CountryStateId', 'Name', 'IsoCode', 'Type', 'StateCountryId', 'ShortIsoCode', ),
+ );

Event Timeline