diff options
author | mkanat%bugzilla.org <> | 2007-11-13 06:15:06 +0100 |
---|---|---|
committer | mkanat%bugzilla.org <> | 2007-11-13 06:15:06 +0100 |
commit | 8db452b3d757978ff7166dc229bdb4ebfbd1bdc7 (patch) | |
tree | e57810082f11412d1a2d13118bb9c87e2a39804b /template/en/default/global | |
parent | d5adbc109d44481c9c4b7ba6429cbbc35487486e (diff) | |
download | bugzilla-8db452b3d757978ff7166dc229bdb4ebfbd1bdc7.tar.gz bugzilla-8db452b3d757978ff7166dc229bdb4ebfbd1bdc7.tar.xz |
Bug 401957: Move comment "isprivate" updating from process_bug to Bugzilla::Bug
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit
Diffstat (limited to 'template/en/default/global')
-rw-r--r-- | template/en/default/global/user-error.html.tmpl | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/template/en/default/global/user-error.html.tmpl b/template/en/default/global/user-error.html.tmpl index 16bc0f7af..b0c087530 100644 --- a/template/en/default/global/user-error.html.tmpl +++ b/template/en/default/global/user-error.html.tmpl @@ -246,6 +246,10 @@ [% title = "Chart Too Large" %] Sorry, but 2000 x 2000 is the maximum size for a chart. + [% ELSIF error == "comment_invalid_isprivate" %] + You tried to modify the privacy of comment id [% id FILTER html %], + but that is not a valid comment on this [% terms.bug %]. + [% ELSIF error == "comment_required" %] [% title = "Comment Required" %] You have to specify a <b>comment</b> |