1
0
mirror of https://github.com/Radarr/Radarr.git synced 2026-04-20 21:55:03 -04:00

self closing icon tag

This commit is contained in:
kay.one
2013-06-18 23:33:16 -07:00
parent 6bb2f14153
commit 8138ff5eee
23 changed files with 80 additions and 80 deletions
+10 -10
View File
@@ -18,7 +18,7 @@
</label>
<span class="help-inline-checkbox">
<i class="icon-question-sign" title="Use the scene name, ignoring all other naming settings"></i>
<i class="icon-question-sign" title="Use the scene name, ignoring all other naming settings"/>
</span>
</div>
</div>
@@ -39,7 +39,7 @@
</label>
<span class="help-inline-checkbox">
<i class="icon-question-sign" title="Should filenames contain the series name when renamed?"></i>
<i class="icon-question-sign" title="Should filenames contain the series name when renamed?"/>
</span>
</div>
</div>
@@ -60,7 +60,7 @@
</label>
<span class="help-inline-checkbox">
<i class="icon-question-sign" title="Should filenames contain the episode name when renamed?"></i>
<i class="icon-question-sign" title="Should filenames contain the episode name when renamed?"/>
</span>
</div>
</div>
@@ -81,7 +81,7 @@
</label>
<span class="help-inline-checkbox">
<i class="icon-question-sign" title="Should filenames have the include the quality?"></i>
<i class="icon-question-sign" title="Should filenames have the include the quality?"/>
</span>
</div>
</div>
@@ -102,7 +102,7 @@
</label>
<span class="help-inline-checkbox">
<i class="icon-question-sign" title="Do you want to replace spaces in the filename with periods?"></i>
<i class="icon-question-sign" title="Do you want to replace spaces in the filename with periods?"/>
</span>
</div>
</div>
@@ -113,7 +113,7 @@
<div class="controls">
<input type="text" placeholder="Season %s" name="seasonFolderFormat"/>
<span class="help-inline">
<i class="icon-question-sign" title="How should season folders be named? (Use %0s to pad to two digits)"></i>
<i class="icon-question-sign" title="How should season folders be named? (Use %0s to pad to two digits)"/>
</span>
</div>
</div>
@@ -128,7 +128,7 @@
<option value=".">Period</option>
</select>
<span class="help-inline">
<i class="icon-question-sign" title="How should NzbDrone separate sections of the filename?"></i>
<i class="icon-question-sign" title="How should NzbDrone separate sections of the filename?"/>
</span>
</div>
</div>
@@ -144,7 +144,7 @@
<option value="3">s01e05</option>
</select>
<span class="help-inline">
<i class="icon-question-sign" title="What numbering style do you want?"></i>
<i class="icon-question-sign" title="What numbering style do you want?"/>
</span>
</div>
</div>
@@ -160,9 +160,9 @@
<option value="3">Scene</option>
</select>
<span class="help-inline">
<i class="icon-question-sign" title="How will multi-episode files be named?"></i>
<i class="icon-question-sign" title="How will multi-episode files be named?"/>
</span>
</div>
</div>
</fieldset>
</div>
</div>