Merge
This commit is contained in:
commit
ec10aa7f0c
328 changed files with 70724 additions and 2992 deletions
|
@ -29,6 +29,9 @@
|
|||
<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>
|
||||
|
|
|
@ -25,6 +25,14 @@
|
|||
</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>
|
||||
|
|
|
@ -32,6 +32,14 @@
|
|||
</Content>
|
||||
</Page>
|
||||
|
||||
<!--TODO START-->
|
||||
<Page name="SearchObject" roles="Administrator,Reseller,PlatformCSR,ResellerCSR,PlatformHelpdesk,ResellerHelpdesk,User" hidden="True" skin="Browse1.ascx">
|
||||
<Content id="ContentPane">
|
||||
<Module moduleDefinitionID="SearchObject" title="SearchObject" icon="sphere_zoom_48.png" container="Edit.ascx" />
|
||||
</Content>
|
||||
</Page>
|
||||
<!--TODO END-->
|
||||
|
||||
<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