mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-10-15 03:25:23 +08:00
Adding a breadcrumb on the site culture management page
--HG-- branch : dev
This commit is contained in:
@@ -1,7 +1,8 @@
|
|||||||
<%@ Control Language="C#" Inherits="Orchard.Mvc.ViewUserControl<SiteCulturesViewModel>" %>
|
<%@ Control Language="C#" Inherits="Orchard.Mvc.ViewUserControl<SiteCulturesViewModel>" %>
|
||||||
<%@ Import Namespace="Orchard.Core.Settings.ViewModels" %><%
|
<%@ Import Namespace="Orchard.Core.Settings.ViewModels" %><%
|
||||||
Html.RegisterStyle("admin.css"); %>
|
Html.RegisterStyle("admin.css"); %>
|
||||||
<h1><%:Html.TitleForPage(T("Manage Settings").ToString()) %></h1>
|
<h1><%:Html.TitleForPage(T("Supported Cultures").ToString()) %></h1>
|
||||||
|
<p class="breadcrumb"><%:Html.ActionLink(T("Manage Settings").Text, "index") %><%:T(" > ") %><%:T("Supported Cultures")%></p>
|
||||||
<h2><%:T("Cultures this site supports") %></h2>
|
<h2><%:T("Cultures this site supports") %></h2>
|
||||||
<%=Html.UnorderedList(
|
<%=Html.UnorderedList(
|
||||||
Model.SiteCultures.OrderBy(s => s),
|
Model.SiteCultures.OrderBy(s => s),
|
||||||
|
@@ -721,6 +721,9 @@ table .button {
|
|||||||
|
|
||||||
|
|
||||||
/* ---------- Generic ---------- */
|
/* ---------- Generic ---------- */
|
||||||
|
#main .breadcrumb {
|
||||||
|
margin-top:-1.5em;
|
||||||
|
}
|
||||||
/* todo: needed? */
|
/* todo: needed? */
|
||||||
.clearBoth {
|
.clearBoth {
|
||||||
clear:both;
|
clear:both;
|
||||||
|
Reference in New Issue
Block a user