]> code.citadel.org Git - citadel.git/blobdiff - webcit/static/t/msg_listselector_bottom.html
serv_rssclient.c: style update
[citadel.git] / webcit / static / t / msg_listselector_bottom.html
diff --git a/webcit/static/t/msg_listselector_bottom.html b/webcit/static/t/msg_listselector_bottom.html
deleted file mode 100644 (file)
index 714b697..0000000
+++ /dev/null
@@ -1,23 +0,0 @@
-<form name="msgomaticbottom" class="selector_bottom" >
-<p><?_("Reading #")>
-<select name="whichones" size="1" 
-       OnChange="location.href=msgomaticbottom.whichones.options[selectedIndex].value">
-<?CONTEXTSTR>
-</select>
-<?_("of")> <?SUMM:COUNT> <?_("messages")>
-<input type="radio" name="direction" value="" 
-  OnChange="location.href='<?URLPART(0)>?SortBy=date?SortOrder=1'"
-  <?%("COND:BSTR", 1, "SortOrder", 1, "checked", "")>
->
-<?_("oldest to newest")> 
-
-&nbsp;&nbsp;&nbsp;&nbsp;
-
-<input type="radio" name="direction" value="" 
-  OnChange="location.href='<?URLPART(0)>?SortBy=date?SortOrder=2'"
-  <?%("COND:BSTR", 1, "SortOrder", 2, "checked", "")>
->
-<?_("newest to oldest")>
-</p>
-</form>
-