src/pyams_portal/zmi/templates/portlet.pt
changeset 164 9d3f818d001d
parent 149 0cdf3652748d
child 208 b6733706f70a
equal deleted inserted replaced
163:9e12eb044abf 164:9d3f818d001d
   112 													   tal:attributes="title description;
   112 													   tal:attributes="title description;
   113 																	   data-ams-hint-html '<' in description;"></i>
   113 																	   data-ams-hint-html '<' in description;"></i>
   114 												</span>
   114 												</span>
   115 											</label>
   115 											</label>
   116 											<div tal:attributes="class widget.input_css_class | group.input_css_class | view.input_css_class">
   116 											<div tal:attributes="class widget.input_css_class | group.input_css_class | view.input_css_class">
   117 												<label class="input"
   117 												<div class="input"
   118 													   tal:attributes="class widget.widget_css_class | default;
   118 													 tal:attributes="class widget.widget_css_class | default;
   119 																	   data-ams-form-validator view.get_widget_callback(widget.field.getName())">
   119 																	 data-ams-form-validator view.get_widget_callback(widget.field.getName())">
   120 													<div tal:define="notice widget.before_widget_notice | nothing"
   120 													<div tal:define="notice widget.before_widget_notice | nothing"
   121 														 tal:condition="notice"
   121 														 tal:condition="notice"
   122 														 tal:content="structure notice">Notice</div>
   122 														 tal:content="structure notice">Notice</div>
   123 													<input tal:replace="structure widget.render()" />
   123 													<input tal:replace="structure widget.render()" />
   124 													<div tal:define="notice widget.after_widget_notice | nothing"
   124 													<div tal:define="notice widget.after_widget_notice | nothing"
   125 														 tal:condition="notice"
   125 														 tal:condition="notice"
   126 														 tal:content="structure notice">Notice</div>
   126 														 tal:content="structure notice">Notice</div>
   127 												</label>
   127 												</div>
   128 											</div>
   128 											</div>
   129 										</div>
   129 										</div>
   130 									</tal:if>
   130 									</tal:if>
   131 								</tal:loop>
   131 								</tal:loop>
   132 							</fieldset>
   132 							</fieldset>