chiark
/
gitweb
/
~webstump
/
modbot-ulm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f74ee06
)
Add a link to the management page from the single-article page
author
Matthew Vernon
<matthew@debian.org>
Sun, 5 Jan 2014 13:33:19 +0000
(13:33 +0000)
committer
Matthew Vernon
<matthew@debian.org>
Sun, 5 Jan 2014 13:33:19 +0000
(13:33 +0000)
webstump/scripts/html_output.pl
patch
|
blob
|
history
diff --git
a/webstump/scripts/html_output.pl
b/webstump/scripts/html_output.pl
index 61f2b13817dbeb1275c21b5551711982d10b5817..0529a82b6bdd4ecc9ec8ee52ffd4ee3af928f2bb 100644
(file)
--- a/
webstump/scripts/html_output.pl
+++ b/
webstump/scripts/html_output.pl
@@
-283,6
+283,11
@@
editing the respective lists of whitelisted and watchlisted posters.
";
print "</FORM>\n\n";
+ print "<FORM METHOD=$request_method action=$base_address>";
+ &html_print_credentials;
+ print "<INPUT NAME=action VALUE=moderator_admin TYPE=hidden>
+ <INPUT TYPE=submit VALUE=\"Go to Management Page Instead of Moderating This Post\">
+ </FORM>";
print "<BR><A HREF=$base_address?action=change_password&newsgroup=$newsgroup&" .
"moderator=$moderator&password=$password>Change Password</A>";