- Timestamp:
- 11 Jun 2011, 05:37:42 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.sirp/trunk/src/waeup/sirp/browser/templates/certificatepage.pt
r6024 r6344 7 7 <tal:block repeat="widget view/widgets"> 8 8 <tr> 9 <td tal:define="hint widget/hint"> 10 <label tal:condition="python:hint" 11 tal:attributes="for widget/name"> 9 <td> 10 <label tal:attributes="for widget/name"> 12 11 <span i18n:translate="" 13 tal:content="widget/label">label</span> 14 </label> 15 <label tal:condition="python:not hint" 16 tal:attributes="for widget/name"> 17 <span i18n:translate="" 18 tal:content="widget/label">label</span> 12 tal:content="widget/label">label</span>: 19 13 </label> 20 14 </td> … … 22 16 <div class="widget" tal:content="structure widget"> 23 17 <input type="text" /> 24 </div>25 <div class="error" tal:condition="widget/error">26 <span tal:replace="structure widget/error">error</span>27 18 </div> 28 19 </td>
Note: See TracChangeset for help on using the changeset viewer.