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

Last change on this file since 2816 was 2816, checked in by fenix, 14 years ago
  • added tests;
  • fixed bugs;
  • Property svn:eol-style set to native
File size: 363 bytes
Line 
1<dl class="portlet"
2    tal:condition="view/available">
3  <dt class="portletHeader">
4    <span class="portletTitle"
5          tal:content="view/pfgTitle">
6    </span>
7  </dt>
8  <dd class="portletItem">
9    <tal:block tal:replace="structure view/render_form"/>
10    <span class="portletBottomLeft"></span>
11    <span class="portletBottomRight"></span>
12  </dd>
13</dl>
Note: See TracBrowser for help on using the repository browser.