source: products/quintagroup.portlet.pfg/trunk/quintagroup/portlet/pfg/pfg.pt

Last change on this file was 3636, checked in by kroman0, 11 years ago

Added field to show form text

  • Property svn:eol-style set to native
File size: 507 bytes
Line 
1<dl class="portlet portletPFG"
2    tal:define="show_text view/data/show_text;
3                show_text python:show_text and request.form.update({'show_text':1});"
4    tal:condition="view/available">
5  <dt class="portletHeader">
6    <span class="portletTitle"
7          tal:content="view/pfgTitle">
8    </span>
9  </dt>
10  <dd class="portletItem">
11    <tal:block tal:replace="structure view/render_form"/>
12    <span class="portletBottomLeft"></span>
13    <span class="portletBottomRight"></span>
14  </dd>
15</dl>
Note: See TracBrowser for help on using the repository browser.