Ignore:
Timestamp:
15 May 2011, 16:41:06 (14 years ago)
Author:
Henrik Bettermann
Message:

Minor changes in page templates.

Location:
main/waeup.sirp/trunk/src/waeup/sirp/applicants/browser_templates
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.sirp/trunk/src/waeup/sirp/applicants/browser_templates/applicantscontaineraddformpage.pt

    r6102 r6106  
    3636              <span class="required" tal:condition="widget/required"
    3737              >*</span><span i18n:translate=""
    38                              tal:content="widget/label">label</span>
    39             </label>:
     38                             tal:content="widget/label">label</span>:
     39            </label>
    4040          </td>
    4141          <td class="field">
  • main/waeup.sirp/trunk/src/waeup/sirp/applicants/browser_templates/applicantscontainerpage.pt

    r6087 r6106  
    11<h2 tal:content="view/label">Title</h2>
    22
    3 <span tal:replace="structure view/widgets/description">Title</span>
     3<span tal:replace="structure view/widgets/description">Description</span>
    44
    55<br />
     
    88  <tbody>
    99    <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'">
    1111      <tr>
    1212        <td class="fieldname">
Note: See TracChangeset for help on using the changeset viewer.