Minor adjustments on node templates; mostly because Liquid skin now can show ZMI actions
git-svn-id: svn://svn.cy55.de/Zope3/src/loops/trunk@1017 fd906abe-77d9-0310-91a1-e0d9ade77398
This commit is contained in:
parent
34f71d7aa5
commit
a7a06201c0
2 changed files with 8 additions and 5 deletions
|
@ -20,12 +20,12 @@
|
|||
</tal:control>
|
||||
|
||||
<div metal:define-macro="formbody">
|
||||
|
||||
|
||||
<h3 tal:condition="view/label"
|
||||
tal:content="view/label"
|
||||
metal:define-slot="heading"
|
||||
i18n:translate=""
|
||||
>Edit something</h3>
|
||||
metal:define-slot="heading">
|
||||
<span tal:content="view/label"
|
||||
i18n:translate="">Edit something</span>
|
||||
</h3>
|
||||
|
||||
<p tal:define="status view/update"
|
||||
tal:condition="status"
|
||||
|
|
|
@ -12,6 +12,9 @@
|
|||
</metal:css>
|
||||
|
||||
|
||||
<metal:block fill-slot="actions" />
|
||||
|
||||
|
||||
<metal:body fill-slot="body">
|
||||
<tal:content define="item view/page;
|
||||
level level|python: 1">
|
||||
|
|
Loading…
Add table
Reference in a new issue