chiark / gitweb /
default option on one-article screen is back of queue
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Wed, 30 Jun 2010 11:57:18 +0000 (12:57 +0100)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Wed, 30 Jun 2010 11:57:18 +0000 (12:57 +0100)
webstump/scripts/html_output.pl

index 1f4a15d14e24c1c488c4381d047d2dea39142503..5503b4ae6104a3566e993c03f5ad1f69b87c9281 100644 (file)
@@ -247,7 +247,7 @@ sub html_moderate_article {
   &html_print_credentials;
   print "<SELECT NAME=\"decision_$file\">
 <OPTION VALUE=\"approve\">Approve</OPTION>
   &html_print_credentials;
   print "<SELECT NAME=\"decision_$file\">
 <OPTION VALUE=\"approve\">Approve</OPTION>
-<OPTION VALUE=\"leave\">Put to back of queue</OPTION>
+<OPTION VALUE=\"leave\" SELECTED>Put to back of queue</OPTION>
 <OPTION VALUE=\"consider\">Back of queue, adding mark requesting further consideration</OPTION>
 ";
 
 <OPTION VALUE=\"consider\">Back of queue, adding mark requesting further consideration</OPTION>
 ";