- 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:
Suha Can
2010-09-16 13:16:32 -07:00
parent 09089301ea
commit 7ab05d9f88
8 changed files with 50 additions and 5 deletions

View File

@@ -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>