summaryrefslogtreecommitdiffstats
path: root/template/en/default/global
diff options
context:
space:
mode:
Diffstat (limited to 'template/en/default/global')
-rw-r--r--template/en/default/global/confirm-user-match.html.tmpl11
-rw-r--r--template/en/default/global/messages.html.tmpl6
2 files changed, 12 insertions, 5 deletions
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' %]
- <font color="#FF0000">
+ <span class="warning">
matches multiple users.
- </font>
+ </span>
Please go back and try again with a more specific
name/address.
[% ELSE %]
@@ -136,12 +136,13 @@
<b>[% query.value.users.0.identity FILTER html %]</b>
[% END %]
[% ELSE %]
+ <span class="warning">
[% IF query.key.length < 3 %]
- <font color="#FF0000">was too short for substring match
- (minimum 3 characters)</font>
+ was too short for substring match (minimum 3 characters)
[% ELSE %]
- <font color="#FF0000">did not match anything</font>
+ did not match anything
[% END %]
+ </span>
[% END %]
</div>
[% 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 %]</em>
has been deleted.
+ [% ELSIF message_tag == "series_updated" %]
+ [% title = "Series Updated" %]
+ The series <em>[% default.category FILTER html %] /
+ [%+ default.subcategory FILTER html %] /
+ [%+ default.name FILTER html %]</em> has been updated.
+
[% ELSIF message_tag == "shutdown" %]
[% title = "$terms.Bugzilla is Down" %]
[% Param("shutdownhtml") %]