mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-07-16 01:05:07 +08:00
- Add MVC 2.0 ref to Orchard.Roles
- Left hand module menu for Users and Roles --HG-- extra : convert_revision : svn%3A5ff7c347-ad56-4c35-b696-ccb81de16e03/trunk%4039473
This commit is contained in:
parent
aa4071cc41
commit
1a839b1ae1
@ -44,7 +44,7 @@
|
||||
</Reference>
|
||||
<Reference Include="System.Web.Mvc, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
|
||||
<SpecificVersion>False</SpecificVersion>
|
||||
<HintPath>C:\Program Files\Microsoft ASP.NET\ASP.NET MVC 2\\Assemblies\System.Web.Mvc.dll</HintPath>
|
||||
<HintPath>..\..\..\..\lib\aspnetmvc\System.Web.Mvc.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="System.Xml.Linq">
|
||||
<RequiredTargetFramework>3.5</RequiredTargetFramework>
|
||||
|
@ -24,6 +24,17 @@
|
||||
<li><%=Html.ActionLink("Manage Folders", "Index", new {area="Orchard.Media",controller="Admin"}) %></li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="leftNavMod">
|
||||
<h4>
|
||||
Users</h4>
|
||||
<ul>
|
||||
<li><%=Html.ActionLink("Manage Roles", "Index", new {area="Orchard.Roles",controller="Admin"}) %></li>
|
||||
</ul>
|
||||
<ul>
|
||||
<li><%=Html.ActionLink("Add a Role", "Create", new {area="Orchard.Roles",controller="Admin"}) %></li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</div><%-- bd --%>
|
||||
<div id="ft" role="contentinfo">
|
||||
|
Loading…
Reference in New Issue
Block a user