Filtering the list of addable parts (when adding them to a type)

--HG--
branch : dev
This commit is contained in:
Nathan Heskew
2010-07-23 15:16:16 -07:00
parent e3a4b6fade
commit 9a353040cd
12 changed files with 56 additions and 5 deletions

View File

@@ -8,6 +8,6 @@
<% }
else
{ %>
<li><%: Html.ActionLink(T("Login").ToString(), "LogOn", new { Controller = "Account", Area = "Orchard.Users", ReturnUrl = Context.Request.RawUrl })%></li>
<li><%: Html.ActionLink(T("Log On").ToString(), "LogOn", new { Controller = "Account", Area = "Orchard.Users", ReturnUrl = Context.Request.RawUrl })%></li>
<% } %>
</ul>