Ignore:
Timestamp:
27 Dec 2014, 07:30:24 (10 years ago)
Author:
Henrik Bettermann
Message:

Edit some comments.

Location:
main/waeup.ikoba/trunk/src/waeup/ikoba
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.ikoba/trunk/src/waeup/ikoba/browser/browser.txt

    r11954 r12328  
    186186Since the test browser does not use javascript, we have to add site roles
    187187manually by setting the roles attribute:
     188
     189Since JS is not supported by the test browser, the default role has been removed
     190when clicking the Save button.
    188191
    189192  >>> print root['mycompany']['users']['bob'].roles
  • main/waeup.ikoba/trunk/src/waeup/ikoba/interfaces.py

    r12327 r12328  
    234234    """A zope.schema-like field for usage in interfaces.
    235235
    236     Marker interface to distuingish product option entries from ordinary
     236    Marker interface to distuingish product options from ordinary
    237237    object fields. Needed for registration of widgets.
    238238    """
  • main/waeup.ikoba/trunk/src/waeup/ikoba/products/productoptions.py

    r12327 r12328  
    8080    """A zope.schema-like field for usage in interfaces.
    8181
    82     If you want to define an interface containing result entries, you
     82    If you want to define an interface containing product options, you
    8383    can do so like this::
    8484
     
    8686          my_option_entry = ProductOptionField()
    8787
    88     Default widgets are registered to render product option entry fields.
     88    Default widgets are registered to render product option fields.
    8989    """
    9090    grok.implements(IProductOptionField)
Note: See TracChangeset for help on using the changeset viewer.