more font size tweaks.
[citadel.git] / webcit / static / t / msg_listselector_bottom.html
1 <form name="msgomaticbottom" class="selector_bottom" >
2 <p><?_("Reading #")>
3 <select name="whichones" size="1" 
4         OnChange="location.href=msgomaticbottom.whichones.options[selectedIndex].value">
5 <?CONTEXTSTR>
6 </select>
7 <?_("of")> <?SUMM:COUNT> <?_("messages")>
8 <input type="radio" name="direction" value="" 
9   OnChange="location.href='<?URLPART(0)>?SortBy=date?SortOrder=1'"
10   <?%("COND:BSTR", 1, "SortOrder", 1, "checked", "")>
11 >
12 <?_("oldest to newest")> 
13
14 &nbsp;&nbsp;&nbsp;&nbsp;
15
16 <input type="radio" name="direction" value="" 
17   OnChange="location.href='<?URLPART(0)>?SortBy=date?SortOrder=2'"
18   <?%("COND:BSTR", 1, "SortOrder", 2, "checked", "")>
19 >
20 <?_("newest to oldest")>
21 </p>
22 </form>
23