Feature #69 #72: Noticeboard themes and filtering

This commit is contained in:
Gary Sharp
2014-08-26 16:27:37 +10:00
parent 0de162fce3
commit 4b6604df5b
30 changed files with 2491 additions and 383 deletions
+10
View File
@@ -273,6 +273,11 @@
<DesignTime>True</DesignTime>
<DependentUpon>Locations.cshtml</DependentUpon>
</Compile>
<Compile Include="Areas\Config\Views\JobPreferences\Parts\Reports.generated.cs">
<AutoGen>True</AutoGen>
<DesignTime>True</DesignTime>
<DependentUpon>Reports.cshtml</DependentUpon>
</Compile>
<Compile Include="Areas\Config\Views\JobQueue\Create.generated.cs">
<AutoGen>True</AutoGen>
<DesignTime>True</DesignTime>
@@ -324,6 +329,7 @@
<DesignTime>True</DesignTime>
</Compile>
<Compile Include="Areas\Public\Controllers\HeldDevicesController.cs" />
<Compile Include="Areas\Public\Models\UserHeldDevices\NoticeboardModel.cs" />
<Compile Include="Areas\Public\Views\HeldDevices\Index.generated.cs">
<DependentUpon>Index.cshtml</DependentUpon>
<AutoGen>True</AutoGen>
@@ -1188,6 +1194,10 @@
<Generator>RazorGenerator</Generator>
<LastGenOutput>Locations.generated.cs</LastGenOutput>
</None>
<None Include="Areas\Config\Views\JobPreferences\Parts\Reports.cshtml">
<Generator>RazorGenerator</Generator>
<LastGenOutput>Reports.generated.cs</LastGenOutput>
</None>
<None Include="Areas\Config\Views\JobQueue\Show.cshtml">
<Generator>RazorGenerator</Generator>
<LastGenOutput>Show.generated.cs</LastGenOutput>