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

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

Add missing colon in pagetemplates and change label of button.

File size: 293 bytes
Line 
1<tr>
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      <img height="125px" tal:attributes="src viewlet/download_name" />
10      <br />
11    </span>
12  </td>
13</tr>
Note: See TracBrowser for help on using the repository browser.