- Timestamp:
- 11 Jan 2015, 22:43:35 (10 years ago)
- Location:
- main/waeup.ikoba/trunk/src/waeup/ikoba/browser/templates
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.ikoba/trunk/src/waeup/ikoba/browser/templates/filedisplay.pt
r12242 r12444 5 5 <td> 6 6 <a tal:attributes="href python: view.url(context, viewlet.download_name)" 7 tal:content="viewlet/download_ name"7 tal:content="viewlet/download_filename" 8 8 target="image"> 9 9 LINK -
main/waeup.ikoba/trunk/src/waeup/ikoba/browser/templates/fileupload.pt
r11949 r12444 7 7 <tal:file tal:condition="viewlet/file_exists"> 8 8 <a tal:attributes="href python: view.url(context, viewlet.download_name)" 9 tal:content="viewlet/ title"9 tal:content="viewlet/download_filename" 10 10 target="image"> 11 11 LINK
Note: See TracChangeset for help on using the changeset viewer.