]> code.citadel.org Git - citadel.git/blobdiff - webcit/static/t/msg_listselector_bottom.html
* Changed some of the '&' between url parameters to '?' (ongoing)
[citadel.git] / webcit / static / t / msg_listselector_bottom.html
index e459afcf86e9a7d80d9457284cbcc79695d148e8..714b697ea8c48a619de6282d64375c5f2b3d7bae 100644 (file)
@@ -4,9 +4,9 @@
        OnChange="location.href=msgomaticbottom.whichones.options[selectedIndex].value">
 <?CONTEXTSTR>
 </select>
-
+<?_("of")> <?SUMM:COUNT> <?_("messages")>
 <input type="radio" name="direction" value="" 
-  OnChange="location.href='<?URLPART(1)>?SortBy=date&SortOrder=2'"
+  OnChange="location.href='<?URLPART(0)>?SortBy=date?SortOrder=1'"
   <?%("COND:BSTR", 1, "SortOrder", 1, "checked", "")>
 >
 <?_("oldest to newest")> 
@@ -14,8 +14,8 @@
 &nbsp;&nbsp;&nbsp;&nbsp;
 
 <input type="radio" name="direction" value="" 
-  OnChange="location.href='<?URLPART(1)>?SortBy=date&SortOrder=1'"
-  <?%("COND:BSTR", 1, "SortOrder", 1, "", "checked")>
+  OnChange="location.href='<?URLPART(0)>?SortBy=date?SortOrder=2'"
+  <?%("COND:BSTR", 1, "SortOrder", 2, "checked", "")>
 >
 <?_("newest to oldest")>
 </p>