Changeset 8c2b17 in indico
- Timestamp:
- 09/29/11 12:03:01 (21 months ago)
- Branches:
- master, hello-world-walkthrough, ipv6, v0.98-series, v0.98.2, v0.98.3, v0.98b2, v0.99, b8c30da8ebdbdcbd675a873997cc3e95f567de49, 4287315ec967a3da168d83963c14001db8487d53
- Children:
- 4dd941a
- Parents:
- 81475f
- Location:
- indico/MaKaC
- Files:
-
- 2 edited
-
PDFinterface/conference.py (modified) (1 diff)
-
webinterface/tpls/ConfModifBadgeDesign.tpl (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
indico/MaKaC/PDFinterface/conference.py
r4e9361 r8c2b17 2919 2919 style.alignment = RegistrantsListToBadgesPDF.__alignments[item.getTextAlign()] 2920 2920 style.textColor = RegistrantsListToBadgesPDF.__colors[item.getColor()] 2921 style.fontSize = RegistrantsListToBadgesPDF.__fontSizes [item.getFontSize()]2921 style.fontSize = RegistrantsListToBadgesPDF.__fontSizes.get(item.getFontSize(), 25) 2922 2922 style.leading = style.fontSize 2923 2923 -
indico/MaKaC/webinterface/tpls/ConfModifBadgeDesign.tpl
r80545d r8c2b17 48 48 this.textAlign = "Center"; 49 49 this.color = "black"; 50 this.fontSize = " 25pt";50 this.fontSize = "medium"; 51 51 this.width = 400; 52 52 this.text = "(Type your text)" // Only for fixed text items
Note: See TracChangeset
for help on using the changeset viewer.
