diff options
author | myk%mozilla.org <> | 2005-09-01 21:02:26 +0000 |
---|---|---|
committer | myk%mozilla.org <> | 2005-09-01 21:02:26 +0000 |
commit | a3cbf5618bb6133f8cd56d8b1d1414fe4c87e469 (patch) | |
tree | aca6a8e5dc4868c72816aa46870408093a8e8538 /template/en/default/global | |
parent | a094f0ebf0294b8f964fc3d93e4d60044af8353e (diff) | |
download | bugs-a3cbf5618bb6133f8cd56d8b1d1414fe4c87e469.tar bugs-a3cbf5618bb6133f8cd56d8b1d1414fe4c87e469.tar.gz bugs-a3cbf5618bb6133f8cd56d8b1d1414fe4c87e469.tar.bz2 bugs-a3cbf5618bb6133f8cd56d8b1d1414fe4c87e469.tar.xz bugs-a3cbf5618bb6133f8cd56d8b1d1414fe4c87e469.zip |
Partial fix for bug 302669: rewrites Attachment.pm to provide a real Attachment class; r=lpsolit
Diffstat (limited to 'template/en/default/global')
-rw-r--r-- | template/en/default/global/user-error.html.tmpl | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/template/en/default/global/user-error.html.tmpl b/template/en/default/global/user-error.html.tmpl index 3e1a2a3ef..53fdcc59f 100644 --- a/template/en/default/global/user-error.html.tmpl +++ b/template/en/default/global/user-error.html.tmpl @@ -442,7 +442,7 @@ You asked [% requestee.identity FILTER html %] for <code>[% flag_type.name FILTER html %]</code> on [% terms.bug %] [% bug_id FILTER html -%] - [% IF attach_id %], attachment [% attach_id FILTER html %][% END %], + [% IF attachment %], attachment [% attachment.id FILTER html %][% END %], but that [% terms.bug %] has been restricted to users in certain groups, and the user you asked isn't in all the groups to which the [% terms.bug %] has been restricted. @@ -455,11 +455,10 @@ You asked [% requestee.identity FILTER html %] for <code>[% flag_type.name FILTER html %]</code> on [%+ terms.bug %] [%+ bug_id FILTER html %], - attachment [% attach_id FILTER html %], but that attachment is restricted - to users - in the [% Param("insidergroup") FILTER html %] group, and the user - you asked isn't in that group. Please choose someone else to ask, - or ask an administrator to add the user to the group. + attachment [% attachment.id FILTER html %], but that attachment + is restricted to users in the [% Param("insidergroup") FILTER html %] group, + and the user you asked isn't in that group. Please choose someone else + to ask, or ask an administrator to add the user to the group. [% ELSIF error == "flag_type_cc_list_invalid" %] [% title = "Flag Type CC List Invalid" %] |