mirror of
https://github.com/Radarr/Radarr.git
synced 2024-11-06 02:52:41 +01:00
Fixed Notification Settings.
This commit is contained in:
parent
4bdfaec115
commit
e1ffe3d8f9
@ -5,7 +5,7 @@
|
|||||||
Layout = null;
|
Layout = null;
|
||||||
}
|
}
|
||||||
|
|
||||||
<div class="notifier clearfix">
|
<div class="notifier">
|
||||||
<label class="labelClass">@Html.LabelFor(m => m.GrowlEnabled)
|
<label class="labelClass">@Html.LabelFor(m => m.GrowlEnabled)
|
||||||
<span class="small">@Html.DescriptionFor(m => m.GrowlEnabled)</span>
|
<span class="small">@Html.DescriptionFor(m => m.GrowlEnabled)</span>
|
||||||
</label>
|
</label>
|
||||||
|
@ -11,6 +11,7 @@
|
|||||||
border:solid 2px #CCCCCD;
|
border:solid 2px #CCCCCD;
|
||||||
padding: 5px;
|
padding: 5px;
|
||||||
margin-left: -8px;
|
margin-left: -8px;
|
||||||
|
overflow: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
.notifier h4
|
.notifier h4
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
Layout = null;
|
Layout = null;
|
||||||
}
|
}
|
||||||
|
|
||||||
<div class="notifier clearfix">
|
<div class="notifier">
|
||||||
<label class="labelClass">@Html.LabelFor(m => m.ProwlEnabled)
|
<label class="labelClass">@Html.LabelFor(m => m.ProwlEnabled)
|
||||||
<span class="small">@Html.DescriptionFor(m => m.ProwlEnabled)</span>
|
<span class="small">@Html.DescriptionFor(m => m.ProwlEnabled)</span>
|
||||||
</label>
|
</label>
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
Layout = null;
|
Layout = null;
|
||||||
}
|
}
|
||||||
|
|
||||||
<div class="notifier clearfix">
|
<div class="notifier">
|
||||||
<label class="labelClass">@Html.LabelFor(m => m.SmtpEnabled)
|
<label class="labelClass">@Html.LabelFor(m => m.SmtpEnabled)
|
||||||
<span class="small">@Html.DescriptionFor(m => m.SmtpEnabled)</span>
|
<span class="small">@Html.DescriptionFor(m => m.SmtpEnabled)</span>
|
||||||
</label>
|
</label>
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
Layout = null;
|
Layout = null;
|
||||||
}
|
}
|
||||||
|
|
||||||
<div class="notifier clearfix">
|
<div class="notifier">
|
||||||
<label class="labelClass">@Html.LabelFor(m => m.TwitterEnabled)
|
<label class="labelClass">@Html.LabelFor(m => m.TwitterEnabled)
|
||||||
<span class="small">@Html.DescriptionFor(m => m.TwitterEnabled)</span>
|
<span class="small">@Html.DescriptionFor(m => m.TwitterEnabled)</span>
|
||||||
</label>
|
</label>
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
Layout = null;
|
Layout = null;
|
||||||
}
|
}
|
||||||
|
|
||||||
<div class="notifier clearfix">
|
<div class="notifier">
|
||||||
<label class="labelClass">@Html.LabelFor(m => m.XbmcEnabled)
|
<label class="labelClass">@Html.LabelFor(m => m.XbmcEnabled)
|
||||||
<span class="small">@Html.DescriptionFor(m => m.XbmcEnabled)</span>
|
<span class="small">@Html.DescriptionFor(m => m.XbmcEnabled)</span>
|
||||||
</label>
|
</label>
|
||||||
|
Loading…
Reference in New Issue
Block a user