config files update
This commit is contained in:
parent
00c610179a
commit
aaf5dd9380
3 changed files with 19 additions and 18 deletions
|
@ -21,6 +21,9 @@
|
|||
<FromEmail>
|
||||
</FromEmail>
|
||||
<!-- Pages -->
|
||||
<!--TODO START-->
|
||||
<SearchObjectPage>SearchObject</SearchObjectPage>
|
||||
<!--TODO END-->
|
||||
<DefaultPage>Home</DefaultPage>
|
||||
<LoginPage>Login</LoginPage>
|
||||
<UserHomePage>Home</UserHomePage>
|
||||
|
@ -29,9 +32,6 @@
|
|||
<NestedSpacesPage>NestedSpaces</NestedSpacesPage>
|
||||
<UsersSearchPage>SearchUsers</UsersSearchPage>
|
||||
<SpacesSearchPage>SearchSpaces</SpacesSearchPage>
|
||||
<!--TODO START-->
|
||||
<SearchObjectPage>SearchObject</SearchObjectPage>
|
||||
<!--TODO END-->
|
||||
<LoggedUserAccountPage>LoggedUserDetails</LoggedUserAccountPage>
|
||||
<!-- Skins and Containers -->
|
||||
<PortalSkin>Browse2.ascx</PortalSkin>
|
||||
|
|
|
@ -13,6 +13,15 @@
|
|||
</Controls>
|
||||
</ModuleDefinition>
|
||||
|
||||
|
||||
<!--TODO START-->
|
||||
<ModuleDefinition id="SearchObject">
|
||||
<Controls>
|
||||
<Control key="" src="WebsitePanel/SearchObject.ascx" title="SearchObject" type="View" />
|
||||
</Controls>
|
||||
</ModuleDefinition>
|
||||
<!--TODO END-->
|
||||
|
||||
<!-- Common Modules -->
|
||||
<ModuleDefinition id="SearchUsers">
|
||||
<Controls>
|
||||
|
@ -25,14 +34,6 @@
|
|||
</Controls>
|
||||
</ModuleDefinition>
|
||||
|
||||
<!--TODO START-->
|
||||
<ModuleDefinition id="SearchObject">
|
||||
<Controls>
|
||||
<Control key="" src="WebsitePanel/SearchObject.ascx" title="SearchObject" type="View" />
|
||||
</Controls>
|
||||
</ModuleDefinition>
|
||||
<!--TODO END-->
|
||||
|
||||
<!-- User Account -->
|
||||
<ModuleDefinition id="LoggedUserDetails">
|
||||
<Controls>
|
||||
|
|
|
@ -26,12 +26,6 @@
|
|||
</Content>
|
||||
</Page>
|
||||
|
||||
<Page name="SearchSpaces" roles="Administrator,Reseller,PlatformCSR,ResellerCSR,PlatformHelpdesk,ResellerHelpdesk,User" hidden="True" skin="Browse1.ascx">
|
||||
<Content id="ContentPane">
|
||||
<Module moduleDefinitionID="SearchSpaces" title="SearchSpaces" icon="sphere_zoom_48.png" container="Edit.ascx" />
|
||||
</Content>
|
||||
</Page>
|
||||
|
||||
<!--TODO START-->
|
||||
<Page name="SearchObject" roles="Administrator,Reseller,PlatformCSR,ResellerCSR,PlatformHelpdesk,ResellerHelpdesk,User" hidden="True" skin="Browse1.ascx">
|
||||
<Content id="ContentPane">
|
||||
|
@ -39,7 +33,13 @@
|
|||
</Content>
|
||||
</Page>
|
||||
<!--TODO END-->
|
||||
|
||||
|
||||
<Page name="SearchSpaces" roles="Administrator,Reseller,PlatformCSR,ResellerCSR,PlatformHelpdesk,ResellerHelpdesk,User" hidden="True" skin="Browse1.ascx">
|
||||
<Content id="ContentPane">
|
||||
<Module moduleDefinitionID="SearchSpaces" title="SearchSpaces" icon="sphere_zoom_48.png" container="Edit.ascx" />
|
||||
</Content>
|
||||
</Page>
|
||||
|
||||
<Page name="Home" roles="Administrator,Reseller,PlatformCSR,ResellerCSR,PlatformHelpdesk,ResellerHelpdesk,User" skin="Browse3.ascx" align="right">
|
||||
<Content id="LeftPane">
|
||||
<Module moduleDefinitionID="UserAccountMenu" title="UserMenu" container="Clear.ascx">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue