Page Menu
Home
In-Portal Phabricator
Search
Configure Global Search
Log In
Files
F726962
D122.id322.diff
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
Mon, Jan 6, 3:52 AM
Size
990 B
Mime Type
text/x-diff
Expires
Tue, Jan 7, 3:52 AM (2 d, 19 h ago)
Engine
blob
Format
Raw Data
Handle
537038
Attached To
D122: MCUS-12 - Change icon on "Configuration > Custom > Output" section
D122.id322.diff
View Options
Index: branches/1.2.x/units/sections/sections_config.php
===================================================================
--- branches/1.2.x/units/sections/sections_config.php
+++ branches/1.2.x/units/sections/sections_config.php
@@ -116,14 +116,14 @@
'type' => stTREE,
),
- 'custom:configuration_custom' => Array (
- 'parent' => 'custom:setting_folder',
- 'icon' => 'custom',
- 'label' => 'la_tab_ConfigOutput',
- 'url' => Array('t' => 'config/config_universal', 'pass_section' => true, 'pass' => 'm'),
- 'permissions' => Array('view', 'edit'),
- 'priority' => 50,
- 'type' => stTREE,
+ 'custom:configuration_custom' => array(
+ 'parent' => 'custom:setting_folder',
+ 'icon' => 'conf_output',
+ 'label' => 'la_tab_ConfigOutput',
+ 'url' => array('t' => 'config/config_universal', 'pass_section' => true, 'pass' => 'm'),
+ 'permissions' => array('view', 'edit'),
+ 'priority' => 50,
+ 'type' => stTREE,
),
),
Event Timeline
Log In to Comment