diff options
author | lpsolit%gmail.com <> | 2006-04-18 05:19:35 +0200 |
---|---|---|
committer | lpsolit%gmail.com <> | 2006-04-18 05:19:35 +0200 |
commit | 246f6778660fe4a878b1f08eee175b1076c5e224 (patch) | |
tree | ea21520a5859f2820eefdefa74829783cc3116a9 /template/en/default/global | |
parent | 3811d9d8a825a4aadaea2ac8e489d410fe408e28 (diff) | |
download | bugzilla-246f6778660fe4a878b1f08eee175b1076c5e224.tar.gz bugzilla-246f6778660fe4a878b1f08eee175b1076c5e224.tar.xz |
Bug 44595: Implement an interface for administrators to delete attachments - Patch by Frédéric Buclin <LpSolit@gmail.com> r=wicked, justdave a=justdave
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 54aa31ee0..c50955db8 100644 --- a/template/en/default/global/user-error.html.tmpl +++ b/template/en/default/global/user-error.html.tmpl @@ -194,6 +194,10 @@ versions [% END %]. + [% ELSIF error == "attachment_deletion_disabled" %] + [% title = "Attachment Deletion Disabled" %] + Attachment deletion is disabled on this installation. + [% ELSIF error == "attachment_removed" %] [% title = "Attachment Removed" %] The attachment you are attempting to access has been removed. |