src/pyams_i18n/interfaces/widget.py
changeset 43 5638c9cfb233
parent 9 017ad36cc2ba
child 60 3cbc6d17cdb5
equal deleted inserted replaced
42:a024de987b59 43:5638c9cfb233
    27 
    27 
    28 class II18nTextLineWidget(II18nWidget):
    28 class II18nTextLineWidget(II18nWidget):
    29     """I18n text line widget interface"""
    29     """I18n text line widget interface"""
    30 
    30 
    31 
    31 
       
    32 class II18nSEOTextLineWidget(II18nTextLineWidget):
       
    33     """I18n text line widget wit SEO quality marker interface"""
       
    34 
       
    35 
    32 class II18nTextWidget(II18nWidget):
    36 class II18nTextWidget(II18nWidget):
    33     """I18n text widget interface"""
    37     """I18n text widget interface"""
    34 
    38 
    35 
    39 
    36 class II18nHTMLWidget(II18nWidget):
    40 class II18nHTMLWidget(II18nWidget):