comparison default/ticket/overview.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 e99bd385774a
comparison
equal deleted inserted replaced
65:dd15b6c0b1d3 66:9834106678da
1 {# display the list of tickets #} 1 {# display the list of tickets #}
2 2
3 {% set menus = [(url_tickets_new, _('Create new ticket'), 'ticket_new')] %} 3 {% set category_menu = [('ticket_new', url_tickets_new)] %}
4 {% extends 'base/base.html' %} 4 {% extends 'base/base.html' %}
5 {% import 'input/xmlui.html' as xmlui with context %} 5 {% import 'input/xmlui.html' as xmlui with context %}
6 6
7 {% block body %} 7 {% block body %}
8 <div id="tickets" class="view tickets overview"> 8 <div id="tickets" class="view tickets overview">