source: main/waeup.sirp/branches/henrik-bootstrap/src/waeup/sirp/students/browser_templates/filedisplay.pt @ 7441

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

Label colons should be rendered by pagetemplates and not by label attributes.

File size: 393 bytes
Line 
1<tr tal:condition = "viewlet/file_exists">
2  <td class="label">
3    <label i18n:translate="">
4        <span tal:replace="viewlet/label">FILENAME</span>:
5    </label>
6  </td>
7  <td class="field">
8    <span class="widget">
9      <a tal:attributes="href viewlet/download_name"
10         tal:content="viewlet/download_name"
11         target="image">
12        LINK
13      </a>
14    </span>
15  </td>
16</tr>
Note: See TracBrowser for help on using the repository browser.