diff options
author | mkanat%bugzilla.org <> | 2007-08-24 04:31:21 +0200 |
---|---|---|
committer | mkanat%bugzilla.org <> | 2007-08-24 04:31:21 +0200 |
commit | a91a67cea0a5f85c7b63579463d56b4c8374b115 (patch) | |
tree | cd3c3e2e2e499af13ab8af19d04e740629746bde /template | |
parent | 845aacfb3652a18ef12828628e68180591f6baf6 (diff) | |
download | bugzilla-a91a67cea0a5f85c7b63579463d56b4c8374b115.tar.gz bugzilla-a91a67cea0a5f85c7b63579463d56b4c8374b115.tar.xz |
Bug 373440: Make "check" into a generic function in Bugzilla::Object
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit
Diffstat (limited to 'template')
-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 5cebb8166..37c542614 100644 --- a/template/en/default/global/user-error.html.tmpl +++ b/template/en/default/global/user-error.html.tmpl @@ -902,6 +902,10 @@ The name of a milestone is limited to 20 characters. '[% name FILTER html %]' is too long ([% name.length %] characters). + [% ELSIF error == "milestone_not_specified" %] + [% title = "No Milestone Specified" %] + No milestone specified when trying to edit milestones. + [% ELSIF error == "milestone_not_valid" %] [% title = "Specified Milestone Does Not Exist" %] The milestone '[% milestone FILTER html %]' for product |