diff options
author | lpsolit%gmail.com <> | 2007-05-17 22:10:52 +0200 |
---|---|---|
committer | lpsolit%gmail.com <> | 2007-05-17 22:10:52 +0200 |
commit | f51570e3f8605c2f1ffc927cf6263adc1f560e81 (patch) | |
tree | 9ea1cdabf9f1e9d731cbf8e06b4e11f50f83cd11 /template/en/default/global/messages.html.tmpl | |
parent | 81a85666a61dd619b7c84878fa26e30d35e62702 (diff) | |
download | bugzilla-f51570e3f8605c2f1ffc927cf6263adc1f560e81.tar.gz bugzilla-f51570e3f8605c2f1ffc927cf6263adc1f560e81.tar.xz |
Bug 377485: Implement editworkflow.cgi - Patch by Frédéric Buclin <LpSolit@gmail.com> r=gerv r=mkanat a=mkanat
Diffstat (limited to 'template/en/default/global/messages.html.tmpl')
-rw-r--r-- | template/en/default/global/messages.html.tmpl | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/template/en/default/global/messages.html.tmpl b/template/en/default/global/messages.html.tmpl index 11fe0733c..3673a8d6e 100644 --- a/template/en/default/global/messages.html.tmpl +++ b/template/en/default/global/messages.html.tmpl @@ -491,7 +491,10 @@ You entered a username that matched more than one user, so we have instead left the [% match_field FILTER html %] field blank. - + + [% ELSIF message_tag == "workflow_updated" %] + The workflow has been updated. + [% ELSE %] [%# Give sensible error if error functions are used incorrectly. #%] |