equal
deleted
inserted
replaced
89 |
89 |
90 |
90 |
91 class IPageHeader(Interface): |
91 class IPageHeader(Interface): |
92 """Page header interface used by 'header' content provider""" |
92 """Page header interface used by 'header' content provider""" |
93 |
93 |
|
94 back_url = TextLine(title="Back URL target") |
|
95 |
94 icon_class = TextLine(title='Icon CSS class') |
96 icon_class = TextLine(title='Icon CSS class') |
95 |
97 |
96 title = TextLine(title='Page title') |
98 title = TextLine(title='Page title') |
97 |
99 |
98 subtitle = TextLine(title='Page sub-title') |
100 subtitle = TextLine(title='Page sub-title') |