|
|
@ -7,8 +7,6 @@
|
|
|
|
margin-left: 14px;
|
|
|
|
margin-left: 14px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
</style>
|
|
|
|
</style>
|
|
|
|
<div class="infoBox">
|
|
|
|
|
|
|
|
RSS feeds are checked every 25 minutes for new episodes.</div>
|
|
|
|
|
|
|
|
<div class="indexerStatusContainer">
|
|
|
|
<div class="indexerStatusContainer">
|
|
|
|
@Html.CheckBox("nzbMatrixStatus", @Model.NzbMatrixEnabled, new { @class = "indexerStatusButton" })
|
|
|
|
@Html.CheckBox("nzbMatrixStatus", @Model.NzbMatrixEnabled, new { @class = "indexerStatusButton" })
|
|
|
|
<label for="nzbMatrixStatus">NZBMatrix</label>
|
|
|
|
<label for="nzbMatrixStatus">NZBMatrix</label>
|
|
|
@ -37,7 +35,7 @@
|
|
|
|
<div id="stylized">
|
|
|
|
<div id="stylized">
|
|
|
|
@using (Html.BeginForm("SaveIndexers", "Settings", FormMethod.Post, new { id = "IndexersForm", name = "IndexersForm", @class = "settingsForm" }))
|
|
|
|
@using (Html.BeginForm("SaveIndexers", "Settings", FormMethod.Post, new { id = "IndexersForm", name = "IndexersForm", @class = "settingsForm" }))
|
|
|
|
{
|
|
|
|
{
|
|
|
|
<div class="jquery-accordion">
|
|
|
|
<div class="jquery-accordion jquery-accordion-collapse-all">
|
|
|
|
<h3><a href="#">NZBMatrix</a></h3>
|
|
|
|
<h3><a href="#">NZBMatrix</a></h3>
|
|
|
|
<div class="indexerPanel">
|
|
|
|
<div class="indexerPanel">
|
|
|
|
<label class="labelClass">
|
|
|
|
<label class="labelClass">
|
|
|
|