Mercurial > libervia-templates
comparison default/ticket/overview.html @ 62:e7b62f6980a1
ticket: added menus
author | Goffi <goffi@goffi.org> |
---|---|
date | Sat, 11 Nov 2017 00:17:01 +0100 |
parents | ea67eba3199d |
children | 9834106678da |
comparison
equal
deleted
inserted
replaced
61:f76ec90e0e1e | 62:e7b62f6980a1 |
---|---|
1 {# display the list of tickets #} | |
2 | |
3 {% set menus = [(url_tickets_new, _('Create new ticket'), 'ticket_new')] %} | |
1 {% extends 'base/base.html' %} | 4 {% extends 'base/base.html' %} |
2 {% import 'input/xmlui.html' as xmlui with context %} | 5 {% import 'input/xmlui.html' as xmlui with context %} |
3 | 6 |
4 {% block body %} | 7 {% block body %} |
5 <div id="tickets" class="view tickets overview"> | 8 <div id="tickets" class="view tickets overview"> |