mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-10-15 19:54:57 +08:00
Made Add cultures link text larger.
--HG-- branch : dev
This commit is contained in:
@@ -14,7 +14,7 @@
|
||||
<label for="SiteCulture"><%:T("Default Site Culture") %></label>
|
||||
<%:Html.DropDownList("SiteCulture", new SelectList(Model.SiteCultures, Model.SiteCulture)) %>
|
||||
<%:Html.ValidationMessage("SiteCulture", "*") %>
|
||||
<%:Html.ActionLink(T("Add or remove supported cultures for the site.").ToString(), "Culture") %>
|
||||
<p><%:Html.ActionLink(T("Add or remove supported cultures for the site.").ToString(), "Culture") %></p>
|
||||
</div>
|
||||
<div>
|
||||
<label for="PageTitleSeparator"><%:T("Page title separator") %></label>
|
||||
|
Reference in New Issue
Block a user