- Timestamp:
- 13 Nov 2014, 14:40:27 (10 years ago)
- Location:
- main/waeup.kofa/branches/henrik-regista/src/waeup/ikoba
- Files:
-
- 1 edited
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.kofa/branches/henrik-regista/src/waeup/ikoba/widgets/htmlwidget.py
r8361 r11949 20 20 from zope.component import getUtility 21 21 from zope.formlib.widget import renderElement, DisplayWidget 22 from waeup. kofa.interfaces import IKofaUtils22 from waeup.ikoba.interfaces import IIkobaUtils 23 23 24 24 … … 35 35 language separator - usually the first part has no language 36 36 descriptor - are interpreted as texts in the portal's language. 37 The latter can be configured in waeup.srp.utils.utils. KofaUtils.37 The latter can be configured in waeup.srp.utils.utils.IkobaUtils. 38 38 """ 39 39 if self._renderedValueSet(): … … 45 45 parts = value.split('>>') 46 46 elements = {} 47 lang = getUtility(I KofaUtils).PORTAL_LANGUAGE47 lang = getUtility(IIkobaUtils).PORTAL_LANGUAGE 48 48 for part in parts: 49 49 if part[2:4] == u'<<':
Note: See TracChangeset for help on using the changeset viewer.