Ignore:
Timestamp:
1 Mar 2012, 07:06:44 (13 years ago)
Author:
Henrik Bettermann
Message:

Replace widgets loop in all pagetemplates by the new widgets provider.

File:
1 edited

Legend:

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

    r7710 r7737  
    2323      <table class="form-table">
    2424        <tbody>
    25           <tal:block repeat="widget view/widgets">
    26             <tr>
    27               <td class="fieldname">
    28                 <span tal:condition="widget/required">*
    29                 </span>
    30                 <span tal:content="widget/label">LABEL
    31                 </span>:
    32               </td>
    33               <td>
    34                 <span tal:content="structure widget">
    35                   <input type="text" />
    36                 </span>
    37                 <tal:error tal:condition="widget/error">
    38                   <span tal:replace="structure widget/error">ERROR
    39                   </span>
    40                 </tal:error>
    41                 <tal:hint tal:condition="widget/hint">
    42                   <span  tal:content="structure widget/hint">HINT
    43                   </span>
    44                 </tal:hint> </td>
    45             </tr>
    46           </tal:block>
     25          <tal:widgets content="structure provider:widgets" />
    4726        </tbody>
    4827      </table>
Note: See TracChangeset for help on using the changeset viewer.