mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2026-04-26 23:06:43 -04:00
Added warning to permissions
fixed icon name for form-info
This commit is contained in:
@@ -16,7 +16,7 @@
|
||||
</label>
|
||||
|
||||
<span class="help-inline-checkbox">
|
||||
<i class="icon-question-sign" title="Episodes deleted from disk are automatically unmonitored in NzbDrone"/>
|
||||
<i class="icon-nd-form-info" title="Episodes deleted from disk are automatically unmonitored in NzbDrone"/>
|
||||
</span>
|
||||
</div>
|
||||
</div>
|
||||
@@ -36,7 +36,7 @@
|
||||
</label>
|
||||
|
||||
<span class="help-inline-checkbox">
|
||||
<i class="icon-question-sign" title="Should NzbDrone automatically upgrade to propers when available?"/>
|
||||
<i class="icon-nd-form-info" title="Should NzbDrone automatically upgrade to propers when available?"/>
|
||||
</span>
|
||||
</div>
|
||||
</div>
|
||||
@@ -71,7 +71,7 @@
|
||||
</label>
|
||||
|
||||
<span class="help-inline-checkbox">
|
||||
<i class="icon-question-sign" title="Process failed downloads and blacklist the release"/>
|
||||
<i class="icon-nd-form-info" title="Process failed downloads and blacklist the release"/>
|
||||
</span>
|
||||
</div>
|
||||
</div>
|
||||
@@ -92,7 +92,7 @@
|
||||
</label>
|
||||
|
||||
<span class="help-inline-checkbox">
|
||||
<i class="icon-question-sign" title="Automatically search for and attempt to download another release when a download fails?"/>
|
||||
<i class="icon-nd-form-info" title="Automatically search for and attempt to download another release when a download fails?"/>
|
||||
</span>
|
||||
</div>
|
||||
</div>
|
||||
@@ -112,7 +112,7 @@
|
||||
</label>
|
||||
|
||||
<span class="help-inline-checkbox">
|
||||
<i class="icon-question-sign" title="Automatically remove failed downloads from history and encrypted downloads from queue?"/>
|
||||
<i class="icon-nd-form-info" title="Automatically remove failed downloads from history and encrypted downloads from queue?"/>
|
||||
</span>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
{{#if_linux}}
|
||||
{{#if_linux}}
|
||||
<fieldset class="advanced-setting">
|
||||
<legend>Permissions</legend>
|
||||
|
||||
@@ -17,7 +17,8 @@
|
||||
</label>
|
||||
|
||||
<span class="help-inline-checkbox">
|
||||
<i class="icon-question-sign" title="Should chmod/chown be run when files are imported/renamed?"/>
|
||||
<i class="icon-nd-form-info" title="Should chmod/chown be run when files are imported/renamed?"/>
|
||||
<i class="icon-nd-form-warning" title="If you're unsure what these settings do, do not alter them."/>
|
||||
</span>
|
||||
</div>
|
||||
</div>
|
||||
@@ -66,4 +67,4 @@
|
||||
</div>
|
||||
</div>
|
||||
</fieldset>
|
||||
{{/if_linux}}
|
||||
{{/if_linux}}
|
||||
@@ -17,7 +17,7 @@
|
||||
</label>
|
||||
|
||||
<span class="help-inline-checkbox">
|
||||
<i class="icon-question-sign" title="Create missing series folders during disk scan"/>
|
||||
<i class="icon-nd-form-info" title="Create missing series folders during disk scan"/>
|
||||
</span>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user