clinic/clinic/templates/pricelist_page.xml

11 lines
346 B
XML

<v:page title="Price Lists">
<v:toolbar>
<v:button string="New Price List" icon="plus-sign" action="pricelist_edit"/>
<v:button string="Import" action="pricelist_import" icon="download"/>
</v:toolbar>
<v:tabs>
<v:tab_item string="All" action="pricelist_all"/>
</v:tabs>
{{{context.content}}}
</v:page>