# HG changeset patch # User Thierry Florac # Date 1424523151 -3600 # Node ID 7fc1c60c01eb44222b8c0098a9b07890c9084455 # Parent bb4aabe074870c4bac2504f1b4014e3bcba8c51c Added 'back_url' attribute in IPageHeader interface diff -r bb4aabe07487 -r 7fc1c60c01eb src/pyams_skin/interfaces/__init__.py --- a/src/pyams_skin/interfaces/__init__.py Thu Feb 19 10:59:00 2015 +0100 +++ b/src/pyams_skin/interfaces/__init__.py Sat Feb 21 13:52:31 2015 +0100 @@ -91,6 +91,8 @@ class IPageHeader(Interface): """Page header interface used by 'header' content provider""" + back_url = TextLine(title="Back URL target") + icon_class = TextLine(title='Icon CSS class') title = TextLine(title='Page title') diff -r bb4aabe07487 -r 7fc1c60c01eb src/pyams_skin/templates/header.pt --- a/src/pyams_skin/templates/header.pt Thu Feb 19 10:59:00 2015 +0100 +++ b/src/pyams_skin/templates/header.pt Sat Feb 21 13:52:31 2015 +0100 @@ -1,6 +1,12 @@ -

+

+ + +