Changeset 55ee2a in indico
- Timestamp:
- 08/25/09 16:39:10 (4 years ago)
- Branches:
- master, burotel, hello-world-walkthrough, ipv6, new-webex, prov-dual-interface, v0.97-series, v0.98-series, v0.98.2, v0.98.3, v0.98b1, v0.98b2, v0.99, 051b2622c51afb171a1dedb46a0df4fbb0cbd02e, 0da0c1403bae8e51d8229f460181c71b9e6dda72
- Children:
- 40f21f
- Parents:
- db304c
- File:
-
- 1 edited
-
indico/MaKaC/PDFinterface/conference.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
indico/MaKaC/PDFinterface/conference.py
r9033fd r55ee2a 754 754 style.fontName = "LinuxLibertine" 755 755 style.fontSize = 9 756 p = Paragraph(escape(self._contrib.getDescription()), style, part=escape(self._contrib.getTitle()))757 story.append(p)758 759 story.append(Spacer(inch, 0.2*cm, part=escape(self._contrib.getTitle())))756 #p = Paragraph(escape(self._contrib.getDescription()), style, part=escape(self._contrib.getTitle())) 757 #story.append(p) 758 759 #story.append(Spacer(inch, 0.2*cm, part=escape(self._contrib.getTitle()))) 760 760 761 761 for field in self._conf.getAbstractMgr().getAbstractFieldsMgr().getActiveFields():
Note: See TracChangeset
for help on using the changeset viewer.
