From 8803f40c112760b5142c61858d7b854697048a61 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Sun, 15 Jan 2017 13:23:22 +0100 Subject: Modules: putting color everywhere! (refs #3408) --- archaeological_finds/ishtar_menu.py | 3 +++ 1 file changed, 3 insertions(+) (limited to 'archaeological_finds/ishtar_menu.py') diff --git a/archaeological_finds/ishtar_menu.py b/archaeological_finds/ishtar_menu.py index 12bcfc19d..44a19dc02 100644 --- a/archaeological_finds/ishtar_menu.py +++ b/archaeological_finds/ishtar_menu.py @@ -31,6 +31,7 @@ MENU_SECTIONS = [ SectionItem( 'find_management', _(u"Find"), profile_restriction='find', + css='menu-find', childs=[ MenuItem( 'find_search', _(u"Search"), @@ -106,6 +107,7 @@ MENU_SECTIONS = [ SectionItem( 'treatmentfle_management', _(u"Treatment request"), profile_restriction='warehouse', + css='menu-warehouse', childs=[ MenuItem('treatmentfle_search', _(u"Search"), @@ -182,6 +184,7 @@ MENU_SECTIONS = [ SectionItem( 'treatment_management', _(u"Treatment"), profile_restriction='warehouse', + css='menu-warehouse', childs=[ SectionItem( 'find_treatments', _(u"Simple treatments"), -- cgit v1.2.3