Move None frequency option to leftmost position

This commit is contained in:
russell@unturf.com 2026-02-08 06:59:23 -05:00
parent 1995b88615
commit 449542d3d8

View file

@ -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>