- Timestamp:
- 13 Jan 2012, 06:50:00 (13 years ago)
- Location:
- main/waeup.sirp/trunk/src/waeup/sirp/hostels/browser_templates
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.sirp/trunk/src/waeup/sirp/hostels/browser_templates/containermanagepage.pt
r7459 r7463 1 1 <h2 i18n:translate="" tal:condition="view/label" tal:content="view/label">Label</h2> 2 <div class="alert-message error" tal:define="status view/status" tal:condition="status"> Form Status: 3 <span i18n:translate="" tal:content="view/status"> Form status summary 4 </span> 5 </div> 2 6 3 <form action="." tal:attributes="action request/URL" method="POST" enctype="multipart/form-data"> 7 4 <table> -
main/waeup.sirp/trunk/src/waeup/sirp/hostels/browser_templates/hostelmanagepage.pt
r7459 r7463 2 2 tal:condition="view/label" 3 3 tal:content="view/label">Label</h2> 4 5 <div class="alert-message error"6 tal:define="status view/status"7 tal:condition="status">8 Form Status:9 <span i18n:translate="" tal:content="view/status">10 Form status summary11 </span>12 <ul tal:condition="view/errors">13 <li tal:repeat="error view/error_views">14 <span tal:replace="structure error">Error Type</span>15 </li>16 </ul>17 </div>18 4 19 5 <form action="." tal:attributes="action request/URL" method="POST"
Note: See TracChangeset for help on using the changeset viewer.