* make readloop long-controlled
[citadel.git] / webcit / static / t / msg_listselector.html
index ef6bd03b5764b2735a37682a768aea87a1936540..d6cb5989126e87c3c0f9b1a156b8fba6a1afe2f0 100644 (file)
@@ -6,8 +6,8 @@
 </select>
 
 <input type="radio" name="direction" value="" 
-  OnChange="location.href='<?URLPART(1)>?SortBy=date&SortOrder=0'"
-  <?%("COND:BSTR", 1, "SortOrder", 1, "", "checked")>
+  OnChange="location.href='<?URLPART(1)>?SortBy=date&SortOrder=2'"
+  <?%("COND:BSTR", 1, "SortOrder", 1, "checked", "")>
 >
 <?_("oldest to newest")> 
 
@@ -15,7 +15,7 @@
 
 <input type="radio" name="direction" value="" 
   OnChange="location.href='<?URLPART(1)>?SortBy=date&SortOrder=1'"
-  <?%("COND:BSTR", 1, "SortOrder", 1, "checked", "")>
+  <?%("COND:BSTR", 1, "SortOrder", 1, "", "checked")>
 >
 <?_("newest to oldest")>
 </p>