web/views/basecomponents.py
changeset 5481 2236b2f57c67
parent 5467 57372dbfd114
child 5819 1017163825c7
equal deleted inserted replaced
5480:2d5c46e78ae9 5481:2236b2f57c67
    76     cw_property_defs = VISIBLE_PROP_DEF
    76     cw_property_defs = VISIBLE_PROP_DEF
    77     # don't want user to hide this component using an cwproperty
    77     # don't want user to hide this component using an cwproperty
    78     site_wide = True
    78     site_wide = True
    79 
    79 
    80     def call(self):
    80     def call(self):
    81         self.w(u'<a href="%s"><img class="logo" src="%s" alt="logo"/></a>'
    81         self.w(u'<a href="%s"><img id="logo" src="%s" alt="logo"/></a>'
    82                % (self._cw.base_url(), self._cw.uiprops['LOGO']))
    82                % (self._cw.base_url(), self._cw.uiprops['LOGO']))
    83 
    83 
    84 
    84 
    85 class ApplHelp(component.Component):
    85 class ApplHelp(component.Component):
    86     """build the help button, usually displayed in the header"""
    86     """build the help button, usually displayed in the header"""