Last change
on this file was
12447,
checked in by Henrik Bettermann, 10 years ago
|
Remove redundant code and set download_filename for pdf files.
|
File size:
319 bytes
|
Line | |
---|
1 | <tr tal:condition = "viewlet/file_exists"> |
---|
2 | <td class="fieldname"> |
---|
3 | <span tal:replace="viewlet/label">FILENAME</span>: |
---|
4 | </td> |
---|
5 | <td> |
---|
6 | <a tal:attributes="href python: view.url(context, viewlet.download_name)" |
---|
7 | tal:content="viewlet/download_filename" |
---|
8 | target="image"> |
---|
9 | LINK |
---|
10 | </a> |
---|
11 | </td> |
---|
12 | </tr> |
---|
Note: See
TracBrowser for help on using the repository browser.