<%= H(Model.Title) %>

Are you sure you want to delete this KitLabels?

<%= HTML.FormTag("KitLabels", "DeletePost", empty, Array("class", "form-horizontal")) %> <%= HTML.Hidden("nonce", HTMLSecurity.GetAntiCSRFToken("KitLabelsDeleteForm")) %> <%= HTML.Hidden("Id", Model.KitLabels.ID) %>
<%= HTML.Button("submit", " Confirm Delete", "btn-danger") %>    <%= HTML.LinkToExt("Cancel", "KitLabels", "Index", empty, Array("class", "btn btn-success")) %>
<%= HTML.TextboxExt("KitId", Model.KitLabels.KitId, Array("class", "form-control")) %>
<%= HTML.TextboxExt("OutboundSerial", Model.KitLabels.OutboundSerial, Array("class", "form-control")) %>
<%= HTML.TextboxExt("InBoundSerial", Model.KitLabels.InBoundSerial, Array("class", "form-control")) %>
<%= HTML.TextboxExt("OutboundIMB", Model.KitLabels.OutboundIMB, Array("class", "form-control")) %>
<%= HTML.TextboxExt("InBoundIMB", Model.KitLabels.InBoundIMB, Array("class", "form-control")) %>
<%= HTML.TextboxExt("OutboundIMBDigits", Model.KitLabels.OutboundIMBDigits, Array("class", "form-control")) %>
<%= HTML.TextboxExt("InBoundIMBDigits", Model.KitLabels.InBoundIMBDigits, Array("class", "form-control")) %>