author | Thierry Florac <thierry.florac@onf.fr> |
Mon, 18 Jan 2016 18:37:46 +0100 | |
changeset 110 | e575b6ab5745 |
parent 109 | 12d6e8ef5284 |
child 111 | 6afd6d3ad000 |
--- 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)