mirror of https://github.com/lidarr/Lidarr
Merge pull request #214 from larsjohnsen/ui-connect-changes
Separate setting groups & clarify tooltips
This commit is contained in:
commit
dc80377a4c
|
@ -35,6 +35,8 @@
|
|||
</div>
|
||||
</div>
|
||||
|
||||
<hr>
|
||||
|
||||
{{formBuilder}}
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
@ -31,6 +31,8 @@
|
|||
</div>
|
||||
</div>
|
||||
|
||||
<hr>
|
||||
|
||||
{{formBuilder}}
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
@ -33,7 +33,7 @@
|
|||
</label>
|
||||
|
||||
<span class="help-inline-checkbox">
|
||||
<i class="icon-sonarr-form-info" title="Do you want to get notifications when episodes are grabbed?"/>
|
||||
<i class="icon-sonarr-form-info" title="Be notified when episodes are available for download and has been sent to a download client"/>
|
||||
</span>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -55,7 +55,7 @@
|
|||
</label>
|
||||
|
||||
<span class="help-inline-checkbox">
|
||||
<i class="icon-sonarr-form-info" title="Do you want to get notifications when episodes are downloaded?"/>
|
||||
<i class="icon-sonarr-form-info" title="Be notified when episodes are successfully downloaded"/>
|
||||
</span>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -77,24 +77,26 @@
|
|||
</label>
|
||||
|
||||
<span class="help-inline-checkbox">
|
||||
<i class="icon-sonarr-form-info" title="Do you want to get notifications when episodes are upgraded to a better quality?"/>
|
||||
<i class="icon-sonarr-form-info" title="Be notified when episodes are upgraded to a better quality"/>
|
||||
</span>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="form-group">
|
||||
<label class="col-sm-3 control-label">Tags</label>
|
||||
<label class="col-sm-3 control-label">Filter Series Tags</label>
|
||||
|
||||
<div class="col-sm-5">
|
||||
<input type="text" class="form-control x-tags">
|
||||
</div>
|
||||
|
||||
<div class="col-sm-1 help-inline">
|
||||
<i class="icon-sonarr-form-info" title="Using tags will only send notifications for series with matching tags"/>
|
||||
<i class="icon-sonarr-form-info" title="Only send notifications for series with matching tags"/>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<hr>
|
||||
|
||||
{{formBuilder}}
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
@ -6,6 +6,8 @@
|
|||
</div>
|
||||
</div>
|
||||
|
||||
<hr>
|
||||
|
||||
<div class="form-group">
|
||||
<label class="col-sm-3 control-label">Language</label>
|
||||
|
||||
|
@ -40,4 +42,4 @@
|
|||
<div class="col-sm-1 help-inline">
|
||||
<i class="icon-sonarr-form-info" title="Once this quality is reached Sonarr will no longer download episodes"/>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Reference in New Issue