Changeset 8c2b17 in indico


Ignore:
Timestamp:
09/29/11 12:03:01 (21 months ago)
Author:
Adrian Moennich <jerome.ernst.monnich@…>
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
Message:

[FIX] badge creation

Location:
indico/MaKaC
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • indico/MaKaC/PDFinterface/conference.py

    r4e9361 r8c2b17  
    29192919            style.alignment = RegistrantsListToBadgesPDF.__alignments[item.getTextAlign()] 
    29202920            style.textColor = RegistrantsListToBadgesPDF.__colors[item.getColor()] 
    2921             style.fontSize = RegistrantsListToBadgesPDF.__fontSizes[item.getFontSize()] 
     2921            style.fontSize = RegistrantsListToBadgesPDF.__fontSizes.get(item.getFontSize(), 25) 
    29222922            style.leading = style.fontSize 
    29232923 
  • indico/MaKaC/webinterface/tpls/ConfModifBadgeDesign.tpl

    r80545d r8c2b17  
    4848        this.textAlign = "Center"; 
    4949        this.color = "black"; 
    50         this.fontSize = "25pt"; 
     50        this.fontSize = "medium"; 
    5151        this.width = 400; 
    5252        this.text = "(Type your text)" // Only for fixed text items 
Note: See TracChangeset for help on using the changeset viewer.