Menus are now custom built, using AJAX loading of links where acceptable.

This commit is contained in:
Mark McDowall
2011-08-05 19:04:35 -07:00
parent 3d784b828d
commit aa82264774
16 changed files with 130 additions and 111 deletions
+1 -1
View File
@@ -25,7 +25,7 @@
@using (Html.BeginForm("SaveIndexers", "Settings", FormMethod.Post, new { id = "form", name = "form", @class = "settingsForm" }))
{
<h1>Indexer</h1>
<h1>Indexers</h1>
<p></p>
@Html.ValidationSummary(true, "Unable to save your settings. Please correct the errors and try again.")