give portlets an id so that their position an layout may be easily customized
This commit is contained in:
parent
cc6e1a5f3e
commit
b35dc861cb
1 changed files with 2 additions and 1 deletions
|
@ -53,7 +53,8 @@
|
||||||
<metal:portlet define-macro="portlet">
|
<metal:portlet define-macro="portlet">
|
||||||
<div class="box"
|
<div class="box"
|
||||||
tal:define="icon macro/icon|nothing;
|
tal:define="icon macro/icon|nothing;
|
||||||
url macro/url|nothing">
|
url macro/url|nothing"
|
||||||
|
tal:attributes="id string:portlet_${macro/identifier}">
|
||||||
<h4>
|
<h4>
|
||||||
<a tal:omit-tag="not:url"
|
<a tal:omit-tag="not:url"
|
||||||
tal:attributes="href url"
|
tal:attributes="href url"
|
||||||
|
|
Loading…
Add table
Reference in a new issue