mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-10-15 19:54:57 +08:00
Added new ResourceManager and converted modules to use it. See sln notes ResourceManager.txt for open items.
--HG-- branch : dev
This commit is contained in:
@@ -1,8 +1,5 @@
|
||||
@model Orchard.Themes.ViewModels.ThemesIndexViewModel
|
||||
@{
|
||||
Html.RegisterStyle("admin.css");
|
||||
}
|
||||
|
||||
@Style.Require("ThemesAdmin");
|
||||
<h1>@Html.TitleForPage(T("Manage Themes").ToString())</h1>
|
||||
@if (Model.CurrentTheme == null) {
|
||||
<p>
|
||||
|
Reference in New Issue
Block a user