summaryrefslogtreecommitdiffstats
path: root/template/en/default/global/user-error.html.tmpl
diff options
context:
space:
mode:
authorjocuri%softhome.net <>2004-01-19 03:39:10 +0100
committerjocuri%softhome.net <>2004-01-19 03:39:10 +0100
commit6aa39b91f404ff57d850555dc8b6f86d8e365b41 (patch)
tree56ce6734d2260b2a6eaf5ef2e3be84c0378be3a3 /template/en/default/global/user-error.html.tmpl
parent8b2876df64df42f46f1b98c2245607dcd01ed94a (diff)
downloadbugzilla-6aa39b91f404ff57d850555dc8b6f86d8e365b41.tar.gz
bugzilla-6aa39b91f404ff57d850555dc8b6f86d8e365b41.tar.xz
Patch for bug 228894: Change HTML comments to template-toolkit ones for template version numbers; patch by GavinS <bugzilla@chimpychompy.org>; r=kiko; a=justdave.
Diffstat (limited to 'template/en/default/global/user-error.html.tmpl')
-rw-r--r--template/en/default/global/user-error.html.tmpl5
1 files changed, 3 insertions, 2 deletions
diff --git a/template/en/default/global/user-error.html.tmpl b/template/en/default/global/user-error.html.tmpl
index f20081529..05aa96e06 100644
--- a/template/en/default/global/user-error.html.tmpl
+++ b/template/en/default/global/user-error.html.tmpl
@@ -1,4 +1,4 @@
-<!-- 1.0@bugzilla.org -->
+[%# 1.0@bugzilla.org %]
[%# The contents of this file are subject to the Mozilla Public
# License Version 1.1 (the "License"); you may not use this file
# except in compliance with the License. You may obtain a copy of
@@ -525,7 +525,8 @@
Sorry; there needs to be at least one component for this product in order
to create a new [% terms.bug %].
[% IF UserInGroup("editcomponents") %]
- <a href="editcomponents.cgi">Create a new component</a>.
+ <a href="editcomponents.cgi?product=[% product FILTER url_quote %]">
+ Create a new component</a>.
[% ELSE %]
Please contact [% Param("maintainer") %], giving the name of
the product in which you tried to create a new [% terms.bug %].