summaryrefslogtreecommitdiffstats
path: root/template/en/default/global/messages.html.tmpl
diff options
context:
space:
mode:
authorwurblzap%gmail.com <>2008-02-12 06:20:20 +0100
committerwurblzap%gmail.com <>2008-02-12 06:20:20 +0100
commit204fa576ec9277da886e664d93245cf2d65f1cf7 (patch)
treed17cce06fbd775341231a11f7e9f46fe775bacf8 /template/en/default/global/messages.html.tmpl
parentb70ab0a462729d261a0205ef943308c2dd5afb07 (diff)
downloadbugzilla-204fa576ec9277da886e664d93245cf2d65f1cf7.tar.gz
bugzilla-204fa576ec9277da886e664d93245cf2d65f1cf7.tar.xz
Bug 341508 – GetBugLink() should be localisable.
Patch by Marc Schumann <wurblzap@gmail.com>; r=LpSolit, a=LpSolit
Diffstat (limited to 'template/en/default/global/messages.html.tmpl')
-rw-r--r--template/en/default/global/messages.html.tmpl9
1 files changed, 9 insertions, 0 deletions
diff --git a/template/en/default/global/messages.html.tmpl b/template/en/default/global/messages.html.tmpl
index dfa4f78f4..be0d851e6 100644
--- a/template/en/default/global/messages.html.tmpl
+++ b/template/en/default/global/messages.html.tmpl
@@ -336,6 +336,15 @@
An error occured while validating flags:
[%+ flag_creation_error FILTER none %]
+ [% ELSIF message_tag == "get_field_desc" %]
+ [% field_descs.$field_name FILTER html %]
+
+ [% ELSIF message_tag == "get_resolution" %]
+ [% get_resolution(resolution) FILTER html %]
+
+ [% ELSIF message_tag == "get_status" %]
+ [% get_status(status) FILTER html %]
+
[% ELSIF message_tag == "group_created" %]
[% title = "New Group Created" %]
The group <em>[% group.name FILTER html %]</em> has been created.