Quality Config, Dynamically add new User Profiles, just need to get them to save.

This commit is contained in:
markus101
2011-02-05 10:27:14 -08:00
parent d083d653db
commit be6bdbc483
6 changed files with 61 additions and 4 deletions
@@ -0,0 +1,9 @@
<%@ Control Language="C#" Inherits="System.Web.Mvc.ViewUserControl<NzbDrone.Core.Repository.Quality.QualityProfile>" %>
<div class="editor-label">
<%= Html.LabelFor(m => m.Name) %>
</div>
<div class="editor-field">
<%: Html.TextBoxFor(m => m.Name)%>
<%= Html.ValidationMessageFor(m => m.Name)%>
</div>