Changeset 6106 for main/waeup.sirp/trunk
- Timestamp:
- 15 May 2011, 16:41:06 (14 years ago)
- Location:
- main/waeup.sirp/trunk/src/waeup/sirp
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.sirp/trunk/src/waeup/sirp/applicants/browser_templates/applicantscontaineraddformpage.pt
r6102 r6106 36 36 <span class="required" tal:condition="widget/required" 37 37 >*</span><span i18n:translate="" 38 tal:content="widget/label">label</span> 39 </label> :38 tal:content="widget/label">label</span>: 39 </label> 40 40 </td> 41 41 <td class="field"> -
main/waeup.sirp/trunk/src/waeup/sirp/applicants/browser_templates/applicantscontainerpage.pt
r6087 r6106 1 1 <h2 tal:content="view/label">Title</h2> 2 2 3 <span tal:replace="structure view/widgets/description"> Title</span>3 <span tal:replace="structure view/widgets/description">Description</span> 4 4 5 5 <br /> … … 8 8 <tbody> 9 9 <tal:block repeat="widget view/widgets"> 10 <tal:condition condition="python:widget.name not in ['form.description','form.title']">10 <tal:condition condition="python:widget.name != 'form.description'"> 11 11 <tr> 12 12 <td class="fieldname"> -
main/waeup.sirp/trunk/src/waeup/sirp/browser/pages.py
r6084 r6106 995 995 grok.template('facultymanagepage') 996 996 pnav = 1 997 taboneactions = ['Save',' Save and return','Cancel']997 taboneactions = ['Save','Cancel'] 998 998 tabtwoactions = ['Add department', 'Remove selected','Cancel'] 999 999 subunits = 'Departments'
Note: See TracChangeset for help on using the changeset viewer.