chiark / gitweb /
Add a link to the moderation screen from the admin screen (Todal request)
authorMatthew Vernon <matthewv@chiark.greenend.org.uk>
Sat, 4 Jan 2014 14:21:04 +0000 (14:21 +0000)
committerMatthew Vernon <matthewv@chiark.greenend.org.uk>
Sat, 4 Jan 2014 14:21:04 +0000 (14:21 +0000)
webstump/scripts/html_output.pl

index 630f3410cc257679d1eccd18e0ca91bd0180fe14..47b3c5a7f2dafd658029b04427d3277ae04429f9 100644 (file)
@@ -811,6 +811,12 @@ sub html_newsgroup_management {
 
   print "</UL>\n";
 
+  print "<HR><FORM METHOD=$request_method action=$base_address>";
+  &html_print_credentials;
+  print "<INPUT NAME=action VALUE=moderation_screen TYPE=hidden>
+         <INPUT TYPE=submit VALUE=\"Go to moderation screen\">
+         </FORM>";
+
   &end_html;
 }