* fix dropdown
[citadel.git] / webcit / static / t / msg_listselector_top.html
index 0c81f9cc1b2014f13c0b87698122b91b2a0656ff..3f4709b3cce367d0ff4b7dfcb7b2a3163816f585 100644 (file)
@@ -6,7 +6,7 @@
 </select>
 
 <input type="radio" name="direction" value="" 
-  OnChange="location.href='<?URLPART(1)>?SortBy=date&SortOrder=1'"
+  OnChange="location.href='<?URLPART(0)>?SortBy=date&SortOrder=1'"
   <?%("COND:BSTR", 1, "SortOrder", 1, "checked", "")>
 >
 <?_("oldest to newest")> 
@@ -14,7 +14,7 @@
 &nbsp;&nbsp;&nbsp;&nbsp;
 
 <input type="radio" name="direction" value="" 
-  OnChange="location.href='<?URLPART(1)>?SortBy=date&SortOrder=2'"
+  OnChange="location.href='<?URLPART(0)>?SortBy=date&SortOrder=2'"
   <?%("COND:BSTR", 1, "SortOrder", 2, "checked", "")>
 >
 <?_("newest to oldest")>