[dw-free] Link Manage Tags page from Manage Communities page
[commit: http://hg.dwscoalition.org/dw-free/rev/520d62d9da00]
http://bugs.dwscoalition.org/show_bug.cgi?id=1398
Add link to manage/tags in community/manage for maintainers.
Patch by
badgerbag.
Files modified:
http://bugs.dwscoalition.org/show_bug.cgi?id=1398
Add link to manage/tags in community/manage for maintainers.
Patch by
Files modified:
- htdocs/community/manage.bml
- htdocs/community/manage.bml.text
--------------------------------------------------------------------------------
diff -r 821fcf9a8057 -r 520d62d9da00 htdocs/community/manage.bml
--- a/htdocs/community/manage.bml Sun Aug 09 01:44:07 2009 +0000
+++ b/htdocs/community/manage.bml Sun Aug 09 07:58:04 2009 +0000
@@ -115,6 +115,9 @@ body<=
aopts => "href=\"/community/pending?authas=$user\"" }) : '';
$ret .= BML::ml('Actionlink', {
'link'=>"<a href='/community/members?authas=$user'>$ML{'.commlist.actmembers2'}</a>$pend"}) . " ";
+
+ $ret .= BML::ml('Actionlink', {
+ 'link'=>"<a href='/manage/tags?authas=$user'>$ML{'.commlist.tags'}</a>$pend"}) . " ";
}
$ret .= "</td><td align='center'>";
if ($mods{$id}) {
diff -r 821fcf9a8057 -r 520d62d9da00 htdocs/community/manage.bml.text
--- a/htdocs/community/manage.bml.text Sun Aug 09 01:44:07 2009 +0000
+++ b/htdocs/community/manage.bml.text Sun Aug 09 07:58:04 2009 +0000
@@ -8,6 +8,8 @@
.commlist.actions=<b>Actions</b>
.commlist.actmembers2=Members
+
+.commlist.tags=Tags
.commlist.actpending|notes=This is appended to /community/manage.bml.commlist.actmembers2 when there are pending people.
.commlist.actpending=, <a [[aopts]]>[[num]] pending</a>
--------------------------------------------------------------------------------

no subject
no subject
(I swear that's one of the best things about being able to commit *G*)
no subject