Added a switchable view interface for the features UI* and cleaned up a little more

* can be pulled back into the base eventually

--HG--
branch : dev
This commit is contained in:
Nathan Heskew
2010-05-28 15:17:33 -07:00
parent 9aec6871bd
commit 19c2f0e1c1
12 changed files with 138 additions and 13 deletions

View File

@@ -80,6 +80,13 @@
</ItemGroup>
<ItemGroup>
<Content Include="Module.txt" />
<Content Include="scripts\jquery.switchable.js" />
<Content Include="styles\images\summary-view.gif" />
<Content Include="styles\images\summary-view-on.gif" />
<Content Include="styles\images\detail-view.gif" />
<Content Include="styles\images\detail-view-on.gif" />
<Content Include="styles\jquery.switchable.css" />
<Content Include="Views\Admin\Add.ascx" />
<Content Include="Views\Admin\Index.ascx" />
<Content Include="Web.config" />
</ItemGroup>
@@ -96,6 +103,7 @@
<Content Include="Views\Admin\Features.ascx" />
<Content Include="Views\Web.config" />
</ItemGroup>
<ItemGroup />
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
<Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v10.0\WebApplications\Microsoft.WebApplication.targets" />
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.