Changeset 2670 for WAeUP_SRP/base/skins/waeup_layout
- Timestamp:
- 15 Nov 2007, 22:07:14 (17 years ago)
- Location:
- WAeUP_SRP/base/skins/waeup_layout
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
WAeUP_SRP/base/skins/waeup_layout/layout_clearance_edit.pt
r2243 r2670 40 40 <label tal:content="widget/label_edit" 41 41 tal:attributes="for cell/widget_input_area_id|nothing;">label</label>: 42 </div>42 43 43 <button type="button" class="tooltipControl" 44 44 tal:condition="widget/help" 45 45 tal:attributes="onclick python:'toggleElementVisibility(\'%s\')' % tooltip_id;"> ? </button> 46 </div> 46 47 </td> 47 48 <td valign="bottom"> -
WAeUP_SRP/base/skins/waeup_layout/layout_waeup_edit.pt
r2332 r2670 56 56 tal:content="widget/label_edit" 57 57 tal:attributes="for cell/widget_input_area_id|nothing;">label</label> 58 </div>58 59 59 <button type="button" class="tooltipControl" 60 60 tal:condition="widget/help" 61 61 tal:attributes="onclick python:'toggleElementVisibility(\'%s\')' % tooltip_id;"> ? </button> 62 </div> 62 63 <div class="field"> 63 64 <div tal:replace="structure cell/widget_rendered"/>
Note: See TracChangeset for help on using the changeset viewer.