diff options
author | Sunil Joshi <joshi_sunil@in.com> | 2013-12-22 16:26:57 +0100 |
---|---|---|
committer | Frédéric Buclin <LpSolit@gmail.com> | 2013-12-22 16:26:57 +0100 |
commit | 8fd4de3639d393feb37a1744d9a91e1a25119c5d (patch) | |
tree | 2725e748925cc6865bcd2fb13204b6eb6841288e /template/en/default/list | |
parent | ec4862650f2da6ef3b0cdcb1ca135a64879c6b31 (diff) | |
download | bugzilla-8fd4de3639d393feb37a1744d9a91e1a25119c5d.tar.gz bugzilla-8fd4de3639d393feb37a1744d9a91e1a25119c5d.tar.xz |
Bug 918013: Add Bugzilla messaging system in quips page
r=LpSolit a=justdave
Diffstat (limited to 'template/en/default/list')
-rw-r--r-- | template/en/default/list/quips.html.tmpl | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/template/en/default/list/quips.html.tmpl b/template/en/default/list/quips.html.tmpl index 31e766a9b..99e376dae 100644 --- a/template/en/default/list/quips.html.tmpl +++ b/template/en/default/list/quips.html.tmpl @@ -19,30 +19,6 @@ header = "Add your own clever headline" %] -[% IF added_quip %] - <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('bz_quip_moderators') %] - It will be used as soon as it gets approved. - [% END %] - </font> - </p> -[% END %] - -[% IF deleted_quip %] - <p> - <font color="red"> - The quip '<tt>[% deleted_quip FILTER html %]</tt>' has been deleted. - </font> - </p> -[% END %] - -[% IF approved or unapproved %] - <p>[% approved.size %] quips approved and [% unapproved.size %] quips unapproved</p> -[% END %] - - <p> [% terms.Bugzilla %] will pick a random quip for the headline on each [% terms.bug %] list. |