CC-2701: Separate Support Settings from Preference page
- done.
This commit is contained in:
parent
91df62a3dd
commit
d83f9f1b96
9 changed files with 149 additions and 98 deletions
|
@ -58,6 +58,12 @@ $pages = array(
|
|||
'module' => 'default',
|
||||
'controller' => 'Preference',
|
||||
'action' => 'directory-config'
|
||||
),
|
||||
array(
|
||||
'label' => 'Support Settings',
|
||||
'module' => 'default',
|
||||
'controller' => 'Preference',
|
||||
'action' => 'support-setting'
|
||||
)
|
||||
)
|
||||
),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue