diff options
Diffstat (limited to 'archaeological_finds/ishtar_menu.py')
-rw-r--r-- | archaeological_finds/ishtar_menu.py | 3 |
1 files changed, 3 insertions, 0 deletions
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"), |