Merge branch 'master' into bbmaster
This commit is contained in:
commit
6b3b7dad7a
5 changed files with 13 additions and 10 deletions
BIN
browser/icons/application_edit.png
Normal file
BIN
browser/icons/application_edit.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 703 B |
BIN
browser/icons/page_edit.png
Normal file
BIN
browser/icons/page_edit.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 807 B |
BIN
browser/icons/report_edit.png
Normal file
BIN
browser/icons/report_edit.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 762 B |
BIN
browser/icons/vcard_edit.png
Normal file
BIN
browser/icons/vcard_edit.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 775 B |
|
@ -19,14 +19,18 @@
|
|||
</div>
|
||||
|
||||
<div id="menu" metal:define-macro="menu">
|
||||
<metal:left define-slot="portlet-left">
|
||||
<tal:portlet repeat="macro controller/macros/portlet_left">
|
||||
<metal:portlet use-macro="macro" />
|
||||
</tal:portlet>
|
||||
</metal:left>
|
||||
</div>
|
||||
|
||||
<div id="content" metal:define-macro="content">
|
||||
<div metal:define-slot="actions"></div>
|
||||
<div metal:define-slot="message"></div>
|
||||
<div metal:define-slot="breadcrumbs" />
|
||||
<div metal:define-slot="actions" />
|
||||
<div metal:define-slot="message" />
|
||||
<div metal:define-slot="view_modes" />
|
||||
<metal:content define-slot="content">
|
||||
<tal:content define="item nocall:view/item;
|
||||
level level|python: 1;
|
||||
|
@ -37,8 +41,7 @@
|
|||
</metal:content>
|
||||
</div>
|
||||
|
||||
<div id="sub-section"
|
||||
xtal:condition="view/isAuthenticated">
|
||||
<div id="sub-section" metal:define-slot="portlet-right">
|
||||
<tal:portlet repeat="macro controller/macros/portlet_right">
|
||||
<metal:portlet use-macro="macro" />
|
||||
</tal:portlet>
|
||||
|
|
Loading…
Add table
Reference in a new issue