From 95bfc797b43bd7f1d8f45ea629aa6119b51e8a29 Mon Sep 17 00:00:00 2001 From: David Lawrence Date: Fri, 28 Jan 2011 11:30:29 -0500 Subject: Bug 622080 - Change group which can moderate quips r/a=mkanat --- template/en/default/list/quips.html.tmpl | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'template/en/default/list') 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 @@

Your quip '[% added_quip FILTER html %]' 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 %] @@ -66,7 +66,7 @@

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 %]

@@ -86,7 +86,7 @@ [% END %] [% IF show_quips %] - [% IF !user.in_group('admin') %] + [% IF !user.in_group('bz_quip_moderators') %]

Existing quips:

@@ -163,7 +163,7 @@

Those who like their wisdom in large doses can view - [% IF user.in_group('admin') %] + [% IF user.in_group('bz_quip_moderators') %] and edit [% END %] the whole quip list. -- cgit v1.2.3-24-g4f1b