From: Matthew Vernon Date: Sat, 4 Jan 2014 14:21:04 +0000 (+0000) Subject: Add a link to the moderation screen from the admin screen (Todal request) X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~webstump/git?a=commitdiff_plain;h=db5423b123869491e025a7f349b8ecda16d820af;p=modbot-ulm.git Add a link to the moderation screen from the admin screen (Todal request) --- diff --git a/webstump/scripts/html_output.pl b/webstump/scripts/html_output.pl index 630f341..47b3c5a 100644 --- a/webstump/scripts/html_output.pl +++ b/webstump/scripts/html_output.pl @@ -811,6 +811,12 @@ sub html_newsgroup_management { print "\n"; + print "
"; + &html_print_credentials; + print " + +
"; + &end_html; }