From: Matthew Vernon Date: Fri, 3 Jan 2014 17:39:55 +0000 (+0000) Subject: Add buttons to the top of the multi-post screen X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~webstump/git?a=commitdiff_plain;h=e83dd895ed4936b3cf271714469d6d6ae5ca4733;p=modbot-ulm.git Add buttons to the top of the multi-post screen The Todal asked for Submit/Reset buttons at the top as well as the bottom of the multiple-message moderation screen. This patch provides those; it'll look a bit ugly if there are no posts in the queue, but we don't know that there aren't at the point we need to print the buttons. --- diff --git a/webstump/scripts/html_output.pl b/webstump/scripts/html_output.pl index 30b9c1c..630f341 100644 --- a/webstump/scripts/html_output.pl +++ b/webstump/scripts/html_output.pl @@ -529,6 +529,10 @@ queue.\n";
"; &html_print_credentials; + + print "
+ +"; my $file, $subject = "No Subject", $from = "From nobody"; my $form_not_empty = "";