chiark / gitweb /
Add comments to make the two mod-screen functions more obvious
authorMatthew Vernon <matthew@debian.org>
Sun, 5 Jan 2014 07:27:57 +0000 (07:27 +0000)
committerMatthew Vernon <matthew@debian.org>
Sun, 5 Jan 2014 07:27:57 +0000 (07:27 +0000)
Previously they were just main moderation screen, and main moderation
screen - old version, which isn't very helpful. In fact, one is the
single-article version (shows the entire post), and one the
multiple-articles version (shows a few lines of up to 40 posts).

webstump/scripts/html_output.pl

index 47b3c5a7f2dafd658029b04427d3277ae04429f9..4b0e576d1619dc60aad994fc4bb2dbe221d41640 100644 (file)
@@ -193,7 +193,7 @@ of this installation. <HR>
   &end_html;
 }
 
-# main moderation page -- old version
+# main moderation page -- single-article version
 sub html_moderate_article {
   my $newsgroup = &required_parameter( 'newsgroup' );
   my $moderator = $request{'moderator'};
@@ -478,7 +478,7 @@ sub get_queue_list ($) {
     return ($dir, @articles);
 }
 
-# main moderation page
+# main moderation page -- multiple-articles version
 sub html_moderation_screen {
   my $newsgroup = &required_parameter( 'newsgroup' );
   my $moderator = $request{'moderator'};