--HG--
branch : dev
This commit is contained in:
Renaud Paquay
2010-07-23 16:46:19 -07:00
25 changed files with 222 additions and 32 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>