diff options
author | bbaetz%student.usyd.edu.au <> | 2002-08-14 22:42:28 +0200 |
---|---|---|
committer | bbaetz%student.usyd.edu.au <> | 2002-08-14 22:42:28 +0200 |
commit | dcb07b50e043893ff849b16890f9ea3c6aadc647 (patch) | |
tree | 46032c7f7e661cf9ede3faf83bc736bffad16a5e /template/en | |
parent | 0c535b34a908839bdad2009c44d63b993d51b935 (diff) | |
download | bugzilla-dcb07b50e043893ff849b16890f9ea3c6aadc647.tar.gz bugzilla-dcb07b50e043893ff849b16890f9ea3c6aadc647.tar.xz |
Bug 153578 - Attachment modified date is meant to be attachment creation
date
r=preed, joel
Diffstat (limited to 'template/en')
-rw-r--r-- | template/en/default/attachment/list.html.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/template/en/default/attachment/list.html.tmpl b/template/en/default/attachment/list.html.tmpl index 5bc5217c9..bc25c5721 100644 --- a/template/en/default/attachment/list.html.tmpl +++ b/template/en/default/attachment/list.html.tmpl @@ -24,7 +24,7 @@ <tr> <th bgcolor="#cccccc" align="left">Attachment</th> <th bgcolor="#cccccc" align="left">Type</th> - <th bgcolor="#cccccc" align="left">Modified</th> + <th bgcolor="#cccccc" align="left">Created</th> <th bgcolor="#cccccc" align="left">Status</th> <th bgcolor="#cccccc" align="left">Actions</th> </tr> |