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