source: products/quintagroup.portletmanager/trunk/quintagroup/portletmanager/browser/templates/column.pt @ 3652

Last change on this file since 3652 was 344, checked in by chervol, 18 years ago

tag 0.8

  • Property svn:eol-style set to native
File size: 605 bytes
Line 
1<tal:block repeat="portlet options/portlets">
2<div tal:attributes="id string:portletwrapper-${portlet/hash};
3                     class string:portletWrapper kssattr-portlethash-${portlet/hash};"
4     tal:content="structure python:view.safe_render(portlet['renderer'])" />
5</tal:block>
6
7<div class="managePortletsLink" tal:condition="view/can_manage_portlets"
8      i18n:domain="plone">
9  <a title="View portlet management screen"
10     i18n:attributes="title"
11     i18n:translate="manage_portlets_link"
12     tal:attributes="href string:${view/base_url}/@@manage-portlets"
13     >Manage portlets</a>
14</div>
Note: See TracBrowser for help on using the repository browser.