AddExisting clears check/hides rows once submitted. Bi-winning

AddNew, currently unable to submit. Bi-polar
This commit is contained in:
Mark McDowall
2011-03-11 01:04:56 -08:00
parent c3425f493f
commit 5a8842e3db
11 changed files with 169 additions and 36 deletions
+3 -8
View File
@@ -10,13 +10,8 @@
</asp:Content>
<asp:Content ID="Content2" ContentPlaceHolderID="MainContent" runat="server">
//Add New
//Add Existing
//Ask user for existing TV Root Folder...
//Get list of unmapped folders and allow the user to check off the ones they want to add...
//
<%: Html.ActionLink("Add New Series", "AddNew", "Series") %>
<br />
<%: Html.ActionLink("Add Existing Series", "AddExisting", "Series") %>
</asp:Content>