mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2026-04-18 21:55:12 -04:00
self closing icon tag
This commit is contained in:
@@ -20,7 +20,7 @@
|
||||
</label>
|
||||
|
||||
<span class="help-inline-checkbox">
|
||||
<i class="icon-question-sign" title="Should NzbDrone download episodes for this series?"></i>
|
||||
<i class="icon-question-sign" title="Should NzbDrone download episodes for this series?"/>
|
||||
</span>
|
||||
</div>
|
||||
</div>
|
||||
@@ -40,7 +40,7 @@
|
||||
</label>
|
||||
|
||||
<span class="help-inline-checkbox">
|
||||
<i class="icon-question-sign" title="Should downloaded episodes be stored in season folders?"></i>
|
||||
<i class="icon-question-sign" title="Should downloaded episodes be stored in season folders?"/>
|
||||
</span>
|
||||
</div>
|
||||
</div>
|
||||
@@ -56,7 +56,7 @@
|
||||
{{/each}}
|
||||
</select>
|
||||
<span class="help-inline">
|
||||
<i class="icon-question-sign" title="Which Quality Profile should NzbDrone use to download episodes?"></i>
|
||||
<i class="icon-question-sign" title="Which Quality Profile should NzbDrone use to download episodes?"/>
|
||||
</span>
|
||||
</div>
|
||||
</div>
|
||||
@@ -67,7 +67,7 @@
|
||||
<div class="controls">
|
||||
<input type="text" id="inputPath" placeholder="Path" name="path">
|
||||
<span class="help-inline">
|
||||
<i class="icon-question-sign" title="Where should NzbDrone store episodes for this series?"></i>
|
||||
<i class="icon-question-sign" title="Where should NzbDrone store episodes for this series?"/>
|
||||
</span>
|
||||
</div>
|
||||
</div>
|
||||
@@ -82,7 +82,7 @@
|
||||
<option value="disable">Disable</option>
|
||||
</select>
|
||||
<span class="help-inline">
|
||||
<i class="icon-question-sign" title="Should NzbDrone search for missing episodes every 30 days?"></i>
|
||||
<i class="icon-question-sign" title="Should NzbDrone search for missing episodes every 30 days?"/>
|
||||
</span>
|
||||
</div>
|
||||
</div>
|
||||
@@ -93,7 +93,7 @@
|
||||
<div class="controls">
|
||||
<input type="date" id="inputCustomStartDate" name="customStartDate">
|
||||
<span class="help-inline">
|
||||
<i class="icon-question-sign" title="Should NzbDrone only download episodes after your preferred start date?"></i>
|
||||
<i class="icon-question-sign" title="Should NzbDrone only download episodes after your preferred start date?"/>
|
||||
</span>
|
||||
</div>
|
||||
</div>
|
||||
@@ -103,4 +103,4 @@
|
||||
<button class="btn btn-danger pull-left x-remove">delete</button>
|
||||
<button class="btn" data-dismiss="modal">cancel</button>
|
||||
<button class="btn btn-primary x-save">save</button>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user