source: main/waeup.kofa/trunk/src/waeup/kofa/students/browser_templates/filedisplay.pt @ 7981

Last change on this file since 7981 was 7876, checked in by Henrik Bettermann, 13 years ago

Clean-up css and labels.

File size: 288 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 viewlet/download_name"
7       tal:content="viewlet/download_name"
8       target="image">
9      LINK
10    </a>
11  </td>
12</tr>
Note: See TracBrowser for help on using the repository browser.