Page Menu
Home
In-Portal Phabricator
Search
Configure Global Search
Log In
Files
F776184
in-portal
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Thu, Feb 6, 9:07 PM
Size
3 KB
Mime Type
text/x-diff
Expires
Sat, Feb 8, 9:07 PM (1 d, 1 h)
Engine
blob
Format
Raw Data
Handle
558641
Attached To
rINP In-Portal
in-portal
View Options
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
Log In to Comment