mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-10-22 03:37:25 +08:00
- Commenting some RegisterStyle calls so they can be moved to the new Script/Style manager when it becomes available.
--HG-- branch : dev
This commit is contained in:
@@ -1,5 +1,10 @@
|
||||
@model Orchard.Indexing.ViewModels.IndexViewModel
|
||||
|
||||
@/*
|
||||
migrate to new resource manager
|
||||
<% Html.RegisterStyle("admin.css"); %>
|
||||
*/
|
||||
|
||||
<h1>@Html.TitleForPage(T("Search Index Management").ToString())</h1>
|
||||
@using (Html.BeginForm("update", "admin", FormMethod.Post, new {area = "Orchard.Indexing"})) {
|
||||
<fieldset>
|
||||
|
Reference in New Issue
Block a user