mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-22 22:14:44 -04:00
Settings forms are fixed.
This commit is contained in:
@@ -30,7 +30,7 @@
|
||||
</style>
|
||||
}
|
||||
<div id="stylized">
|
||||
@using (Html.BeginForm("SaveNotifications", "Settings", FormMethod.Post, new { id = "form", name = "form", @class = "settingsForm" }))
|
||||
@using (Html.BeginForm("SaveNotifications", "Settings", FormMethod.Post, new { id = "NotificationForm", name = "NotificationForm", @class = "settingsForm" }))
|
||||
{
|
||||
<div id="accordion2">
|
||||
<h3>
|
||||
@@ -50,12 +50,12 @@
|
||||
@{Html.RenderPartial("Prowl", Model);}
|
||||
</div>
|
||||
|
||||
<button type="submit" id="save_button" disabled="disabled">
|
||||
<button type="submit" class="save_button" disabled="disabled">
|
||||
Save</button>
|
||||
}
|
||||
</div>
|
||||
@section Scripts{
|
||||
<script src="../../Scripts/NzbDrone/settingsForm.js" type="text/javascript"></script>
|
||||
|
||||
<script type="text/javascript">
|
||||
$(function () {
|
||||
$("#accordion2").accordion({
|
||||
|
||||
Reference in New Issue
Block a user