Overhaul newgrid template header a bit, to improve styles
This commit is contained in:
parent
130b6dda76
commit
6d2af6d698
5 changed files with 69 additions and 31 deletions
|
@ -28,8 +28,4 @@
|
|||
|
||||
<%def name="grid_tools()"></%def>
|
||||
|
||||
<ul id="context-menu">
|
||||
${self.context_menu_items()}
|
||||
</ul>
|
||||
|
||||
${grid.render_complete(tools=capture(self.grid_tools))|n}
|
||||
${grid.render_complete(tools=capture(self.grid_tools).strip(), context_menu=capture(self.context_menu_items).strip())|n}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue