src/pyams_skin/interfaces/__init__.py
changeset 1 7fc1c60c01eb
parent 0 bb4aabe07487
child 41 c2adb9c9c4f0
equal deleted inserted replaced
0:bb4aabe07487 1:7fc1c60c01eb
    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')