@using NzbDrone.Web.Helpers @model NzbDrone.Web.Models.NotificationSettingsModel @section HeaderContent{ } @section TitleContent{ Settings > Notifications } @section ActionMenu{ @{Html.RenderPartial("SubMenu");} } @section MainContent{
@using (Html.BeginForm("SaveNotifications", "Settings", FormMethod.Post, new { id = "form", name = "form", @class = "settingsForm" })) {

XBMC

@{Html.RenderPartial("Xbmc", Model);}

SMTP

@{Html.RenderPartial("Smtp", Model);}

Twitter

@{Html.RenderPartial("Twitter", Model);}

Growl

@{Html.RenderPartial("Growl", Model);}

Prowl

@{Html.RenderPartial("Prowl", Model);}
}
} @section Scripts{ }