- Timestamp:
- 08/05/10 18:37:06 (22 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
plone4bio.biosql/trunk/src/plone4bio/biosql/browser/root.py
r130 r153 13 13 displayWidth = 50 14 14 15 ''' 15 16 class BioSQLRootAddForm(base.AddForm): 16 17 """Add form """ … … 30 31 label = _(u"Edit BioSQLRoot") 31 32 form_name = _(u"Edit BioSQLRoot") 33 ''' 32 34 33 35 class RefreshCatalog(BrowserView):
