Brining in some earlier admin work from Jon that looks like it never really got merged.

* Still need to verify I'm pulling in the changes from revs 657 & 665 correctly/completely

--HG--
branch : dev
This commit is contained in:
Nathan Heskew
2010-02-17 01:14:29 -08:00
parent ee30cb155b
commit 227b0181b5
17 changed files with 247 additions and 116 deletions

View File

@@ -24,6 +24,6 @@
<%= Html.EditorForItem(Model.ViewModel) %>
<fieldset>
<%=Html.EditorFor(s => s.Id) %>
<input class="button" type="submit" value="<%=_Encoded("Save") %>" />
<input class="button primaryAction" type="submit" value="<%=_Encoded("Save") %>" />
</fieldset>
<% } %>