diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2017-01-15 13:23:22 +0100 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2017-01-15 13:23:22 +0100 |
commit | 8803f40c112760b5142c61858d7b854697048a61 (patch) | |
tree | c292132e73ef137b7f8cb9c60d836ede22fb5053 /archaeological_finds/ishtar_menu.py | |
parent | 316fe3103e7ffeb448886b5d92be3ef73f7e30be (diff) | |
download | Ishtar-8803f40c112760b5142c61858d7b854697048a61.tar.bz2 Ishtar-8803f40c112760b5142c61858d7b854697048a61.zip |
Modules: putting color everywhere! (refs #3408)
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"), |