Reordered include quality and replace spaces

pull/4/head
Mark McDowall 11 years ago
parent fe554849c2
commit 76c383dfdd

@ -62,11 +62,11 @@
</div>
<div class="control-group">
<label class="control-label">Replace Spaces</label>
<label class="control-label">Include Quality</label>
<div class="controls">
<label class="checkbox toggle well">
<input type="checkbox" name="replaceSpaces"/>
<input type="checkbox" name="includeQuality"/>
<p>
<span>On</span>
<span>Off</span>
@ -76,17 +76,17 @@
</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="Should filenames have the include the quality?"></i>
</span>
</div>
</div>
<div class="control-group">
<label class="control-label">Include Quality</label>
<label class="control-label">Replace Spaces</label>
<div class="controls">
<label class="checkbox toggle well">
<input type="checkbox" name="includeQuality"/>
<input type="checkbox" name="replaceSpaces"/>
<p>
<span>On</span>
<span>Off</span>
@ -96,7 +96,7 @@
</label>
<span class="help-inline-checkbox">
<i class="icon-question-sign" title="Should filenames have the quality appended to the end?"></i>
<i class="icon-question-sign" title="Do you want to replace spaces in the filename with periods?"></i>
</span>
</div>
</div>

Loading…
Cancel
Save