Added close button to series modals, fixed series edit styling

This commit is contained in:
Mark McDowall
2013-03-07 20:31:25 -08:00
parent 1dfd78c0c9
commit b4c97dd4c2
3 changed files with 31 additions and 15 deletions
@@ -9,7 +9,8 @@ define(['app', 'Series/SeriesModel', 'Series/Delete/DeleteSeriesView', 'Quality/
ui: {
progressbar: '.progress .bar',
qualityProfile: '.x-quality-profile',
backlogSettings: '.x-backlog-setting'
backlogSettings: '.x-backlog-setting',
switch: '.switch'
},
events: {
@@ -19,6 +20,7 @@ define(['app', 'Series/SeriesModel', 'Series/Delete/DeleteSeriesView', 'Quality/
onRender: function () {
NzbDrone.ModelBinder.bind(this.model, this.el);
this.ui.switch.bootstrapSwitch();
},