diff options
author | David Lawrence <dlawrence@mozilla.com> | 2011-01-28 11:30:29 -0500 |
---|---|---|
committer | David Lawrence <dlawrence@mozilla.com> | 2011-01-28 11:30:29 -0500 |
commit | 95bfc797b43bd7f1d8f45ea629aa6119b51e8a29 (patch) | |
tree | f49e5bd6afd287dc1185e0eab2780d52e586e5c8 /template/en/default/list | |
parent | f6142bf5bb569e67686f74cdfd959c79c7c7cb23 (diff) | |
download | bugs-95bfc797b43bd7f1d8f45ea629aa6119b51e8a29.tar bugs-95bfc797b43bd7f1d8f45ea629aa6119b51e8a29.tar.gz bugs-95bfc797b43bd7f1d8f45ea629aa6119b51e8a29.tar.bz2 bugs-95bfc797b43bd7f1d8f45ea629aa6119b51e8a29.tar.xz bugs-95bfc797b43bd7f1d8f45ea629aa6119b51e8a29.zip |
Bug 622080 - Change group which can moderate quips
r/a=mkanat
Diffstat (limited to 'template/en/default/list')
-rw-r--r-- | template/en/default/list/quips.html.tmpl | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/template/en/default/list/quips.html.tmpl b/template/en/default/list/quips.html.tmpl index 62395d27f..512add995 100644 --- a/template/en/default/list/quips.html.tmpl +++ b/template/en/default/list/quips.html.tmpl @@ -37,7 +37,7 @@ <p> <font color="red"> Your quip '<tt>[% added_quip FILTER html %]</tt>' has been added. - [% IF Param("quip_list_entry_control") == "moderated" AND !user.in_group('admin') %] + [% IF Param("quip_list_entry_control") == "moderated" AND !user.in_group('bz_quip_moderators') %] It will be used as soon as it gets approved. [% END %] </font> @@ -66,7 +66,7 @@ <p> You can extend the quip list. Type in something clever or funny or boring (but not obscene or offensive, please) and bonk on the button. - [% IF Param("quip_list_entry_control") == "moderated" AND !user.in_group('admin') %] + [% IF Param("quip_list_entry_control") == "moderated" AND !user.in_group('bz_quip_moderators') %] Note that your quip has to be approved before it is used. [% END %] </p> @@ -86,7 +86,7 @@ [% END %] [% IF show_quips %] - [% IF !user.in_group('admin') %] + [% IF !user.in_group('bz_quip_moderators') %] <h2> Existing quips: </h2> @@ -163,7 +163,7 @@ <p> Those who like their wisdom in large doses can <a href="quips.cgi?action=show">view - [% IF user.in_group('admin') %] + [% IF user.in_group('bz_quip_moderators') %] and edit [% END %] the whole quip list</a>. |