- 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/certificatemanagepage.pt
r6025 r6344 4 4 5 5 <div class="form-status" 6 tal:define="status view/status" 7 tal:condition="status"> 8 9 <div i18n:translate="" tal:content="view/status"> 10 Form status summary 6 tal:define="status view/status" 7 tal:condition="status"> 8 Form Status: 9 <span i18n:translate="" tal:content="view/status"> 10 Form status summary 11 </span> 11 12 </div> 12 13 <ul class="errors" tal:condition="view/errors">14 <li tal:repeat="error view/error_views">15 <span tal:replace="structure error">Error Type</span>16 </li>17 </ul>18 </div>19 20 13 21 14 <form action="." tal:attributes="action request/URL" method="POST"
Note: See TracChangeset for help on using the changeset viewer.