From ec4862650f2da6ef3b0cdcb1ca135a64879c6b31 Mon Sep 17 00:00:00 2001 From: Frédéric Buclin Date: Sun, 22 Dec 2013 15:51:18 +0100 Subject: Bug 322402: Inline styling using bgcolor=x or color=x should be replaced by CSS styles r/a=justdave --- template/en/default/global/confirm-user-match.html.tmpl | 11 ++++++----- template/en/default/global/messages.html.tmpl | 6 ++++++ 2 files changed, 12 insertions(+), 5 deletions(-) (limited to 'template/en/default/global') diff --git a/template/en/default/global/confirm-user-match.html.tmpl b/template/en/default/global/confirm-user-match.html.tmpl index c31567a9c..f02ea88ae 100644 --- a/template/en/default/global/confirm-user-match.html.tmpl +++ b/template/en/default/global/confirm-user-match.html.tmpl @@ -100,9 +100,9 @@ [% IF query.value.users.size %] [% IF query.value.users.size > 1 %] [% IF query.value.status == 'fail' %] - + matches multiple users. - + Please go back and try again with a more specific name/address. [% ELSE %] @@ -136,12 +136,13 @@ [% query.value.users.0.identity FILTER html %] [% END %] [% ELSE %] + [% IF query.key.length < 3 %] - was too short for substring match - (minimum 3 characters) + was too short for substring match (minimum 3 characters) [% ELSE %] - did not match anything + did not match anything [% END %] + [% END %] [% END %] diff --git a/template/en/default/global/messages.html.tmpl b/template/en/default/global/messages.html.tmpl index 885198668..59614c5a5 100644 --- a/template/en/default/global/messages.html.tmpl +++ b/template/en/default/global/messages.html.tmpl @@ -853,6 +853,12 @@ [%+ series.name FILTER html %] has been deleted. + [% ELSIF message_tag == "series_updated" %] + [% title = "Series Updated" %] + The series [% default.category FILTER html %] / + [%+ default.subcategory FILTER html %] / + [%+ default.name FILTER html %] has been updated. + [% ELSIF message_tag == "shutdown" %] [% title = "$terms.Bugzilla is Down" %] [% Param("shutdownhtml") %] -- cgit v1.2.3-24-g4f1b