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:
Dave Reed
2010-09-16 17:35:01 -07:00
parent a4de8b8b7b
commit c83b91e5c5
104 changed files with 8058 additions and 352 deletions

View File

@@ -1,10 +1,5 @@
@model Orchard.Search.ViewModels.SearchViewModel
@/*
migrate to new resource manager
<% Html.RegisterStyle("search.css"); %>
*/
@Style.Require("Search");
<h1>@Html.TitleForPage(T("Search").Text)</h1>
@Html.Zone("search")