added views for all different add methods.

This commit is contained in:
Keivan Beigi 2013-01-18 14:16:24 -08:00 committed by kay.one
commit 936886f213
3 changed files with 19 additions and 8 deletions

View file

@ -1,3 +1,11 @@
NzbDrone.AddSeriesView = Backbone.Marionette.ItemView.extend({
template: "#add-series-template"
});
NzbDrone.AddNewSeriesView = Backbone.Marionette.ItemView.extend({
template: "#add-new-series-template"
});
NzbDrone.AddExistingSeriesView = Backbone.Marionette.ItemView.extend({
template: "#add-existing-series-template"
});