Mercurial > libervia-templates
comparison default/ticket/create.html @ 62:e7b62f6980a1
ticket: added menus
author | Goffi <goffi@goffi.org> |
---|---|
date | Sat, 11 Nov 2017 00:17:01 +0100 |
parents | f3c0447b8b4c |
children | 9834106678da |
comparison
equal
deleted
inserted
replaced
61:f76ec90e0e1e | 62:e7b62f6980a1 |
---|---|
1 {# creata a new ticket #} | |
2 | |
3 {% set menus = [(url_tickets_list, _('Tickets list'), 'tickets_list')] %} | |
1 {% extends 'base/base.html' %} | 4 {% extends 'base/base.html' %} |
2 {% import 'input/form.html' as form with context %} | 5 {% import 'input/form.html' as form with context %} |
3 {% import 'input/field.html' as field with context %} | 6 {% import 'input/field.html' as field with context %} |
4 {% import 'input/xmlui.html' as xmlui with context %} | 7 {% import 'input/xmlui.html' as xmlui with context %} |
5 | 8 |