<%@ Control Language="C#" Inherits="System.Web.Mvc.ViewUserControl" %> <%@ Import Namespace="NzbDrone.Web.Helpers" %> <% using (Html.BeginCollectionItem("Directories")) {%> <% var idClean = ViewData.TemplateInfo.HtmlFieldPrefix.Replace('[', '_').Replace(']', '_'); //string sortable1 = String.Format("{0}_sortable1", idClean); %>
<%:Html.TextBoxFor(m => m.Path, new {@class = "root_dir_text"})%> Delete
<%:Html.ValidationMessageFor(m => m.Path)%>
<%=Html.TextBoxFor(x => x.Id, new {@style = "display:none"})%>
<% }%>