Changeset 8117 for main/waeup.kofa/trunk
- Timestamp:
- 12 Apr 2012, 06:05:29 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.kofa/trunk/src/waeup/kofa/students/utils.py
r8112 r8117 187 187 viewlet.title,), ENTRY1_STYLE) 188 188 else: 189 f_text = Image(img .name, width=2*cm, height=1*cm, kind='bound')189 f_text = Image(img_path, width=2*cm, height=1*cm, kind='bound') 190 190 table_data.append([f_label, f_text]) 191 191 if table_data:
Note: See TracChangeset for help on using the changeset viewer.