diff options
author | lpsolit%gmail.com <> | 2005-08-01 09:03:53 +0200 |
---|---|---|
committer | lpsolit%gmail.com <> | 2005-08-01 09:03:53 +0200 |
commit | 3da7635c1cf801b053fb37d86411cde4059dc6b1 (patch) | |
tree | 504fb7216402a7c8a33805e98fc40ebbc8ce2417 /template | |
parent | f299f2b3c35e2e455bab9a0f4e4ca94926d5cbd6 (diff) | |
download | bugzilla-3da7635c1cf801b053fb37d86411cde4059dc6b1.tar.gz bugzilla-3da7635c1cf801b053fb37d86411cde4059dc6b1.tar.xz |
Bug 302582: "add component/version" doesn't include action=add on enter_bug.cgi - Patch by Emmanuel Seyman <eseyman@linagora.com> r=LpSolit a=justdave
Diffstat (limited to 'template')
-rw-r--r-- | template/en/default/global/user-error.html.tmpl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/template/en/default/global/user-error.html.tmpl b/template/en/default/global/user-error.html.tmpl index 59bbe1d87..6c449bd69 100644 --- a/template/en/default/global/user-error.html.tmpl +++ b/template/en/default/global/user-error.html.tmpl @@ -754,7 +754,7 @@ has to have at least one component in order for you to enter [% terms.abug %] into it.<p> [% IF UserInGroup("editcomponents") %] - <a href="editcomponents.cgi?product=[% product FILTER url_quote %]">Create + <a href="editcomponents.cgi?action=add&product=[% product FILTER url_quote %]">Create a new component</a>. [% ELSE %] Please contact [% Param("maintainer") %] and ask them @@ -815,7 +815,7 @@ has to have at least one version in order for you to enter [% terms.abug %] into it.<p> [% IF UserInGroup("editcomponents") %] - <a href="editversions.cgi?product=[% product FILTER url_quote %]">Create + <a href="editversions.cgi?action=add&product=[% product FILTER url_quote %]">Create a new version</a>. [% ELSE %] Please contact [% Param("maintainer") %] and ask them |