summaryrefslogtreecommitdiffstats
path: root/template
diff options
context:
space:
mode:
authorFrédéric Buclin <LpSolit@gmail.com>2012-10-19 20:51:34 +0200
committerFrédéric Buclin <LpSolit@gmail.com>2012-10-19 20:51:34 +0200
commit5c7a5ee4d9a82f04816b280a461fb8a5727f1226 (patch)
tree653582bc8e2af3af74009e4098d09abe8bb75c71 /template
parent64bd0e0eebc2421ec5b8fc84983969ee335860ce (diff)
downloadbugzilla-5c7a5ee4d9a82f04816b280a461fb8a5727f1226.tar.gz
bugzilla-5c7a5ee4d9a82f04816b280a461fb8a5727f1226.tar.xz
Bug 803600: Clean up the comment generated when deleting attachments
r=justdave a=LpSolit
Diffstat (limited to 'template')
-rw-r--r--template/en/default/attachment/delete_reason.txt.tmpl11
1 files changed, 2 insertions, 9 deletions
diff --git a/template/en/default/attachment/delete_reason.txt.tmpl b/template/en/default/attachment/delete_reason.txt.tmpl
index 7d45efec0..16315550d 100644
--- a/template/en/default/attachment/delete_reason.txt.tmpl
+++ b/template/en/default/attachment/delete_reason.txt.tmpl
@@ -9,17 +9,10 @@
[%# INTERFACE:
# attachment: object of the attachment the user wants to delete.
# reason: string; The reason provided by the user.
- # date: the date when the request to delete the attachment was made.
#%]
-The content of attachment [% attachment.id %] has been deleted by
- [%+ user.identity %]
-[% IF reason %]
-who provided the following reason:
+The content of attachment [% attachment.id %] has been deleted
+[%~ IF reason %] for the following reason:
[%+ reason %]
-[% ELSE %]
-without providing any reason.
[% END %]
-
-The token used to delete this attachment was generated at [% date FILTER time %].