diff options
author | Sunil Joshi <joshi_sunil@in.com> | 2012-12-14 15:55:23 +0100 |
---|---|---|
committer | Frédéric Buclin <LpSolit@gmail.com> | 2012-12-14 15:55:23 +0100 |
commit | 8f77358eaedb89041ea95940d46fa9fb5d1fe949 (patch) | |
tree | 8bac249901fcc31e6ebee743d32e2257a35762a4 /extensions/Voting/template/en/default/pages | |
parent | b80c2dd4385fec54b1541bd340a98a936d3a9a9e (diff) | |
download | bugzilla-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/pages')
-rw-r--r-- | extensions/Voting/template/en/default/pages/voting/user.html.tmpl | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/extensions/Voting/template/en/default/pages/voting/user.html.tmpl b/extensions/Voting/template/en/default/pages/voting/user.html.tmpl index 6705b9c37..b1cf53a85 100644 --- a/extensions/Voting/template/en/default/pages/voting/user.html.tmpl +++ b/extensions/Voting/template/en/default/pages/voting/user.html.tmpl @@ -47,16 +47,6 @@ <hr> [% END %] -[% IF votes_recorded %] - <p> - <font color="red"> - The changes to your votes have been saved. - </font> - </p> -[% ELSE %] - <br> -[% END %] - [% IF products.size %] <form name="voting_form" method="post" action="page.cgi?id=voting/user.html"> <input type="hidden" name="action" value="vote"> |