Changeset 1179 for trunk/camelot/view/field_attributes.py
- Timestamp:
- 03/08/10 22:17:24 (6 months ago)
- Files:
-
- 1 modified
-
trunk/camelot/view/field_attributes.py (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/camelot/view/field_attributes.py
r1175 r1179 34 34 from controls import delegates 35 35 from camelot.core import constants 36 from camelot.core.utils import ugettext as _37 36 from camelot.view.utils import ( 38 37 bool_from_string, … … 279 278 row = row_format%(field_type.__name__, delegate.__name__, '.. image:: ../_static/editors/%s_editable.png'%(delegate.editor.__name__)) 280 279 doc += row + """ 281 """ + row_separator + """282 """280 """ + row_separator + """ 281 """ 283 282 284 283 doc += """
