- Timestamp:
- 9 Dec 2007, 11:03:55 (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
WAeUP_SRP/base/skins/waeup_layout/layout_student_acco_edit.pt
r2243 r2891 16 16 apply request/apply_button|nothing; 17 17 widgets python:context.getRenderedWidgets(layout); 18 info python: context.getAccommodationInfo(); 19 maintenance_online info/online_payment|nothing; 20 21 22 23 18 24 "> 19 25 <form action="" id="editForm" method="post" … … 44 50 tal:attributes="for cell/widget_input_area_id|nothing;">label</label>: 45 51 </div> 46 <button type="button" class="tooltipControl"47 tal:condition="widget/help"48 tal:attributes="onclick python:'toggleElementVisibility(\'%s\')' % tooltip_id;"> ? </button>49 52 </td> 50 53 <td> … … 52 55 <div tal:replace="structure cell/widget_rendered"/> 53 56 </span> 54 <div class="tooltipArea" style="visibility: hidden;"55 tal:condition="widget/help"56 tal:attributes="id tooltip_id;57 onclick python:'showElement(false, \'%s\')' % tooltip_id;"58 >59 <tal:block tal:content="widget/help">This is the help for this field60 </tal:block>61 </div>62 <tal:block condition="err">63 <tal:block define="msg python:cpsmcat(err, mapping=err_mapping)">64 <br /><em style="color: red"65 tal:content="msg">err</em>66 </tal:block>67 </tal:block>68 57 </td> 69 58 </div> … … 91 80 tal:attributes="for cell/widget_input_area_id|nothing;">label</label>: 92 81 </div> 93 <button type="button" class="tooltipControl"94 tal:condition="widget/help"95 tal:attributes="onclick python:'toggleElementVisibility(\'%s\')' % tooltip_id;"> ? </button>96 82 </td> 97 83 <td> … … 99 85 <div tal:replace="structure cell/widget_rendered"/> 100 86 </span> 101 <div class="tooltipArea" style="visibility: hidden;"102 tal:condition="widget/help"103 tal:attributes="id tooltip_id;104 onclick python:'showElement(false, \'%s\')' % tooltip_id;"105 >106 <tal:block tal:content="widget/help">This is the help for this field107 </tal:block>108 </div>109 <tal:block condition="err">110 <tal:block define="msg python:cpsmcat(err, mapping=err_mapping)">111 <br /><em style="color: red"112 tal:content="msg">err</em>113 </tal:block>114 </tal:block>115 87 </td> 116 88 </div> … … 122 94 value="Save" 123 95 id="cpsdocument_edit_button" 124 tal:condition="not:creation" /> 125 <input type="submit" class="standalone" name="apply_admission" 126 value="apply for admission" 127 id="cpsdocument_edit_and_view_button" 128 tal:condition="apply" 129 tal:attributes="value apply"/> 130 <input type="submit" 131 class="standalone" 132 name="cpsdocument_create_button" 133 value="apply" 134 tal:attributes="value options/button" 135 tal:condition="creation" /> 96 tal:condition="python:not creation and not maintenance_online" /> 136 97 137 98 </form>
Note: See TracChangeset for help on using the changeset viewer.