Include mediadashboard in release config, ignore kraftwerk web.config, include upload icon

This commit is contained in:
sebastiaan
2012-09-04 06:39:49 -02:00
parent 5beee157a5
commit 4e737f7a89
3 changed files with 13 additions and 5 deletions

View File

@@ -342,6 +342,7 @@
<Content Include="umbraco\images\download.png" />
<Content Include="umbraco\images\editor\doc.gif" />
<Content Include="umbraco\images\editor\documentType.gif" />
<Content Include="umbraco\images\editor\upload.png" />
<Content Include="umbraco\images\information.png" />
<Content Include="umbraco\images\listItemOrange.gif" />
<Content Include="umbraco\images\pencil.png" />
@@ -1458,10 +1459,6 @@
<DependentUpon>Web.Template.config</DependentUpon>
<SubType>Designer</SubType>
</None>
<Content Include="web.Template.KRAFTWERK.Debug.config">
<DependentUpon>web.Template.config</DependentUpon>
<SubType>Designer</SubType>
</Content>
<None Include="web.Template.Release.config">
<DependentUpon>Web.Template.config</DependentUpon>
<SubType>Designer</SubType>
@@ -1972,6 +1969,10 @@
<None Include="web.Template.MBP13-PC.Debug.config">
<DependentUpon>Web.Template.config</DependentUpon>
</None>
<None Include="web.Template.KRAFTWERK.Debug.config">
<DependentUpon>web.Template.config</DependentUpon>
<SubType>Designer</SubType>
</None>
</ItemGroup>
<ItemGroup>
<Folder Include="App_Code\" />

View File

@@ -32,6 +32,11 @@
<areas>
<area>media</area>
</areas>
<tab caption="Content">
<control showOnce="false" addPanel="false" panelCaption="">
/umbraco/dashboard/mediadashboardfolderbrowser.ascx
</control>
</tab>
<tab caption="Get Started">
<control showOnce="true" addPanel="true" panelCaption="">
/umbraco/dashboard/mediadashboardintro.ascx

View File

@@ -1972,7 +1972,9 @@
<Content Include="umbraco.presentation\umbraco\settings\EditDictionaryItem.aspx" />
<Content Include="umbraco.presentation\umbraco\settings\editLanguage.aspx" />
<Content Include="umbraco.presentation\umbraco\settings\EditMediaType.aspx" />
<Content Include="umbraco.presentation\umbraco\settings\EditNodeTypeNew.aspx" />
<Content Include="umbraco.presentation\umbraco\settings\EditNodeTypeNew.aspx">
<SubType>ASPXCodeBehind</SubType>
</Content>
<Content Include="umbraco.presentation\umbraco\settings\editTemplate.aspx">
<SubType>ASPXCodeBehind</SubType>
</Content>