# HG changeset patch # User Thierry Florac # Date 1453138666 -3600 # Node ID e575b6ab5745e9cbb3b9bf508f8f6aaf82e1927c # Parent 12d6e8ef52840b739e71e15fdb68f3801b5c762e Added option to hide shared tools title diff -r 12d6e8ef5284 -r e575b6ab5745 src/pyams_skin/interfaces/configuration.py --- a/src/pyams_skin/interfaces/configuration.py Mon Jan 18 18:36:55 2016 +0100 +++ b/src/pyams_skin/interfaces/configuration.py Mon Jan 18 18:37:46 2016 +0100 @@ -172,3 +172,9 @@ description=_("Should icons be displayed into content's title area ?"), required=True, default=True) + + display_shared_tool_title = Bool(title=_("Display shared tool title?"), + description=_("Should shared tool title be displayed into shared content's title " + "area?"), + required=True, + default=True)