diff options
author | lpsolit%gmail.com <> | 2005-05-04 03:44:53 +0200 |
---|---|---|
committer | lpsolit%gmail.com <> | 2005-05-04 03:44:53 +0200 |
commit | e51425da1f1fe8ee831bfb8d4c091d9e08ae4dce (patch) | |
tree | f00cb30677e4c5759ca91186bf9bfd113baa88af /template | |
parent | 3f138672bdd7fd4aba0b5c78b3541138174bd9f0 (diff) | |
download | bugzilla-e51425da1f1fe8ee831bfb8d4c091d9e08ae4dce.tar.gz bugzilla-e51425da1f1fe8ee831bfb8d4c091d9e08ae4dce.tar.xz |
Bug 248386: Add support for Alias to post_bug.cgi - Patch by Albert Ting <altlst@sonic.net> r=LpSolit a=justdave
Diffstat (limited to 'template')
-rw-r--r-- | template/en/default/global/user-error.html.tmpl | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/template/en/default/global/user-error.html.tmpl b/template/en/default/global/user-error.html.tmpl index 98cd7418b..6c1af5b26 100644 --- a/template/en/default/global/user-error.html.tmpl +++ b/template/en/default/global/user-error.html.tmpl @@ -76,9 +76,13 @@ [% ELSIF error == "alias_in_use" %] [% title = "Alias In Use" %] - [% bug_link FILTER none %] has already taken the alias + [% terms.Bug %] [%+ bug_link FILTER none %] has already taken the alias <em>[% alias FILTER html %]</em>. Please choose another one. + [% ELSIF error == "alias_not_defined" %] + [% title = "Alias Is Not Defined" %] + You did not supply an alias to this [% terms.bug %]. + [% ELSIF error == "alias_is_numeric" %] [% title = "Alias Is Numeric" %] You tried to give this [% terms.bug %] the alias <em>[% alias FILTER html %]</em>, |