diff options
author | lpsolit%gmail.com <> | 2006-06-18 08:24:34 +0200 |
---|---|---|
committer | lpsolit%gmail.com <> | 2006-06-18 08:24:34 +0200 |
commit | 05fe02cdd0cf84e61df2f89afec751c279d30f35 (patch) | |
tree | bc942082af5b4611ad278b506ff6eccb0b5e309d /template/en/default/global | |
parent | 0d2869cdc8bf59db57e80e7e3a0c0c377fc0ffb5 (diff) | |
download | bugzilla-05fe02cdd0cf84e61df2f89afec751c279d30f35.tar.gz bugzilla-05fe02cdd0cf84e61df2f89afec751c279d30f35.tar.xz |
Bug 5179: Need to be able to put attachment on new bug - Patch by Marc Schumann <wurblzap@gmail.com> r=LpSolit a=justdave
Diffstat (limited to 'template/en/default/global')
-rw-r--r-- | template/en/default/global/messages.html.tmpl | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/template/en/default/global/messages.html.tmpl b/template/en/default/global/messages.html.tmpl index 6730e8835..bb8a08fdd 100644 --- a/template/en/default/global/messages.html.tmpl +++ b/template/en/default/global/messages.html.tmpl @@ -100,6 +100,12 @@ The user account [% otheruser.login FILTER html %] has been deleted successfully. + [% ELSIF message_tag == "attachment_creation_failed" %] + The [% terms.bug %] was created successfully, but attachment creation + failed. + Please add your attachment by clicking the "Create a New Attachment" link + below. + [% ELSIF message_tag == "buglist_adding_field" %] [% title = "Adding field to search page..." %] [% link = "Click here if the page does not redisplay automatically." %] |