Move None frequency option to leftmost position
This commit is contained in:
parent
1995b88615
commit
449542d3d8
1 changed files with 3 additions and 3 deletions
|
|
@ -108,15 +108,15 @@
|
|||
<label><b>Digest Frequency</b></label>
|
||||
<br /><br />
|
||||
|
||||
<input type="radio" name="frequency" value="-1" id="freq-none" />
|
||||
<label for="freq-none" class="freq-option freq-none">None</label>
|
||||
|
||||
<input type="radio" name="frequency" value="1" id="freq-weekly" checked />
|
||||
<label for="freq-weekly" class="freq-option">Weekly</label>
|
||||
|
||||
<input type="radio" name="frequency" value="0" id="freq-daily" />
|
||||
<label for="freq-daily" class="freq-option">Daily</label>
|
||||
|
||||
<input type="radio" name="frequency" value="-1" id="freq-none" />
|
||||
<label for="freq-none" class="freq-option freq-none">None</label>
|
||||
|
||||
<input type="submit" name="submit" class="subscribe-btn" value="Save Preferences" />
|
||||
</form>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue