Added warning to permissions

fixed icon name for form-info
pull/2/head
markus101 11 years ago
parent ee7cb2b80f
commit 9da0263eb5

@ -14,7 +14,7 @@
{{#if helpText}} {{#if helpText}}
<span class="help-inline-checkbox"> <span class="help-inline-checkbox">
<i class="icon-question-sign" title="{{helpText}}"/> <i class="icon-nd-form-info" title="{{helpText}}"/>
</span> </span>
{{/if}} {{/if}}
</div> </div>

@ -1,6 +1,6 @@
{{#if helpText}} {{#if helpText}}
<span class="help-inline"> <span class="help-inline">
<i class="icon-question-sign" title="{{helpText}}"/> <i class="icon-nd-form-info" title="{{helpText}}"/>
</span> </span>
{{/if}} {{/if}}

@ -5,7 +5,7 @@
<input type="password" name="fields.{{order}}.value" validation-name="{{name}}"/> <input type="password" name="fields.{{order}}.value" validation-name="{{name}}"/>
{{#if helpText}} {{#if helpText}}
<span class="help-inline"> <span class="help-inline">
<i class="icon-question-sign" title="{{helpText}}"/> <i class="icon-nd-form-info" title="{{helpText}}"/>
</span> </span>
{{/if}} {{/if}}
</div> </div>

@ -9,7 +9,7 @@
</select> </select>
{{#if helpText}} {{#if helpText}}
<span class="help-inline"> <span class="help-inline">
<i class="icon-question-sign" title="{{helpText}}"/> <i class="icon-nd-form-info" title="{{helpText}}"/>
</span> </span>
{{/if}} {{/if}}
</div> </div>

@ -22,7 +22,7 @@
</select> </select>
<span class="help-inline"> <span class="help-inline">
<i class="icon-question-sign" title="Selecting a season will unmonitor all previous seasons"/> <i class="icon-nd-form-info" title="Selecting a season will unmonitor all previous seasons"/>
</span> </span>
</span> </span>

@ -27,7 +27,7 @@
</label> </label>
<span class="help-inline-checkbox"> <span class="help-inline-checkbox">
<i class="icon-question-sign" title="Do you want to delete all files from disk?"/> <i class="icon-nd-form-info" title="Do you want to delete all files from disk?"/>
<i class="icon-nd-form-warning" title="This option is irreversible, use with extreme caution"/> <i class="icon-nd-form-warning" title="This option is irreversible, use with extreme caution"/>
</span> </span>
</div> </div>

@ -26,7 +26,7 @@
</label> </label>
<span class="help-inline-checkbox"> <span class="help-inline-checkbox">
<i class="icon-question-sign" title="Should NzbDrone download episodes for this series?"/> <i class="icon-nd-form-info" title="Should NzbDrone download episodes for this series?"/>
</span> </span>
</div> </div>
</div> </div>
@ -46,7 +46,7 @@
</label> </label>
<span class="help-inline-checkbox"> <span class="help-inline-checkbox">
<i class="icon-question-sign" title="Should downloaded episodes be stored in season folders?"/> <i class="icon-nd-form-info" title="Should downloaded episodes be stored in season folders?"/>
</span> </span>
</div> </div>
</div> </div>
@ -62,7 +62,7 @@
{{/each}} {{/each}}
</select> </select>
<span class="help-inline"> <span class="help-inline">
<i class="icon-question-sign" title="Which Quality Profile should NzbDrone use to download episodes?"/> <i class="icon-nd-form-info" title="Which Quality Profile should NzbDrone use to download episodes?"/>
</span> </span>
</div> </div>
</div> </div>
@ -73,7 +73,7 @@
<div class="controls"> <div class="controls">
<input type="text" id="inputPath" class="x-path" placeholder="Path" name="path"> <input type="text" id="inputPath" class="x-path" placeholder="Path" name="path">
<span class="help-inline"> <span class="help-inline">
<i class="icon-question-sign" title="Where should NzbDrone store episodes for this series?"/> <i class="icon-nd-form-info" title="Where should NzbDrone store episodes for this series?"/>
</span> </span>
</div> </div>
</div> </div>

@ -7,7 +7,7 @@
<div class="controls"> <div class="controls">
<input type="button" value="Auto-Configure" class="btn btn-inverse"/> <input type="button" value="Auto-Configure" class="btn btn-inverse"/>
<span class="help-inline"> <span class="help-inline">
<i class="icon-question-sign" <i class="icon-nd-form-info"
title="(Windows only) If access to SABnzbd doesn't require a username & password and it is on the same system as NzbDrone, you can auto-configure it"/> title="(Windows only) If access to SABnzbd doesn't require a username & password and it is on the same system as NzbDrone, you can auto-configure it"/>
</span> </span>
</div> </div>

@ -28,7 +28,7 @@
<textarea rows="3" name="releaseRestrictions" class="release-restrictions"></textarea> <textarea rows="3" name="releaseRestrictions" class="release-restrictions"></textarea>
<span class="help-inline"> <span class="help-inline">
<i class="icon-question-sign" title="Blacklist NZBs based on these words (case-insensitive)"/> <i class="icon-nd-form-info" title="Blacklist NZBs based on these words (case-insensitive)"/>
</span> </span>
<span class="text-area-help">Newline-delimited set of rules</span> <span class="text-area-help">Newline-delimited set of rules</span>

@ -16,7 +16,7 @@
</label> </label>
<span class="help-inline-checkbox"> <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> </span>
</div> </div>
</div> </div>
@ -36,7 +36,7 @@
</label> </label>
<span class="help-inline-checkbox"> <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> </span>
</div> </div>
</div> </div>
@ -71,7 +71,7 @@
</label> </label>
<span class="help-inline-checkbox"> <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> </span>
</div> </div>
</div> </div>
@ -92,7 +92,7 @@
</label> </label>
<span class="help-inline-checkbox"> <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> </span>
</div> </div>
</div> </div>
@ -112,7 +112,7 @@
</label> </label>
<span class="help-inline-checkbox"> <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> </span>
</div> </div>
</div> </div>

@ -1,4 +1,4 @@
{{#if_linux}} {{#if_linux}}
<fieldset class="advanced-setting"> <fieldset class="advanced-setting">
<legend>Permissions</legend> <legend>Permissions</legend>
@ -17,7 +17,8 @@
</label> </label>
<span class="help-inline-checkbox"> <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> </span>
</div> </div>
</div> </div>
@ -66,4 +67,4 @@
</div> </div>
</div> </div>
</fieldset> </fieldset>
{{/if_linux}} {{/if_linux}}

@ -17,7 +17,7 @@
</label> </label>
<span class="help-inline-checkbox"> <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> </span>
</div> </div>
</div> </div>

@ -31,7 +31,7 @@
</label> </label>
<span class="help-inline-checkbox"> <span class="help-inline-checkbox">
<i class="icon-question-sign" title="Do you want to get notifications when episodes are grabbed?"/> <i class="icon-nd-form-info" title="Do you want to get notifications when episodes are grabbed?"/>
</span> </span>
</div> </div>
</div> </div>
@ -51,7 +51,7 @@
</label> </label>
<span class="help-inline-checkbox"> <span class="help-inline-checkbox">
<i class="icon-question-sign" title="Do you want to get notifications when episodes are downloaded?"/> <i class="icon-nd-form-info" title="Do you want to get notifications when episodes are downloaded?"/>
</span> </span>
</div> </div>
</div> </div>

@ -23,7 +23,7 @@
{{/each}} {{/each}}
</select> </select>
<span class="help-inline"> <span class="help-inline">
<i class="icon-question-sign" title="Once this quality is reached NzbDrone will no longer download episodes"/> <i class="icon-nd-form-info" title="Once this quality is reached NzbDrone will no longer download episodes"/>
</span> </span>
</div> </div>
</div> </div>

Loading…
Cancel
Save