From e83dd895ed4936b3cf271714469d6d6ae5ca4733 Mon Sep 17 00:00:00 2001 From: Matthew Vernon Date: Fri, 3 Jan 2014 17:39:55 +0000 Subject: [PATCH] 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. --- webstump/scripts/html_output.pl | 4 ++++ 1 file changed, 4 insertions(+) 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 = ""; -- 2.30.2