comparison default/ticket/create.html @ 66:9834106678da

base: menu implementation: 2 menus are now handled: main menu and category menu (for submenus relative to a page). Main menu is displayed on the side bar on big screen. Added menu for tickets.
author Goffi <goffi@goffi.org>
date Fri, 01 Dec 2017 00:46:42 +0100
parents e7b62f6980a1
children b1e22caab8bc
comparison
equal deleted inserted replaced
65:dd15b6c0b1d3 66:9834106678da
1 {# creata a new ticket #} 1 {# creata a new ticket #}
2 2
3 {% set menus = [(url_tickets_list, _('Tickets list'), 'tickets_list')] %} 3 {% set category_menu = [('tickets_list', url_tickets_list)] %}
4 {% extends 'base/base.html' %} 4 {% extends 'base/base.html' %}
5 {% import 'input/form.html' as form with context %} 5 {% import 'input/form.html' as form with context %}
6 {% import 'input/field.html' as field with context %} 6 {% import 'input/field.html' as field with context %}
7 {% import 'input/xmlui.html' as xmlui with context %} 7 {% import 'input/xmlui.html' as xmlui with context %}
8 8