Changeset 6345 for main/waeup.sirp
- Timestamp:
- 11 Jun 2011, 05:59:01 (13 years ago)
- Location:
- main/waeup.sirp/trunk/src/waeup/sirp
- Files:
-
- 7 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.sirp/trunk/src/waeup/sirp/applicants/browser_templates/applicantscontaineraddpage.pt
r6344 r6345 17 17 <table class="zebra"> 18 18 <tbody> 19 19 <tal:block repeat="widget view/widgets"> 20 20 <tr> 21 <td class="label" tal:define="hint widget/hint"> 22 <label tal:condition="python:hint" 23 tal:attributes="for widget/name"> 24 <span class="required" tal:condition="widget/required" 25 >*</span><span i18n:translate="" 26 tal:content="widget/label">label</span> 27 </label> 28 <label tal:condition="python:not hint" 29 tal:attributes="for widget/name"> 30 <span class="required" tal:condition="widget/required" 31 >*</span><span i18n:translate="" 32 tal:content="widget/label">label</span>: 21 <td class="label"> 22 <label tal:attributes="for widget/name"> 23 <span class="required" tal:condition="widget/required">*</span> 24 <span i18n:translate="" tal:content="widget/label">label</span>: 33 25 </label> 34 26 </td> 35 27 <td class="field"> 36 < divclass="widget" tal:content="structure widget">28 <span class="widget" tal:content="structure widget"> 37 29 <input type="text" /> 38 </ div>39 < div class="error"tal:condition="widget/error">30 </span> 31 <tal:error tal:condition="widget/error"> 40 32 <span tal:replace="structure widget/error">error</span> 41 </div> 33 </tal:error> 34 <tal:hint tal:condition="widget/hint"> 35 <span class="hint" tal:content="structure widget/hint">hint</span> 36 </tal:hint> 42 37 </td> 43 38 </tr> 44 39 </tal:block> 45 40 </tbody> 46 41 </table> -
main/waeup.sirp/trunk/src/waeup/sirp/applicants/browser_templates/applicantscontainermanagepage.pt
r6344 r6345 33 33 <tal:block repeat="widget view/widgets"> 34 34 <tr> 35 <td class="label" tal:define="hint widget/hint"> 36 <label tal:condition="python:hint" tal:attributes="for widget/name"> 37 <span class="required" tal:condition="widget/required" >* 38 </span> 39 <span i18n:translate="" tal:content="widget/label">label 40 </span>: 35 <td class="label"> 36 <label tal:attributes="for widget/name"> 37 <span class="required" tal:condition="widget/required">*</span> 38 <span i18n:translate="" tal:content="widget/label">label</span>: 41 39 </label> 42 <label tal:condition="python:not hint" tal:attributes="for widget/name"> 43 <span class="required" tal:condition="widget/required" >* 44 </span> 45 <span i18n:translate="" tal:content="widget/label">label 46 </span>: 47 </label> </td> 40 </td> 48 41 <td class="field"> 49 < divclass="widget" tal:content="structure widget">42 <span class="widget" tal:content="structure widget"> 50 43 <input type="text" /> 51 </div> 52 <div class="error" tal:condition="widget/error"> 53 <span tal:replace="structure widget/error">error 54 </span> 55 </div> </td> 44 </span> 45 <tal:error tal:condition="widget/error"> 46 <span tal:replace="structure widget/error">error</span> 47 </tal:error> 48 <tal:hint tal:condition="widget/hint"> 49 <span class="hint" tal:content="structure widget/hint">hint</span> 50 </tal:hint> 51 </td> 56 52 </tr> 57 53 </tal:block> -
main/waeup.sirp/trunk/src/waeup/sirp/browser/templates/certificatemanagepage.pt
r6344 r6345 26 26 <tal:block repeat="widget view/widgets"> 27 27 <tr> 28 <td class="label" tal:define="hint widget/hint"> 29 <label tal:condition="python:hint" 30 tal:attributes="for widget/name"> 31 <span class="required" tal:condition="widget/required" 32 >*</span><span i18n:translate="" 33 tal:content="widget/label">label</span> 34 </label> 35 <label tal:condition="python:not hint" 36 tal:attributes="for widget/name"> 37 <span class="required" tal:condition="widget/required" 38 >*</span><span i18n:translate="" 39 tal:content="widget/label">label</span> 40 </label>: 28 <td class="label"> 29 <label tal:attributes="for widget/name"> 30 <span class="required" tal:condition="widget/required">*</span> 31 <span i18n:translate="" tal:content="widget/label">label</span>: 32 </label> 41 33 </td> 42 34 <td class="field"> 43 <div class="widget" tal:content="structure widget"> 44 <input type="text" /> 45 </div> 46 <div class="error" tal:condition="widget/error"> 47 <span tal:replace="structure widget/error">error</span> 48 </div> 35 <span class="widget" tal:content="structure widget"> 36 <input type="text" /> 37 </span> 38 <tal:error tal:condition="widget/error"> 39 <span tal:replace="structure widget/error">error</span> 40 </tal:error> 41 <tal:hint tal:condition="widget/hint"> 42 <span class="hint" tal:content="structure widget/hint">hint</span> 43 </tal:hint> 49 44 </td> 50 45 </tr> -
main/waeup.sirp/trunk/src/waeup/sirp/browser/templates/default_waeup_edit_form.pt
r6344 r6345 19 19 <tal:block repeat="widget view/widgets"> 20 20 <tr> 21 <td class="label" tal:define="hint widget/hint"> 22 <label tal:condition="python:hint" 23 tal:attributes="for widget/name"> 24 <span class="required" tal:condition="widget/required" 25 >*</span><span i18n:translate="" 26 tal:content="widget/label">label</span>: 27 </label> 28 <label tal:condition="python:not hint" 29 tal:attributes="for widget/name"> 30 <span class="required" tal:condition="widget/required" 31 >*</span><span i18n:translate="" 32 tal:content="widget/label">label</span>: 21 <td class="label"> 22 <label tal:attributes="for widget/name"> 23 <span class="required" tal:condition="widget/required">*</span> 24 <span i18n:translate="" tal:content="widget/label">label</span>: 33 25 </label> 34 26 </td> 35 27 <td class="field"> 36 < divclass="widget" tal:content="structure widget">28 <span class="widget" tal:content="structure widget"> 37 29 <input type="text" /> 38 </ div>39 < div class="error"tal:condition="widget/error">30 </span> 31 <tal:error tal:condition="widget/error"> 40 32 <span tal:replace="structure widget/error">error</span> 41 </div> 33 </tal:error> 34 <tal:hint tal:condition="widget/hint"> 35 <span class="hint" tal:content="structure widget/hint">hint</span> 36 </tal:hint> 42 37 </td> 43 38 </tr> -
main/waeup.sirp/trunk/src/waeup/sirp/browser/templates/departmentmanagepage.pt
r6344 r6345 28 28 <table class="zebra"> 29 29 <tbody> 30 <tal:block repeat="widget view/widgets"> 31 <tr> 32 <td class="label" tal:define="hint widget/hint"> 33 <label tal:condition="python:hint" tal:attributes="for widget/name"> 34 <span class="required" tal:condition="widget/required">* 35 </span> 36 <span i18n:translate="" tal:content="widget/label">label 37 </span> 38 </label> 39 <label tal:condition="python:not hint" tal:attributes="for widget/name"> 40 <span class="required" tal:condition="widget/required">* 41 </span> 42 <span i18n:translate="" tal:content="widget/label">label 43 </span> 44 </label>: 45 </td> 46 <td class="field"> 47 <div class="widget" tal:content="structure widget"> 48 <input type="text" /> 49 </div> 50 <div class="error" tal:condition="widget/error"> 51 <span tal:replace="structure widget/error">error 52 </span> 53 </div> 54 </td> 55 </tr> 56 </tal:block> 30 <tal:block repeat="widget view/widgets"> 31 <tr> 32 <td class="label"> 33 <label tal:attributes="for widget/name"> 34 <span class="required" tal:condition="widget/required">*</span> 35 <span i18n:translate="" tal:content="widget/label">label</span>: 36 </label> 37 </td> 38 <td class="field"> 39 <span class="widget" tal:content="structure widget"> 40 <input type="text" /> 41 </span> 42 <tal:error tal:condition="widget/error"> 43 <span tal:replace="structure widget/error">error</span> 44 </tal:error> 45 <tal:hint tal:condition="widget/hint"> 46 <span class="hint" tal:content="structure widget/hint">hint</span> 47 </tal:hint> 48 </td> 49 </tr> 50 </tal:block> 57 51 </tbody> 58 52 </table> -
main/waeup.sirp/trunk/src/waeup/sirp/browser/templates/facultymanagepage.pt
r6344 r6345 24 24 <table class="zebra"> 25 25 <tbody> 26 <tal:block repeat="widget view/widgets"> 27 <tr> 28 <td class="label" tal:define="hint widget/hint"> 29 <label tal:condition="python:hint" tal:attributes="for widget/name"> 30 <span class="required" tal:condition="widget/required" >* 31 </span> 32 <span i18n:translate="" tal:content="widget/label">label 33 </span> 34 </label> 35 <label tal:condition="python:not hint" tal:attributes="for widget/name"> 36 <span class="required" tal:condition="widget/required" >* 37 </span> 38 <span i18n:translate="" tal:content="widget/label">label 39 </span> 40 </label>: 41 </td> 42 <td class="field"> 43 <div class="widget" tal:content="structure widget"> 44 <input type="text" /> 45 </div> 46 <div class="error" tal:condition="widget/error"> 47 <span tal:replace="structure widget/error">error 48 </span> 49 </div> 50 </td> 51 </tr> 52 </tal:block> 26 <tal:block repeat="widget view/widgets"> 27 <tr> 28 <td class="label"> 29 <label tal:attributes="for widget/name"> 30 <span class="required" tal:condition="widget/required">*</span> 31 <span i18n:translate="" tal:content="widget/label">label</span>: 32 </label> 33 </td> 34 <td class="field"> 35 <span class="widget" tal:content="structure widget"> 36 <input type="text" /> 37 </span> 38 <tal:error tal:condition="widget/error"> 39 <span tal:replace="structure widget/error">error</span> 40 </tal:error> 41 <tal:hint tal:condition="widget/hint"> 42 <span class="hint" tal:content="structure widget/hint">hint</span> 43 </tal:hint> 44 </td> 45 </tr> 46 </tal:block> 53 47 </tbody> 54 48 </table> -
main/waeup.sirp/trunk/src/waeup/sirp/university/interfaces.py
r6296 r6345 20 20 code = schema.TextLine( 21 21 title = u'Code', 22 description = u'Abbreviated code of the faculty',23 22 default = u'NA', 24 23 required = True, … … 49 48 code = schema.TextLine( 50 49 title = u'Code', 51 description = u' Abbreviated code of the faculty',50 description = u'This code will become part of the URL.', 52 51 default = u'NA', 53 52 required = True, … … 71 70 title = u'Code', 72 71 default = u'NA', 73 description = u'Abbreviated code of the department',74 72 required = True, 75 73 readonly = True, … … 102 100 code = schema.TextLine( 103 101 title = u'Code', 104 de fault = u'NA',105 de scription = u'Abbreviated code of the department',102 description = u'This code will become part of the URL.', 103 default = u'NA', 106 104 required = True, 107 105 readonly = False, … … 125 123 title = u'Code', 126 124 default = u'NA', 127 description = u'Abbreviated code of the course',128 125 required = True, 129 126 readonly = True, … … 165 162 code = schema.TextLine( 166 163 title = u'Code', 167 de fault = u'NA',168 de scription = u'Abbreviated code of the course',164 description = u'Enter unique course code which will become part of the URL.', 165 default = u'NA', 169 166 required = True, 170 167 readonly = False, … … 179 176 title = u'Code', 180 177 default = u'NA', 181 description = u'Abbreviated code of the certificate.',182 178 required = True, 183 179 readonly = True, … … 231 227 title = u'Code', 232 228 default = u'NA', 233 description = u' Abbreviated code of the certificate.',229 description = u'Enter unique certificate code which will become part of the URL.', 234 230 required = True, 235 231 readonly = False,
Note: See TracChangeset for help on using the changeset viewer.