summaryrefslogtreecommitdiffstats
path: root/extensions/Voting/template/en/default/hook
diff options
context:
space:
mode:
authorSunil Joshi <joshi_sunil@in.com>2012-12-14 15:55:23 +0100
committerFrédéric Buclin <LpSolit@gmail.com>2012-12-14 15:55:23 +0100
commit8f77358eaedb89041ea95940d46fa9fb5d1fe949 (patch)
tree8bac249901fcc31e6ebee743d32e2257a35762a4 /extensions/Voting/template/en/default/hook
parentb80c2dd4385fec54b1541bd340a98a936d3a9a9e (diff)
downloadbugzilla-8f77358eaedb89041ea95940d46fa9fb5d1fe949.tar.gz
bugzilla-8f77358eaedb89041ea95940d46fa9fb5d1fe949.tar.xz
Bug 780675: Display "The changes to your votes have been saved" in green instead of red
r/a=LpSolit
Diffstat (limited to 'extensions/Voting/template/en/default/hook')
-rw-r--r--extensions/Voting/template/en/default/hook/global/messages-messages.html.tmpl16
1 files changed, 16 insertions, 0 deletions
diff --git a/extensions/Voting/template/en/default/hook/global/messages-messages.html.tmpl b/extensions/Voting/template/en/default/hook/global/messages-messages.html.tmpl
new file mode 100644
index 000000000..74a2d937a
--- /dev/null
+++ b/extensions/Voting/template/en/default/hook/global/messages-messages.html.tmpl
@@ -0,0 +1,16 @@
+[%# This Source Code Form is subject to th e terms of the Mozilla Public
+ # License, v. 2.0. If a copy of the MPL was not distributed with this
+ # file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ #
+ # This Source Code Form is "Incompatible With Secondary Licenses", as
+ # defined by the Mozilla Public License, v. 2.0.
+ #%]
+
+[%# This is a list of all the possible messages. Please keep them in
+ # alphabetical order by message tag, and leave a blank line between messages.
+ #%]
+
+[% IF message_tag == "votes_recorded" %]
+ The changes to your votes have been saved.
+[% END %]
+